Message ID | 20200813012910.13576-5-laurent.pinchart@ideasonboard.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm: mxsfb: Allow overriding bus width | expand |
On Thu, Aug 13, 2020 at 04:29:06AM +0300, Laurent Pinchart wrote: > Rename the mxsfb.yaml binding schema to fsl,lcdif.yaml to match the > usual bindings naming scheme. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> I have been confused by the mxsfb name in the past, so this rename i welcome. Acked-by: Sam Ravnborg <sam@ravnborg.org> > --- > .../devicetree/bindings/display/{mxsfb.yaml => fsl,lcdif.yaml} | 2 +- > MAINTAINERS | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > rename Documentation/devicetree/bindings/display/{mxsfb.yaml => fsl,lcdif.yaml} (98%) > > diff --git a/Documentation/devicetree/bindings/display/mxsfb.yaml b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml > similarity index 98% > rename from Documentation/devicetree/bindings/display/mxsfb.yaml > rename to Documentation/devicetree/bindings/display/fsl,lcdif.yaml > index d15bb8edc29f..60210775c31e 100644 > --- a/Documentation/devicetree/bindings/display/mxsfb.yaml > +++ b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml > @@ -1,7 +1,7 @@ > # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > %YAML 1.2 > --- > -$id: http://devicetree.org/schemas/display/mxsfb.yaml# > +$id: http://devicetree.org/schemas/display/fsl,lcdif.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Freescale/NXP i.MX LCD Interface (LCDIF) > diff --git a/MAINTAINERS b/MAINTAINERS > index e3fac23383d2..fe1bda639a39 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11757,7 +11757,7 @@ M: Stefan Agner <stefan@agner.ch> > L: dri-devel@lists.freedesktop.org > S: Supported > T: git git://anongit.freedesktop.org/drm/drm-misc > -F: Documentation/devicetree/bindings/display/mxsfb.yaml > +F: Documentation/devicetree/bindings/display/fsl,lcdif.yaml > F: drivers/gpu/drm/mxsfb/ > > MYLEX DAC960 PCI RAID Controller > -- > Regards, > > Laurent Pinchart > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
On 2020-08-13 03:29, Laurent Pinchart wrote: > Rename the mxsfb.yaml binding schema to fsl,lcdif.yaml to match the > usual bindings naming scheme. I tend to prefer to just name it fsl,lcdif.yaml from the get-go. If you prefer keeping it separate, then it should be patch 2 of the series. -- Stefan > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > .../devicetree/bindings/display/{mxsfb.yaml => fsl,lcdif.yaml} | 2 +- > MAINTAINERS | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > rename Documentation/devicetree/bindings/display/{mxsfb.yaml => > fsl,lcdif.yaml} (98%) > > diff --git a/Documentation/devicetree/bindings/display/mxsfb.yaml > b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml > similarity index 98% > rename from Documentation/devicetree/bindings/display/mxsfb.yaml > rename to Documentation/devicetree/bindings/display/fsl,lcdif.yaml > index d15bb8edc29f..60210775c31e 100644 > --- a/Documentation/devicetree/bindings/display/mxsfb.yaml > +++ b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml > @@ -1,7 +1,7 @@ > # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > %YAML 1.2 > --- > -$id: http://devicetree.org/schemas/display/mxsfb.yaml# > +$id: http://devicetree.org/schemas/display/fsl,lcdif.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Freescale/NXP i.MX LCD Interface (LCDIF) > diff --git a/MAINTAINERS b/MAINTAINERS > index e3fac23383d2..fe1bda639a39 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11757,7 +11757,7 @@ M: Stefan Agner <stefan@agner.ch> > L: dri-devel@lists.freedesktop.org > S: Supported > T: git git://anongit.freedesktop.org/drm/drm-misc > -F: Documentation/devicetree/bindings/display/mxsfb.yaml > +F: Documentation/devicetree/bindings/display/fsl,lcdif.yaml > F: drivers/gpu/drm/mxsfb/ > > MYLEX DAC960 PCI RAID Controller
Hi Stefan, On Fri, Aug 21, 2020 at 04:55:38PM +0200, Stefan Agner wrote: > On 2020-08-13 03:29, Laurent Pinchart wrote: > > Rename the mxsfb.yaml binding schema to fsl,lcdif.yaml to match the > > usual bindings naming scheme. > > I tend to prefer to just name it fsl,lcdif.yaml from the get-go. > > If you prefer keeping it separate, then it should be patch 2 of the > series. I'm certainly fine squashing this with 1/8. Should I submit a v2, or would you like to squash them locally before applying ? If you would like a v2, have you reviewed the entire series, or should I still wait ? > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > > --- > > .../devicetree/bindings/display/{mxsfb.yaml => fsl,lcdif.yaml} | 2 +- > > MAINTAINERS | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > rename Documentation/devicetree/bindings/display/{mxsfb.yaml => > > fsl,lcdif.yaml} (98%) > > > > diff --git a/Documentation/devicetree/bindings/display/mxsfb.yaml > > b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml > > similarity index 98% > > rename from Documentation/devicetree/bindings/display/mxsfb.yaml > > rename to Documentation/devicetree/bindings/display/fsl,lcdif.yaml > > index d15bb8edc29f..60210775c31e 100644 > > --- a/Documentation/devicetree/bindings/display/mxsfb.yaml > > +++ b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml > > @@ -1,7 +1,7 @@ > > # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > > %YAML 1.2 > > --- > > -$id: http://devicetree.org/schemas/display/mxsfb.yaml# > > +$id: http://devicetree.org/schemas/display/fsl,lcdif.yaml# > > $schema: http://devicetree.org/meta-schemas/core.yaml# > > > > title: Freescale/NXP i.MX LCD Interface (LCDIF) > > diff --git a/MAINTAINERS b/MAINTAINERS > > index e3fac23383d2..fe1bda639a39 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -11757,7 +11757,7 @@ M: Stefan Agner <stefan@agner.ch> > > L: dri-devel@lists.freedesktop.org > > S: Supported > > T: git git://anongit.freedesktop.org/drm/drm-misc > > -F: Documentation/devicetree/bindings/display/mxsfb.yaml > > +F: Documentation/devicetree/bindings/display/fsl,lcdif.yaml > > F: drivers/gpu/drm/mxsfb/ > > > > MYLEX DAC960 PCI RAID Controller
diff --git a/Documentation/devicetree/bindings/display/mxsfb.yaml b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml similarity index 98% rename from Documentation/devicetree/bindings/display/mxsfb.yaml rename to Documentation/devicetree/bindings/display/fsl,lcdif.yaml index d15bb8edc29f..60210775c31e 100644 --- a/Documentation/devicetree/bindings/display/mxsfb.yaml +++ b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/display/mxsfb.yaml# +$id: http://devicetree.org/schemas/display/fsl,lcdif.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Freescale/NXP i.MX LCD Interface (LCDIF) diff --git a/MAINTAINERS b/MAINTAINERS index e3fac23383d2..fe1bda639a39 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11757,7 +11757,7 @@ M: Stefan Agner <stefan@agner.ch> L: dri-devel@lists.freedesktop.org S: Supported T: git git://anongit.freedesktop.org/drm/drm-misc -F: Documentation/devicetree/bindings/display/mxsfb.yaml +F: Documentation/devicetree/bindings/display/fsl,lcdif.yaml F: drivers/gpu/drm/mxsfb/ MYLEX DAC960 PCI RAID Controller
Rename the mxsfb.yaml binding schema to fsl,lcdif.yaml to match the usual bindings naming scheme. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- .../devicetree/bindings/display/{mxsfb.yaml => fsl,lcdif.yaml} | 2 +- MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Documentation/devicetree/bindings/display/{mxsfb.yaml => fsl,lcdif.yaml} (98%)