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=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 C3F80C4361B for ; Sat, 5 Dec 2020 19:33:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7CBB722DBF for ; Sat, 5 Dec 2020 19:33:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726234AbgLETdW (ORCPT ); Sat, 5 Dec 2020 14:33:22 -0500 Received: from asavdk4.altibox.net ([109.247.116.15]:54506 "EHLO asavdk4.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725903AbgLETdT (ORCPT ); Sat, 5 Dec 2020 14:33:19 -0500 Received: from ravnborg.org (unknown [188.228.123.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk4.altibox.net (Postfix) with ESMTPS id 53A6D804C8; Sat, 5 Dec 2020 20:32:30 +0100 (CET) Date: Sat, 5 Dec 2020 20:32:29 +0100 From: Sam Ravnborg To: Oleksij Rempel Cc: Mark Rutland , Rob Herring , Sascha Hauer , Shawn Guo , Thierry Reding , David Airlie , Daniel Vetter , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, NXP Linux Team , Pengutronix Kernel Team , David Jander , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 1/8] dt-bindings: display: simple: fix alphabetical order for EDT compatibles Message-ID: <20201205193229.GF332836@ravnborg.org> References: <20201202081826.29512-1-o.rempel@pengutronix.de> <20201202081826.29512-2-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201202081826.29512-2-o.rempel@pengutronix.de> X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=Itgwjo3g c=1 sm=1 tr=0 a=S6zTFyMACwkrwXSdXUNehg==:117 a=S6zTFyMACwkrwXSdXUNehg==:17 a=kj9zAlcOel0A:10 a=0SxC7ohpVnCXmJXPVTcA:9 a=CjuIK1q_8ugA:10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Oleksij On Wed, Dec 02, 2020 at 09:18:19AM +0100, Oleksij Rempel wrote: > Reorder it alphabetically and remove one double entry. > > Signed-off-by: Oleksij Rempel > --- > .../bindings/display/panel/panel-simple.yaml | 16 +++++++--------- > 1 file changed, 7 insertions(+), 9 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > index edb53ab0d9eb..428b03342fea 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > @@ -106,26 +106,24 @@ properties: > # Emerging Display Technology Corp. 3.5" QVGA TFT LCD panel > - edt,et035012dm6 > # Emerging Display Technology Corp. 480x272 TFT Display with capacitive touch > + - edt,et057090dhu > + # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - edt,etm043080dh6gp > # Emerging Display Technology Corp. 480x272 TFT Display > - edt,etm0430g0dh6 > # Emerging Display Technology Corp. 5.7" VGA TFT LCD panel > - - edt,et057090dhu > - # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - - edt,etm070080dh6 > - # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - - edt,etm0700g0dh6 > - # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - # Same as ETM0700G0DH6 but with inverted pixel clock. > - edt,etm070080bdh6 > # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > # Same display as the ETM0700G0BDH6, but with changed hardware for the > # backlight and the touch interface. > + - edt,etm070080dh6 > + # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - edt,etm070080edh6 > # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > # Same timings as the ETM0700G0DH6, but with resistive touch. > - - edt,etm070080dh6 > - # Evervision Electronics Co. Ltd. VGG804821 5.0" WVGA TFT LCD Panel > + - edt,etm0700g0dh6 > + # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > + # Same as ETM0700G0DH6 but with inverted pixel clock. > - evervision,vgg804821 > # Foxlink Group 5" WVGA TFT LCD panel > - foxlink,fl500wvr00-a0t Thanks for fixing this, but something is not correct. I think you switched around the order of comment and compatible. It goes like this # This is the comment - compatible,for-the-comment I always look at the first entry when I need to check the order. Also the comment for evervision,vgg804821 seems to be lost in the above. Sam 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=-13.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 0F32DC4361A for ; Sat, 5 Dec 2020 19:33:49 +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 AA95A22287 for ; Sat, 5 Dec 2020 19:33:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AA95A22287 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ravnborg.org 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=r1y1o3oo+W8B2M/YNPyeIrOUfmpFfoEpH9C7iBJ8n8o=; b=siCS+4iJ3DK00j+EJJS257orw 6TFLyj1myIhNem2R9L58sH9hPP15eMa0eiU/cjb6L7anz4fLP87l+AWRDolAm97jlGPgm92Mqkcwb VNFl8RunyhoxWqUwCYLJcmlj8ta0xlZobqbWl1ENLyXABwAelaKVREzlPUvcbyi98aQcj1pds7l7O hN6cvS5a0CK8U12e8H3qdWisUVnJl/IflD9Wxozv514mrt1ClKWX72/6zvu54nB0ERkaB5/yIp+K2 i3niaxol6dA/+GkXdvvxJyupSaeKmsuwTkpFCqJO/V5ryALoxzn4Pvd9K2BYVl8j9Q6gBW1gEQBLX XIR0XEU1g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kldIJ-0006Q6-KB; Sat, 05 Dec 2020 19:32:35 +0000 Received: from asavdk4.altibox.net ([109.247.116.15]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kldIH-0006PD-7a for linux-arm-kernel@lists.infradead.org; Sat, 05 Dec 2020 19:32:34 +0000 Received: from ravnborg.org (unknown [188.228.123.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk4.altibox.net (Postfix) with ESMTPS id 53A6D804C8; Sat, 5 Dec 2020 20:32:30 +0100 (CET) Date: Sat, 5 Dec 2020 20:32:29 +0100 From: Sam Ravnborg To: Oleksij Rempel Subject: Re: [PATCH v6 1/8] dt-bindings: display: simple: fix alphabetical order for EDT compatibles Message-ID: <20201205193229.GF332836@ravnborg.org> References: <20201202081826.29512-1-o.rempel@pengutronix.de> <20201202081826.29512-2-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201202081826.29512-2-o.rempel@pengutronix.de> X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=Itgwjo3g c=1 sm=1 tr=0 a=S6zTFyMACwkrwXSdXUNehg==:117 a=S6zTFyMACwkrwXSdXUNehg==:17 a=kj9zAlcOel0A:10 a=0SxC7ohpVnCXmJXPVTcA:9 a=CjuIK1q_8ugA:10 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201205_143233_555106_D1864BBC X-CRM114-Status: GOOD ( 20.44 ) 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: Mark Rutland , devicetree@vger.kernel.org, Pengutronix Kernel Team , David Airlie , Sascha Hauer , linux-kernel@vger.kernel.org, Rob Herring , Thierry Reding , dri-devel@lists.freedesktop.org, Daniel Vetter , David Jander , Shawn Guo , linux-arm-kernel@lists.infradead.org, NXP Linux Team 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 Oleksij On Wed, Dec 02, 2020 at 09:18:19AM +0100, Oleksij Rempel wrote: > Reorder it alphabetically and remove one double entry. > > Signed-off-by: Oleksij Rempel > --- > .../bindings/display/panel/panel-simple.yaml | 16 +++++++--------- > 1 file changed, 7 insertions(+), 9 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > index edb53ab0d9eb..428b03342fea 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > @@ -106,26 +106,24 @@ properties: > # Emerging Display Technology Corp. 3.5" QVGA TFT LCD panel > - edt,et035012dm6 > # Emerging Display Technology Corp. 480x272 TFT Display with capacitive touch > + - edt,et057090dhu > + # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - edt,etm043080dh6gp > # Emerging Display Technology Corp. 480x272 TFT Display > - edt,etm0430g0dh6 > # Emerging Display Technology Corp. 5.7" VGA TFT LCD panel > - - edt,et057090dhu > - # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - - edt,etm070080dh6 > - # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - - edt,etm0700g0dh6 > - # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - # Same as ETM0700G0DH6 but with inverted pixel clock. > - edt,etm070080bdh6 > # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > # Same display as the ETM0700G0BDH6, but with changed hardware for the > # backlight and the touch interface. > + - edt,etm070080dh6 > + # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - edt,etm070080edh6 > # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > # Same timings as the ETM0700G0DH6, but with resistive touch. > - - edt,etm070080dh6 > - # Evervision Electronics Co. Ltd. VGG804821 5.0" WVGA TFT LCD Panel > + - edt,etm0700g0dh6 > + # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > + # Same as ETM0700G0DH6 but with inverted pixel clock. > - evervision,vgg804821 > # Foxlink Group 5" WVGA TFT LCD panel > - foxlink,fl500wvr00-a0t Thanks for fixing this, but something is not correct. I think you switched around the order of comment and compatible. It goes like this # This is the comment - compatible,for-the-comment I always look at the first entry when I need to check the order. Also the comment for evervision,vgg804821 seems to be lost in the above. Sam _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 D1B94C4361A for ; Sat, 5 Dec 2020 19:32:35 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 51C1A22DBF for ; Sat, 5 Dec 2020 19:32:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 51C1A22DBF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ravnborg.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8DCCE6E44D; Sat, 5 Dec 2020 19:32:34 +0000 (UTC) Received: from asavdk4.altibox.net (asavdk4.altibox.net [109.247.116.15]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0AEF66E44D for ; Sat, 5 Dec 2020 19:32:33 +0000 (UTC) Received: from ravnborg.org (unknown [188.228.123.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk4.altibox.net (Postfix) with ESMTPS id 53A6D804C8; Sat, 5 Dec 2020 20:32:30 +0100 (CET) Date: Sat, 5 Dec 2020 20:32:29 +0100 From: Sam Ravnborg To: Oleksij Rempel Subject: Re: [PATCH v6 1/8] dt-bindings: display: simple: fix alphabetical order for EDT compatibles Message-ID: <20201205193229.GF332836@ravnborg.org> References: <20201202081826.29512-1-o.rempel@pengutronix.de> <20201202081826.29512-2-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201202081826.29512-2-o.rempel@pengutronix.de> X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=Itgwjo3g c=1 sm=1 tr=0 a=S6zTFyMACwkrwXSdXUNehg==:117 a=S6zTFyMACwkrwXSdXUNehg==:17 a=kj9zAlcOel0A:10 a=0SxC7ohpVnCXmJXPVTcA:9 a=CjuIK1q_8ugA:10 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: Mark Rutland , devicetree@vger.kernel.org, Pengutronix Kernel Team , David Airlie , Sascha Hauer , linux-kernel@vger.kernel.org, Rob Herring , Thierry Reding , dri-devel@lists.freedesktop.org, David Jander , Shawn Guo , linux-arm-kernel@lists.infradead.org, NXP Linux Team Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Oleksij On Wed, Dec 02, 2020 at 09:18:19AM +0100, Oleksij Rempel wrote: > Reorder it alphabetically and remove one double entry. > > Signed-off-by: Oleksij Rempel > --- > .../bindings/display/panel/panel-simple.yaml | 16 +++++++--------- > 1 file changed, 7 insertions(+), 9 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > index edb53ab0d9eb..428b03342fea 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > @@ -106,26 +106,24 @@ properties: > # Emerging Display Technology Corp. 3.5" QVGA TFT LCD panel > - edt,et035012dm6 > # Emerging Display Technology Corp. 480x272 TFT Display with capacitive touch > + - edt,et057090dhu > + # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - edt,etm043080dh6gp > # Emerging Display Technology Corp. 480x272 TFT Display > - edt,etm0430g0dh6 > # Emerging Display Technology Corp. 5.7" VGA TFT LCD panel > - - edt,et057090dhu > - # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - - edt,etm070080dh6 > - # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - - edt,etm0700g0dh6 > - # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - # Same as ETM0700G0DH6 but with inverted pixel clock. > - edt,etm070080bdh6 > # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > # Same display as the ETM0700G0BDH6, but with changed hardware for the > # backlight and the touch interface. > + - edt,etm070080dh6 > + # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > - edt,etm070080edh6 > # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > # Same timings as the ETM0700G0DH6, but with resistive touch. > - - edt,etm070080dh6 > - # Evervision Electronics Co. Ltd. VGG804821 5.0" WVGA TFT LCD Panel > + - edt,etm0700g0dh6 > + # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch > + # Same as ETM0700G0DH6 but with inverted pixel clock. > - evervision,vgg804821 > # Foxlink Group 5" WVGA TFT LCD panel > - foxlink,fl500wvr00-a0t Thanks for fixing this, but something is not correct. I think you switched around the order of comment and compatible. It goes like this # This is the comment - compatible,for-the-comment I always look at the first entry when I need to check the order. Also the comment for evervision,vgg804821 seems to be lost in the above. Sam _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel