From patchwork Mon Jan 6 16:14:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 2514 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0833F60463 for ; Mon, 6 Jan 2020 17:14:31 +0100 (CET) Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 7FE5352F; Mon, 6 Jan 2020 17:14:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1578327270; bh=fNtu00JS/WEABTMKNNUyhDbfapKV47/tGB1kdXh0xXo=; h=From:To:Cc:Subject:Date:From; b=NhGtvgnSKEF5l6KQUpNOQL3K+Of6UsjUTTPYZv0ehYJ+0YtwE8GnqE9y/4dGagYwG 2WmYXY9JdS9Th30V3YkOUktr2B4tf/Y7zatCjmxBhdaQBTe9L7FG95k7wsCSP4lRlB pODUo4QWLCFam/WXJCmWIA+rXpkcay0SlC49rPjk= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Mon, 6 Jan 2020 18:14:13 +0200 Message-Id: <20200106161417.19150-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/4] v4l2: Miscellaneous improvements X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2020 16:14:31 -0000 Hello, This small patch series contains miscellaneous improvements to the V4L2 compatibility layer. Please see individual patches for details. Laurent Pinchart (4): v4l2: compat_manager: Move file operations to new struct FileOperations v4l2: camera_proxy: Return correct type from VIDIOC_G_FMT v4l2: camera_proxy: Rationalize arguments to format helpers v4l2: camera_proxy: Create format info array src/v4l2/v4l2_camera_proxy.cpp | 195 +++++++++++++------------------ src/v4l2/v4l2_camera_proxy.h | 10 +- src/v4l2/v4l2_compat_manager.cpp | 34 +++--- src/v4l2/v4l2_compat_manager.h | 34 +++--- 4 files changed, 124 insertions(+), 149 deletions(-)