From patchwork Wed Mar 18 13:27:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 62310 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1jEYhT-001OPA-V8; Wed, 18 Mar 2020 13:25:35 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726946AbgCRN1n (ORCPT + 1 other); Wed, 18 Mar 2020 09:27:43 -0400 Received: from vsp-unauthed02.binero.net ([195.74.38.227]:31323 "EHLO vsp-unauthed02.binero.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726738AbgCRN1n (ORCPT ); Wed, 18 Mar 2020 09:27:43 -0400 X-Halon-ID: 25501384-691c-11ea-9f40-0050569116f7 Authorized-sender: niklas@soderlund.pp.se Received: from bismarck.berto.se (p4fca2392.dip0.t-ipconnect.de [79.202.35.146]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA id 25501384-691c-11ea-9f40-0050569116f7; Wed, 18 Mar 2020 14:27:08 +0100 (CET) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: Helen Koike , Hans Verkuil , Sakari Ailus , Laurent Pinchart , linux-media@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, =?utf-8?q?Niklas_S=C3=B6derlund?= Subject: [PATCH 0/2] v4l2-compliance: add tests for V4L2_CAP_IO_MC Date: Wed, 18 Mar 2020 14:27:20 +0100 Message-Id: <20200318132722.3089925-1-niklas.soderlund+renesas@ragnatech.se> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi, This series adds a test to v4l2-compliance for the yet to be picked up V4L2_CAP_IO_MC capability posted as [1]. The series is based on-top of latest v4l-utils master branch. Patch 1/2 is not meant for consumption but to ease testing of patch 2/2. Patch 1/2 should be replaced with a proper header after V4L2_CAP_IO_MC is picked up in Linux. 1. [PATCH v5 0/4] v4l2-dev/ioctl: Add V4L2_CAP_IO_MC Niklas Söderlund (2): [DNI] v4l-utils: Add V4L2_CAP_IO_MC to videodev2.h v4l2-compliance: add tests for V4L2_CAP_IO_MC include/linux/videodev2.h | 2 ++ utils/v4l2-compliance/v4l2-test-input-output.cpp | 14 ++++++++++++++ 2 files changed, 16 insertions(+)