From patchwork Sun Jun 28 15:55:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 8473 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 11CFDC2E69 for ; Sun, 28 Jun 2020 15:52:18 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 671F3609DD; Sun, 28 Jun 2020 17:52:17 +0200 (CEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 189FB603B5 for ; Sun, 28 Jun 2020 17:52:16 +0200 (CEST) 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 relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 79839C0009; Sun, 28 Jun 2020 15:52:15 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Sun, 28 Jun 2020 17:55:36 +0200 Message-Id: <20200628155539.29498-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/3] ipu3: Accept empty roles list in generateConfiguration() 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" IPU3 is the only platform where an empty list of roles is not accepted at generateConfiguration() time. Fix this and add two trivial fixes spotted while looking at the implementation. Thanks j Jacopo Mondi (3): libcamera: ipu3: Improve error on multiple raw streams request libcamera: ipu3: Accept an empty roles list libcamera: ipu3: Fix wrong indentation src/libcamera/pipeline/ipu3/ipu3.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- 2.27.0