From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from comms.puri.sm (comms.puri.sm [159.203.221.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DDA5270 for ; Wed, 4 Aug 2021 09:56:30 +0000 (UTC) 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 X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: 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 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 5BA54C4338F for ; Wed, 4 Aug 2021 09:56:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4523560FC4 for ; Wed, 4 Aug 2021 09:56:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237177AbhHDJ5G (ORCPT ); Wed, 4 Aug 2021 05:57:06 -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: phone-devel@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 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=-4.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 60D5EC4338F for ; Wed, 4 Aug 2021 09:59:02 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 2BB8261004 for ; Wed, 4 Aug 2021 09:59:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2BB8261004 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=puri.sm Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:References:In-Reply-To:Date: Cc:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=0gWmH8YBaqcSt/HxZ7VufbuHPEOuJHt1tSpEQJIxSYg=; b=atK6Fz3krodbeb uKMAP9zozbJicZTwgyHMPALmFlT0l5wx6yk4hp6v7vm3F20ysZN8Yg9zkUbnW2ybr70ndh6lIYT0I vCcoOBKOyomfDEDHs1hOivyPcyjsJCy0H0mgzQKgudcSNTv+Vkoq8rzYALw2OphM4KmXtMCTECmfa 1ogbaHjvDGvomHBAlolPxhPHjRRvHnWr2sd5V1rg6toA49z01naSPyA6U8YYuKWRUckEUrFfLJ7Gp OISfo0rEL2RrDQFXHH9CKQDubYmtrWb00RPXJzdy3P1Oc5YXCMiFfUHVR12ZD6oSCmGIi9vsru9Il dH3IozyT7KEi2Ow89PKA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBDe2-005XnI-QG; Wed, 04 Aug 2021 09:57:02 +0000 Received: from comms.puri.sm ([159.203.221.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBDdy-005XkU-6u for linux-arm-kernel@lists.infradead.org; Wed, 04 Aug 2021 09:56:59 +0000 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> User-Agent: Evolution 3.38.3-1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210804_025658_300786_0CFB052F X-CRM114-Status: GOOD ( 19.75 ) 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: , MIME-Version: 1.0 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 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel