2018-11-13 12:43:28

by Heiko Stuebner

[permalink] [raw]
Subject: [PATCH] dt-bindings: display: add binding for Innolux ee101ia-01d panel

From: Heiko Stuebner <[email protected]>

This is a panel handled through the generic lvds-panel binding,
so only needs its additional compatible specified.

Signed-off-by: Heiko Stuebner <[email protected]>
---
.../bindings/display/panel/innolux,ee101ia-01d.txt | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt

diff --git a/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt b/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt
new file mode 100644
index 000000000000..e5ca4ccd55ed
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt
@@ -0,0 +1,7 @@
+Innolux Corporation 10.1" EE101IA-01D WXGA (1280x800) LVDS panel
+
+Required properties:
+- compatible: should be "innolux,ee101ia-01d"
+
+This binding is compatible with the lvds-panel binding, which is specified
+in panel-lvds.txt in this directory.
--
2.18.0



2018-12-04 20:17:54

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: display: add binding for Innolux ee101ia-01d panel

On Tue, 13 Nov 2018 13:42:05 +0100, Heiko Stuebner wrote:
> From: Heiko Stuebner <[email protected]>
>
> This is a panel handled through the generic lvds-panel binding,
> so only needs its additional compatible specified.
>
> Signed-off-by: Heiko Stuebner <[email protected]>
> ---
> .../bindings/display/panel/innolux,ee101ia-01d.txt | 7 +++++++
> 1 file changed, 7 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt
>

Reviewed-by: Rob Herring <[email protected]>

2019-01-29 13:38:21

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: display: add binding for Innolux ee101ia-01d panel

Hi Thierry,

Am Dienstag, 13. November 2018, 13:42:05 CET schrieb Heiko Stuebner:
> From: Heiko Stuebner <[email protected]>
>
> This is a panel handled through the generic lvds-panel binding,
> so only needs its additional compatible specified.
>
> Signed-off-by: Heiko Stuebner <[email protected]>

just pulling this pending patch out of the woodworks again too :-)

Thanks in advance for considering it.
Heiko

> ---
> .../bindings/display/panel/innolux,ee101ia-01d.txt | 7 +++++++
> 1 file changed, 7 insertions(+)
> create mode 100644
> Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt
>
> diff --git
> a/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt
> b/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt
> new file mode 100644
> index 000000000000..e5ca4ccd55ed
> --- /dev/null
> +++
> b/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt
> @@ -0,0 +1,7 @@
> +Innolux Corporation 10.1" EE101IA-01D WXGA (1280x800) LVDS panel
> +
> +Required properties:
> +- compatible: should be "innolux,ee101ia-01d"
> +
> +This binding is compatible with the lvds-panel binding, which is specified
> +in panel-lvds.txt in this directory.





2019-01-29 16:47:44

by Daniel Vetter

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: display: add binding for Innolux ee101ia-01d panel

On Tue, Jan 29, 2019 at 02:37:23PM +0100, Heiko St?bner wrote:
> Hi Thierry,
>
> Am Dienstag, 13. November 2018, 13:42:05 CET schrieb Heiko Stuebner:
> > From: Heiko Stuebner <[email protected]>
> >
> > This is a panel handled through the generic lvds-panel binding,
> > so only needs its additional compatible specified.
> >
> > Signed-off-by: Heiko Stuebner <[email protected]>
>
> just pulling this pending patch out of the woodworks again too :-)
>
> Thanks in advance for considering it.

It's a panel patch, you have the review from Rob, you have commit rights
to drm-misc and panel is maintained in drm-misc. There's nothing blocking
you from pushing it, just do it :-)

Cheers, Daniel

> Heiko
>
> > ---
> > .../bindings/display/panel/innolux,ee101ia-01d.txt | 7 +++++++
> > 1 file changed, 7 insertions(+)
> > create mode 100644
> > Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt
> >
> > diff --git
> > a/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt
> > b/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt
> > new file mode 100644
> > index 000000000000..e5ca4ccd55ed
> > --- /dev/null
> > +++
> > b/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt
> > @@ -0,0 +1,7 @@
> > +Innolux Corporation 10.1" EE101IA-01D WXGA (1280x800) LVDS panel
> > +
> > +Required properties:
> > +- compatible: should be "innolux,ee101ia-01d"
> > +
> > +This binding is compatible with the lvds-panel binding, which is specified
> > +in panel-lvds.txt in this directory.
>
>
>
>
> _______________________________________________
> dri-devel mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

2019-02-03 09:29:06

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: display: add binding for Innolux ee101ia-01d panel

Am Dienstag, 29. Januar 2019, 17:45:50 CET schrieb Daniel Vetter:
> On Tue, Jan 29, 2019 at 02:37:23PM +0100, Heiko St?bner wrote:
> > Hi Thierry,
> >
> > Am Dienstag, 13. November 2018, 13:42:05 CET schrieb Heiko Stuebner:
> > > From: Heiko Stuebner <[email protected]>
> > >
> > > This is a panel handled through the generic lvds-panel binding,
> > > so only needs its additional compatible specified.
> > >
> > > Signed-off-by: Heiko Stuebner <[email protected]>
> >
> > just pulling this pending patch out of the woodworks again too :-)
> >
> > Thanks in advance for considering it.
>
> It's a panel patch, you have the review from Rob, you have commit rights
> to drm-misc and panel is maintained in drm-misc. There's nothing blocking
> you from pushing it, just do it :-)

yeah, at some point I'll probably internalize the drm-misc concept
without feeling of stepping on someone's toes :-D

Anyway, applied and pushed now.
Heiko