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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 4C131C55179 for ; Fri, 6 Nov 2020 11:53:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EC17A20720 for ; Fri, 6 Nov 2020 11:53:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727177AbgKFLxP (ORCPT ); Fri, 6 Nov 2020 06:53:15 -0500 Received: from mga05.intel.com ([192.55.52.43]:41404 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726876AbgKFLxO (ORCPT ); Fri, 6 Nov 2020 06:53:14 -0500 IronPort-SDR: vyqZ0ZEpTd2RMh0pzP1nHCvDiqB0cLOuKpEWD7owXIHpWQhInz/ayIQBXAMzX5pLWV5rcwWbdb oNQPV9TEPTpQ== X-IronPort-AV: E=McAfee;i="6000,8403,9796"; a="254241285" X-IronPort-AV: E=Sophos;i="5.77,456,1596524400"; d="scan'208";a="254241285" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2020 03:53:14 -0800 IronPort-SDR: u5lLLRj4LViCOb/QKvW4vpaGxu7xRftl+vFevt0ogDJ0ptsySK/75DosimeRUmYZquCjychi0+ MnRticfo+YZQ== X-IronPort-AV: E=Sophos;i="5.77,456,1596524400"; d="scan'208";a="307193590" Received: from paasikivi.fi.intel.com ([10.237.72.42]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2020 03:53:11 -0800 Received: by paasikivi.fi.intel.com (Postfix, from userid 1000) id 046CA207BF; Fri, 6 Nov 2020 13:53:08 +0200 (EET) Date: Fri, 6 Nov 2020 13:53:08 +0200 From: Sakari Ailus To: Alexandre Torgue Cc: Hugues Fruchet , Mauro Carvalho Chehab , Hans Verkuil , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, Alain Volmat , Yannick Fertre , Philippe CORNU Subject: Re: [PATCH v5 0/4] DCMI BT656 parallel bus mode support Message-ID: <20201106115308.GO26150@paasikivi.fi.intel.com> References: <1604511132-4014-1-git-send-email-hugues.fruchet@st.com> <016661fc-e9dd-bd4a-f26d-00e54626f030@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <016661fc-e9dd-bd4a-f26d-00e54626f030@st.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alexandre, On Thu, Nov 05, 2020 at 10:26:37AM +0100, Alexandre Torgue wrote: > Hi Huges > > On 11/4/20 6:32 PM, Hugues Fruchet wrote: > > Add support of BT656 embedded synchronization bus. > > This mode allows to save hardware synchro lines hsync & vsync > > by replacing them with synchro codes embedded in data stream. > > Add "bus-type" property and make it required so that there is no > > ambiguity between parallel mode (bus-type=5) and BT656 mode (bus-type=6). > > > > =========== > > = history = > > =========== > > version 5: > > - Add revisited bindings and devicetree with explicit use of "bus-type" > > > > version 4: > > - Fix typo in commit message > > > > version 3: > > - Fix bus_width print to %u as per Sakari comment > > > > version 2: > > - As per Sakari remark, revisit commit message and document > > BT656 parallel bus mode in bindings > > > > version 1: > > - Initial submission > > > > Hugues Fruchet (4): > > media: stm32-dcmi: add support of BT656 bus > > media: dt-bindings: media: st,stm32-dcmi: add support of BT656 bus > > ARM: dts: stm32: set bus-type in DCMI endpoint for stm32mp157c-ev1 > > board > > ARM: dts: stm32: set bus-type in DCMI endpoint for stm32429i-eval > > board > > > > .../devicetree/bindings/media/st,stm32-dcmi.yaml | 38 ++++++++++++++++++++++ > > arch/arm/boot/dts/stm32429i-eval.dts | 1 + > > arch/arm/boot/dts/stm32mp157c-ev1.dts | 1 + > > drivers/media/platform/stm32/stm32-dcmi.c | 37 +++++++++++++++++++-- > > 4 files changed, 75 insertions(+), 2 deletions(-) > > > > I'll take DT patches on stm32-next tree. Just checking: that is only the two last patches in the set, or also the binding patch? -- Regards, Sakari Ailus 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=-5.2 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,USER_AGENT_SANE_1 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 1D397C2D0A3 for ; Fri, 6 Nov 2020 11:53:42 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 7433C20720 for ; Fri, 6 Nov 2020 11:53:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="bmNqyq/P" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7433C20720 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=8x5xdrtk6Mzz8qqw7Pbx0LlK0jOIGlFPnsbbc+vJhLo=; b=bmNqyq/Ph5zqNVnempwFl4MS9 T1PTdwn8FZB4DveQ+MJFRu9fmG5zVjncVSsTLtvMfoksekRyZmhb5UX+SWP6iXXcEvGGaoWkV7cai KmyGrfD+7N1jP3/iqOU0lCTVn6dsfCFgGqJVpJcq8VbJUlwL3KL+ru/WCtCTTV2YmzpM4D6gs0Rv9 dKUCUztQ8GUJdglHDMS2RcYs72P5eLTB+BK0ogLH+GEBr1F9VkDqfd6uCVPFBGISrYWdGlxwPK4Ru QQ7Xk02UJh6JQ+Pvm4ELpePaCFrdpQmy4iYzXVKzHOIH/obqA6GhtWYg8c2JZukEaMBD/r/zFlbuD V/MIEdKcA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kb0Iw-0006Gz-Mz; Fri, 06 Nov 2020 11:53:18 +0000 Received: from mga06.intel.com ([134.134.136.31]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kb0It-0006GB-QS for linux-arm-kernel@lists.infradead.org; Fri, 06 Nov 2020 11:53:16 +0000 IronPort-SDR: u2vgOQsLhptfOMvASTyGSI1RGrMXCtcfdVfYFq4sU6jjVyUvTXRPtVnJD8O8C6/aTSeysjXvJl t+JazRgfZO4w== X-IronPort-AV: E=McAfee;i="6000,8403,9796"; a="231163299" X-IronPort-AV: E=Sophos;i="5.77,456,1596524400"; d="scan'208";a="231163299" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2020 03:53:14 -0800 IronPort-SDR: u5lLLRj4LViCOb/QKvW4vpaGxu7xRftl+vFevt0ogDJ0ptsySK/75DosimeRUmYZquCjychi0+ MnRticfo+YZQ== X-IronPort-AV: E=Sophos;i="5.77,456,1596524400"; d="scan'208";a="307193590" Received: from paasikivi.fi.intel.com ([10.237.72.42]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2020 03:53:11 -0800 Received: by paasikivi.fi.intel.com (Postfix, from userid 1000) id 046CA207BF; Fri, 6 Nov 2020 13:53:08 +0200 (EET) Date: Fri, 6 Nov 2020 13:53:08 +0200 From: Sakari Ailus To: Alexandre Torgue Subject: Re: [PATCH v5 0/4] DCMI BT656 parallel bus mode support Message-ID: <20201106115308.GO26150@paasikivi.fi.intel.com> References: <1604511132-4014-1-git-send-email-hugues.fruchet@st.com> <016661fc-e9dd-bd4a-f26d-00e54626f030@st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <016661fc-e9dd-bd4a-f26d-00e54626f030@st.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201106_065315_991006_13A3584A X-CRM114-Status: GOOD ( 20.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Yannick Fertre , linux-kernel@vger.kernel.org, Philippe CORNU , Hans Verkuil , Alain Volmat , Rob Herring , Hugues Fruchet , Mauro Carvalho Chehab , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org 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 Alexandre, On Thu, Nov 05, 2020 at 10:26:37AM +0100, Alexandre Torgue wrote: > Hi Huges > > On 11/4/20 6:32 PM, Hugues Fruchet wrote: > > Add support of BT656 embedded synchronization bus. > > This mode allows to save hardware synchro lines hsync & vsync > > by replacing them with synchro codes embedded in data stream. > > Add "bus-type" property and make it required so that there is no > > ambiguity between parallel mode (bus-type=5) and BT656 mode (bus-type=6). > > > > =========== > > = history = > > =========== > > version 5: > > - Add revisited bindings and devicetree with explicit use of "bus-type" > > > > version 4: > > - Fix typo in commit message > > > > version 3: > > - Fix bus_width print to %u as per Sakari comment > > > > version 2: > > - As per Sakari remark, revisit commit message and document > > BT656 parallel bus mode in bindings > > > > version 1: > > - Initial submission > > > > Hugues Fruchet (4): > > media: stm32-dcmi: add support of BT656 bus > > media: dt-bindings: media: st,stm32-dcmi: add support of BT656 bus > > ARM: dts: stm32: set bus-type in DCMI endpoint for stm32mp157c-ev1 > > board > > ARM: dts: stm32: set bus-type in DCMI endpoint for stm32429i-eval > > board > > > > .../devicetree/bindings/media/st,stm32-dcmi.yaml | 38 ++++++++++++++++++++++ > > arch/arm/boot/dts/stm32429i-eval.dts | 1 + > > arch/arm/boot/dts/stm32mp157c-ev1.dts | 1 + > > drivers/media/platform/stm32/stm32-dcmi.c | 37 +++++++++++++++++++-- > > 4 files changed, 75 insertions(+), 2 deletions(-) > > > > I'll take DT patches on stm32-next tree. Just checking: that is only the two last patches in the set, or also the binding patch? -- Regards, Sakari Ailus _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel