From patchwork Mon Jul 15 05:59:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 1698 Return-Path: Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 33F4A61A74 for ; Mon, 15 Jul 2019 07:58:29 +0200 (CEST) X-Originating-IP: 104.132.146.101 Received: from uno.localdomain (unknown [104.132.146.101]) (Authenticated sender: jacopo@jmondi.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id CA8F91C0005; Mon, 15 Jul 2019 05:58:26 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Mon, 15 Jul 2019 07:59:32 +0200 Message-Id: <20190715055935.21233-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/3] libcamera: misc fixes 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: Mon, 15 Jul 2019 05:58:29 -0000 During the development of the Android HAL adaption layer a few fixes have been required. Send them here separately to then base the HAL work on an updated master. Thanks j Jacopo Mondi (3): libcamera: ipu3: Move link disabling at configure time libcamera: ipu3: Do not re-queue failed buffers libcamera: message: Add user message types src/libcamera/include/message.h | 8 ++++ src/libcamera/message.cpp | 20 +++++++++ src/libcamera/pipeline/ipu3/ipu3.cpp | 61 ++++++++++++++++------------ 3 files changed, 63 insertions(+), 26 deletions(-) --- 2.21.0