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=-0.8 required=3.0 tests=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 EEFB9C433DF for ; Sat, 4 Jul 2020 10:34:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C486420870 for ; Sat, 4 Jul 2020 10:34:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726667AbgGDKeP (ORCPT ); Sat, 4 Jul 2020 06:34:15 -0400 Received: from asavdk3.altibox.net ([109.247.116.14]:52250 "EHLO asavdk3.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726621AbgGDKeP (ORCPT ); Sat, 4 Jul 2020 06:34:15 -0400 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 asavdk3.altibox.net (Postfix) with ESMTPS id F077920030; Sat, 4 Jul 2020 12:34:09 +0200 (CEST) Date: Sat, 4 Jul 2020 12:34:08 +0200 From: Sam Ravnborg To: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Rob Herring Cc: Chris Zhong , Andrzej Hajda , Thierry Reding , Sebastian Reichel Subject: Re: [PATCH v3 0/3] dt-bindings: display: convert panel bindings to DT Schema Message-ID: <20200704103408.GA735964@ravnborg.org> References: <20200704102806.735713-1-sam@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200704102806.735713-1-sam@ravnborg.org> X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=f+hm+t6M c=1 sm=1 tr=0 a=S6zTFyMACwkrwXSdXUNehg==:117 a=S6zTFyMACwkrwXSdXUNehg==:17 a=kj9zAlcOel0A:10 a=VwQbUJbxAAAA:8 a=7gkXJVJtAAAA:8 a=e5mUnYsNAAAA:8 a=KES7fKIIVwMXKWEOJbMA:9 a=CjuIK1q_8ugA:10 a=AjGcO6oz07-iQ99wixmX:22 a=E9Po1WZjFZOl8hwRPBS3:22 a=Vxmtnl_E_bksehYqCbjh:22 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, Jul 04, 2020 at 12:28:03PM +0200, Sam Ravnborg wrote: > This patch-set convert 3 of the remaining panel bindings to yaml. > > This is a follow-up on v2 that converted a lot of panel bindings: > https://lore.kernel.org/dri-devel/20200408195109.32692-1-sam@ravnborg.org/ > All was applied except for the reaming three patches included here. > > One binding is a DSI binding so just added to panel-simple-dsi. > The other two bindings addressed review feedback from Rob. > > Sebastian Reichel has a pending patch to address the remaining > panel binding in display/panel/ > > All bindings pass dt-binding-check. > Based on top of drm-misc-next. > > Sam > > > Sam Ravnborg (3): > dt-bindings: display: convert innolux,p079zca to DT Schema > dt-bindings: display: convert samsung,s6e8aa0 to DT Schema > dt-bindings: display: convert sharp,lq101r1sx01 to DT Schema git format-patch adds a space after the ',' - in the subject. This is often a good idea, but not for binding files. Will fix when I apply - if I do not forget that is.. Any setttings so I can prevent this in the future? Sam > > .../bindings/display/panel/innolux,p079zca.txt | 22 ----- > .../bindings/display/panel/panel-simple-dsi.yaml | 2 + > .../bindings/display/panel/samsung,s6e8aa0.txt | 56 ------------ > .../bindings/display/panel/samsung,s6e8aa0.yaml | 100 +++++++++++++++++++++ > .../bindings/display/panel/sharp,lq101r1sx01.txt | 49 ---------- > .../bindings/display/panel/sharp,lq101r1sx01.yaml | 87 ++++++++++++++++++ > 6 files changed, 189 insertions(+), 127 deletions(-) > > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel