From patchwork Wed Jan 8 10:17:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 2528 Return-Path: Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6717A6045F for ; Wed, 8 Jan 2020 11:15:06 +0100 (CET) Received: from uno.lan (93-34-114-233.ip49.fastwebnet.it [93.34.114.233]) (Authenticated sender: jacopo@jmondi.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 7E9FF100007; Wed, 8 Jan 2020 10:15:04 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Wed, 8 Jan 2020 11:17:22 +0100 Message-Id: <20200108101725.6404-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/3] v4l2: minor fixes 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: Wed, 08 Jan 2020 10:15:06 -0000 I have rebased on recent master, added Laurent's tags and change tryFmt name to tryFormat. One additional cosmetic patch while at there. With Paul's tested-by or ack, I'll push this. Thanks j Jacopo Mondi (3): v4l2: camera_proxy: Fix try_fmt format conversion v4l2: camera_proxy: Break out try_fmt v4l2: camera_proxy: Align trace message style src/v4l2/v4l2_camera_proxy.cpp | 56 +++++++++++++++++++--------------- src/v4l2/v4l2_camera_proxy.h | 1 + 2 files changed, 33 insertions(+), 24 deletions(-) --- 2.24.0