From patchwork Tue Feb 19 16:56:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 584 Return-Path: Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 06F22600FD for ; Tue, 19 Feb 2019 17:56:02 +0100 (CET) X-Originating-IP: 2.224.242.101 Received: from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 7B0A2E000A; Tue, 19 Feb 2019 16:56:01 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Tue, 19 Feb 2019 17:56:17 +0100 Message-Id: <20190219165620.2385-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/3] libcamera: v4l2_subdev and v4l2_device mixed X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2019 16:56:02 -0000 While working on IPU3, I had the need to support the following features in v4l2_device and v4l2_subdevice. Sending them out early, to reduce the number of patches in the forthcoming IPU3 series. Thanks j Jacopo Mondi (3): libcamera: v4l2_subdevice: Implement ENUM_FRAME_SIZES libcamera: v4l2_subdevice: Add subdevice name libcamera: v4l2_device: Add support for META_CAPTURE devices src/libcamera/include/v4l2_device.h | 4 ++ src/libcamera/include/v4l2_subdevice.h | 13 ++++ src/libcamera/v4l2_device.cpp | 12 +++- src/libcamera/v4l2_subdevice.cpp | 99 +++++++++++++++++++++++++- 4 files changed, 125 insertions(+), 3 deletions(-) --- 2.20.1