From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CC354C433F5 for ; Fri, 4 Feb 2022 00:40:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=eVCzm2TTsubY1z1xlg15Saq5BvOdiemy9C2sl7Tll2o=; b=1ksw3T8d2gmXPa K6nTHgEg/k+kkHmzAxVIgD5uHBiQcHE0KeSHQ9R3wq/ieYuCsWiaWa2wV3Gv29JN4YUmDeg43JW68 FYPETzbQpUpM7yhZJnUe03WKdt/APU11QavMj6UgVvPlX3QVr4P7Jn30xnoZQNESo4oUcygPq8WLX RkXty5VgBvJlNjndOylsNIXWUwtEXirAMbGtIUJ+KuqGJ/IRgX243xrdg0iwv+n1CYBUWsp6rQ9r4 Uqz6p3reU6h/0w+PJrP//NQRfTd355eggTAS3Ih9cCRQSRDNz8ZtHd6VyBGaU1ZgVXiIVx9P+l4Tw DEezgb7rXWzuYeTKKyyA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nFmcm-0039wS-M5; Fri, 04 Feb 2022 00:38:52 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nFmci-0039vG-Lv; Fri, 04 Feb 2022 00:38:50 +0000 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id EC42049C; Fri, 4 Feb 2022 01:38:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1643935124; bh=x79wgQfEJfv0EeWkYy8ffcc5rx2aj3gmAeMONQ+Np/c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n5+J636Wda49VRNBpSSjR+A/VLEcBvD1SFFqaokXvyGm+pm46ytwdiGWKRdThgNH6 fAQc92e0dLU1r4nLHlbq8gmMLluY5JdjZ3s8DY9Vz+5fYQ7qzb/f8KjBzvbpXAiB/l VecmrJIa921C3wgEfe9AB9nQshfyAspSA9aeMlyY= Date: Fri, 4 Feb 2022 02:38:20 +0200 From: Laurent Pinchart To: Stefan Wahren Cc: Jean-Michel Hautbois , dave.stevenson@raspberrypi.com, devicetree@vger.kernel.org, kernel-list@raspberrypi.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, lukasz@jany.st, mchehab@kernel.org, naush@raspberrypi.com, robh@kernel.org, tomi.valkeinen@ideasonboard.com, nsaenz@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: Re: [RFC PATCH v4 00/12] Add support for BCM2835 camera interface (unicam) Message-ID: References: <20220203175009.558868-1-jeanmichel.hautbois@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220203_163848_913854_961F59D5 X-CRM114-Status: GOOD ( 17.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Stefan, On Thu, Feb 03, 2022 at 08:55:42PM +0100, Stefan Wahren wrote: > Am 03.02.22 um 18:49 schrieb Jean-Michel Hautbois: > > Hello ! > > > > This patch series adds the BCM2835 CCP2/CSI2 camera interface named > > unicam. This driver is already used in the out-of-tree linux-rpi > > repository [1], and this work aims to support it in mainline. > > > > The series is based on top of: > > - Rebased on top of 5.16 Tomi Valkeinen's multiplexed stream work, on > > his multistream/work branch [2] which has been submitted as v10 at the > > time of this writing. The objective is to demonstrate the use of > > multiplexed streams on a real world widely used example as well as > > supporting unicam mainline. > > - The "Add 12bit and 14bit luma-only formats" series [3] is partly > > applied (the Y10P format bug) the new formats are now part of this > > series. > > i understand, that you want to have this integrated fast but you send v3 > of this series yesterday. This is not enough time for reviewers. Usually > 1 to 2 weeks. v3 was incorrectly based on the out-of-tree ISP driver, which caused some patches to not apply correctly on top of mainline. I've asked Jean-Michel to fix this and send a v4, as it was difficult to review v3. -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel