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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04DA1C433EF for ; Sat, 16 Jul 2022 15:12:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229538AbiGPPMl (ORCPT ); Sat, 16 Jul 2022 11:12:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbiGPPMk (ORCPT ); Sat, 16 Jul 2022 11:12:40 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5C4117594; Sat, 16 Jul 2022 08:12:39 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 363A06E0; Sat, 16 Jul 2022 17:12:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1657984357; bh=SqADCWXFXONCpdgY4hl/8v2eC4vqPseH2e03h4BzIGc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kc1Z777CWxCl6R7vhj65BdU7ssL5ud6tNDIZ5QTwIvI/XPyaTvJKzKSq0M5OCEnef 67METLL9IEJdIgQpHpeJvl6OYObQVF2gOi1VeS2Ef6g6X9WllHJgmmwoYffDnJ8ZTj z8NuPL4uxZQG//WHKN5PM28iWDIZ1Nkp6YDphcnA= Date: Sat, 16 Jul 2022 18:12:05 +0300 From: Laurent Pinchart To: Sakari Ailus Cc: devicetree@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Sakari Ailus , Jacopo Mondi , Eugen Hristev , Hugues Fruchet , Maxime Coquelin , Alexandre Torgue , Lad Prabhakar , Fabio Estevam , Shawn Guo Subject: Re: [PATCH v3 2/6] dt-bindings: Use new video interface bus type macros in examples Message-ID: References: <20220615221410.27459-1-laurent.pinchart@ideasonboard.com> <20220615221410.27459-3-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Sakari, On Sat, Jul 16, 2022 at 12:28:45PM +0300, Sakari Ailus wrote: > On Thu, Jun 16, 2022 at 01:14:06AM +0300, Laurent Pinchart wrote: > > Now that a header exists with macros for the media interface bus-type > > values, replace hardcoding numerical constants with the corresponding > > macros in the DT binding examples. > > > > Signed-off-by: Laurent Pinchart > > --- > > Changes since v2: > > > > - Go back to PARALLEL > > > > Changes since v1: > > > > - Rename PARALLEL to BT601 > > --- > > .../devicetree/bindings/display/bridge/analogix,anx7625.yaml | 1 + > > Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 3 ++- > > Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 3 ++- > > .../devicetree/bindings/media/marvell,mmp2-ccic.yaml | 3 ++- > > Documentation/devicetree/bindings/media/microchip,xisc.yaml | 3 ++- > > Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml | 4 +++- > > 6 files changed, 12 insertions(+), 5 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > index 35a48515836e..b0e5585f93e2 100644 > > --- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > +++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > @@ -118,6 +118,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > > > i2c0 { > > #address-cells = <1>; > > The definition doesn't seem to be used here. Is there a need to include > this? There was, but the change that added bus-type to this binding got reverted in commit 979452fbc430 ("dt-bindings: drm/bridge: anx7625: Revert DPI support") and I forgot to drop the header when rebasing. > I could drop this chunk while applying. There's just one trivial change > elsewhere in this patch to make. Please do :-) -- Regards, Laurent Pinchart 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 9D0CFC433EF for ; Sat, 16 Jul 2022 15:12:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2CEC6113A94; Sat, 16 Jul 2022 15:12:55 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7CEEB8EB3F for ; Sat, 16 Jul 2022 15:12:39 +0000 (UTC) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 363A06E0; Sat, 16 Jul 2022 17:12:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1657984357; bh=SqADCWXFXONCpdgY4hl/8v2eC4vqPseH2e03h4BzIGc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kc1Z777CWxCl6R7vhj65BdU7ssL5ud6tNDIZ5QTwIvI/XPyaTvJKzKSq0M5OCEnef 67METLL9IEJdIgQpHpeJvl6OYObQVF2gOi1VeS2Ef6g6X9WllHJgmmwoYffDnJ8ZTj z8NuPL4uxZQG//WHKN5PM28iWDIZ1Nkp6YDphcnA= Date: Sat, 16 Jul 2022 18:12:05 +0300 From: Laurent Pinchart To: Sakari Ailus Subject: Re: [PATCH v3 2/6] dt-bindings: Use new video interface bus type macros in examples Message-ID: References: <20220615221410.27459-1-laurent.pinchart@ideasonboard.com> <20220615221410.27459-3-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Jacopo Mondi , Maxime Coquelin , Hugues Fruchet , Alexandre Torgue , dri-devel@lists.freedesktop.org, Lad Prabhakar , Rob Herring , Sakari Ailus , Eugen Hristev , Shawn Guo , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Sakari, On Sat, Jul 16, 2022 at 12:28:45PM +0300, Sakari Ailus wrote: > On Thu, Jun 16, 2022 at 01:14:06AM +0300, Laurent Pinchart wrote: > > Now that a header exists with macros for the media interface bus-type > > values, replace hardcoding numerical constants with the corresponding > > macros in the DT binding examples. > > > > Signed-off-by: Laurent Pinchart > > --- > > Changes since v2: > > > > - Go back to PARALLEL > > > > Changes since v1: > > > > - Rename PARALLEL to BT601 > > --- > > .../devicetree/bindings/display/bridge/analogix,anx7625.yaml | 1 + > > Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 3 ++- > > Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 3 ++- > > .../devicetree/bindings/media/marvell,mmp2-ccic.yaml | 3 ++- > > Documentation/devicetree/bindings/media/microchip,xisc.yaml | 3 ++- > > Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml | 4 +++- > > 6 files changed, 12 insertions(+), 5 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > index 35a48515836e..b0e5585f93e2 100644 > > --- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > +++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > @@ -118,6 +118,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > > > i2c0 { > > #address-cells = <1>; > > The definition doesn't seem to be used here. Is there a need to include > this? There was, but the change that added bus-type to this binding got reverted in commit 979452fbc430 ("dt-bindings: drm/bridge: anx7625: Revert DPI support") and I forgot to drop the header when rebasing. > I could drop this chunk while applying. There's just one trivial change > elsewhere in this patch to make. Please do :-) -- Regards, Laurent Pinchart 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 E57FBC433EF for ; Sat, 16 Jul 2022 15:13:55 +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=a68p8VhbHLsRH2oFLZTn/o6aHh5Mfw8Kvj9nnSoz4Hc=; b=i1F3DO5AcqWYw1 n/qrDxTA56V8P1CmpFF2IX3y/0fQHbLGMW7YjgniZdBEiYBvvDU7OZdY15gxYbUgJHIpz2MtcLW17 mK4KAQqDRVedNzPr7mvOzWFm8q673gtAyXEMVGutqUfVGPwnLcRWkqgdu1Gawm1VW44CfzkfuiG9s sOOrOyVcBE63CSvofzWhfBVk5QXlGSq+tUwmpKeFfrvyn0C2FplLVoz0QXHY7+De9QuTzWrHvXT/H nrmIzeVB+z1tOQA3eBSWDIEMMprV1eZTSgdWJrq+Hqzx7cD/74hgT0yi59z82hhDvpNKFtDn/3w+4 uuZXcD3M2loigMahCaIw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCjTS-00GlCh-Ko; Sat, 16 Jul 2022 15:12:54 +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 1oCjTQ-00Gl9x-Aq for linux-arm-kernel@lists.infradead.org; Sat, 16 Jul 2022 15:12:53 +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 363A06E0; Sat, 16 Jul 2022 17:12:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1657984357; bh=SqADCWXFXONCpdgY4hl/8v2eC4vqPseH2e03h4BzIGc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kc1Z777CWxCl6R7vhj65BdU7ssL5ud6tNDIZ5QTwIvI/XPyaTvJKzKSq0M5OCEnef 67METLL9IEJdIgQpHpeJvl6OYObQVF2gOi1VeS2Ef6g6X9WllHJgmmwoYffDnJ8ZTj z8NuPL4uxZQG//WHKN5PM28iWDIZ1Nkp6YDphcnA= Date: Sat, 16 Jul 2022 18:12:05 +0300 From: Laurent Pinchart To: Sakari Ailus Cc: devicetree@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Sakari Ailus , Jacopo Mondi , Eugen Hristev , Hugues Fruchet , Maxime Coquelin , Alexandre Torgue , Lad Prabhakar , Fabio Estevam , Shawn Guo Subject: Re: [PATCH v3 2/6] dt-bindings: Use new video interface bus type macros in examples Message-ID: References: <20220615221410.27459-1-laurent.pinchart@ideasonboard.com> <20220615221410.27459-3-laurent.pinchart@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-20220716_081252_553079_FB85E782 X-CRM114-Status: GOOD ( 18.50 ) 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 Sakari, On Sat, Jul 16, 2022 at 12:28:45PM +0300, Sakari Ailus wrote: > On Thu, Jun 16, 2022 at 01:14:06AM +0300, Laurent Pinchart wrote: > > Now that a header exists with macros for the media interface bus-type > > values, replace hardcoding numerical constants with the corresponding > > macros in the DT binding examples. > > > > Signed-off-by: Laurent Pinchart > > --- > > Changes since v2: > > > > - Go back to PARALLEL > > > > Changes since v1: > > > > - Rename PARALLEL to BT601 > > --- > > .../devicetree/bindings/display/bridge/analogix,anx7625.yaml | 1 + > > Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 3 ++- > > Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 3 ++- > > .../devicetree/bindings/media/marvell,mmp2-ccic.yaml | 3 ++- > > Documentation/devicetree/bindings/media/microchip,xisc.yaml | 3 ++- > > Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml | 4 +++- > > 6 files changed, 12 insertions(+), 5 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > index 35a48515836e..b0e5585f93e2 100644 > > --- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > +++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > @@ -118,6 +118,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > > > i2c0 { > > #address-cells = <1>; > > The definition doesn't seem to be used here. Is there a need to include > this? There was, but the change that added bus-type to this binding got reverted in commit 979452fbc430 ("dt-bindings: drm/bridge: anx7625: Revert DPI support") and I forgot to drop the header when rebasing. > I could drop this chunk while applying. There's just one trivial change > elsewhere in this patch to make. Please do :-) -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel