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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59163C4338F for ; Wed, 4 Aug 2021 09:56:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2DFA561050 for ; Wed, 4 Aug 2021 09:56:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237253AbhHDJ5H (ORCPT ); Wed, 4 Aug 2021 05:57:07 -0400 Received: from comms.puri.sm ([159.203.221.185]:41608 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236659AbhHDJ5G (ORCPT ); Wed, 4 Aug 2021 05:57:06 -0400 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 0E811DFD3B; Wed, 4 Aug 2021 02:56:24 -0700 (PDT) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DQm56S8O-S3x; Wed, 4 Aug 2021 02:56:19 -0700 (PDT) Message-ID: Subject: Re: [PATCH v10 0/3] media: imx: add support for imx8mq MIPI RX From: Martin Kepplinger To: Shawn Guo , Laurent Pinchart Cc: dafna.hirschfeld@collabora.com, devicetree@vger.kernel.org, festevam@gmail.com, kernel@pengutronix.de, kernel@puri.sm, krzk@kernel.org, linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, m.felsch@pengutronix.de, mchehab@kernel.org, phone-devel@vger.kernel.org, robh@kernel.org, slongerbeam@gmail.com, Sascha Hauer Date: Wed, 04 Aug 2021 11:56:14 +0200 In-Reply-To: <20210804093125.GE30984@dragon> References: <20210728091245.231043-1-martin.kepplinger@puri.sm> <20210804093125.GE30984@dragon> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.3-1 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, dem 04.08.2021 um 17:31 +0800 schrieb Shawn Guo: > On Wed, Jul 28, 2021 at 04:32:45PM +0300, Laurent Pinchart wrote: > > Hi Martin, > > > > On Wed, Jul 28, 2021 at 11:12:42AM +0200, Martin Kepplinger wrote: > > > hi, > > > > > > This patch series adds a driver for the i.MX8MQ CSI MIPI receiver > > > / controller. > > > > > > It includes the driver, the dt-bindings and the DT addition to > > > the SoC dtsi. > > > I test it using libcamera. Thanks to Laurent who helped a lot. > > > I'm happy for > > > any feedback, > > > > Thank you for the series. I've submitted a pull request that > > contains > > patches 1/3 and 2/3. > > > > Shawn, Sascha, how would you like to handle 3/3 ? > > I picked up the 3/3 in v9, which I think is identical to this > version. > Otherwise, please let me know. > > Shawn it's identical, yes. thank you very much, martin