2022-03-09 02:00:40

by Doug Anderson

[permalink] [raw]
Subject: [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings

The bindings for bridge chips should also get the same maintainers
entry so the right people get notified about bindings changes.

Signed-off-by: Douglas Anderson <[email protected]>
---

MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0216d2ffe728..a73179d55d00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6403,6 +6403,7 @@ R: Jonas Karlman <[email protected]>
R: Jernej Skrabec <[email protected]>
S: Maintained
T: git git://anongit.freedesktop.org/drm/drm-misc
+F: Documentation/devicetree/bindings/display/bridge/
F: drivers/gpu/drm/bridge/

DRM DRIVERS FOR EXYNOS
--
2.35.1.616.g0bdcbb4464-goog


2022-03-09 10:08:13

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings

On 08/03/2022 20:06, Douglas Anderson wrote:
> The bindings for bridge chips should also get the same maintainers
> entry so the right people get notified about bindings changes.
>
> Signed-off-by: Douglas Anderson <[email protected]>
> ---
>
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0216d2ffe728..a73179d55d00 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6403,6 +6403,7 @@ R: Jonas Karlman <[email protected]>
> R: Jernej Skrabec <[email protected]>
> S: Maintained
> T: git git://anongit.freedesktop.org/drm/drm-misc
> +F: Documentation/devicetree/bindings/display/bridge/
> F: drivers/gpu/drm/bridge/
>
> DRM DRIVERS FOR EXYNOS

Acked-by: Neil Armstrong <[email protected]>

2022-03-09 13:45:56

by Robert Foss

[permalink] [raw]
Subject: Re: [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings

On Wed, 9 Mar 2022 at 09:04, Neil Armstrong <[email protected]> wrote:
>
> On 08/03/2022 20:06, Douglas Anderson wrote:
> > The bindings for bridge chips should also get the same maintainers
> > entry so the right people get notified about bindings changes.
> >
> > Signed-off-by: Douglas Anderson <[email protected]>
> > ---
> >
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 0216d2ffe728..a73179d55d00 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6403,6 +6403,7 @@ R: Jonas Karlman <[email protected]>
> > R: Jernej Skrabec <[email protected]>
> > S: Maintained
> > T: git git://anongit.freedesktop.org/drm/drm-misc
> > +F: Documentation/devicetree/bindings/display/bridge/
> > F: drivers/gpu/drm/bridge/
> >
> > DRM DRIVERS FOR EXYNOS
>
> Acked-by: Neil Armstrong <[email protected]>

Acked-by: Robert Foss <[email protected]>

2022-03-09 16:25:31

by Doug Anderson

[permalink] [raw]
Subject: Re: [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings

Hi,

On Tue, Mar 8, 2022 at 11:07 AM Douglas Anderson <[email protected]> wrote:
>
> The bindings for bridge chips should also get the same maintainers
> entry so the right people get notified about bindings changes.
>
> Signed-off-by: Douglas Anderson <[email protected]>
> ---
>
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)

There didn't seem to be a reason to wait, so I pushed all 3 to
drm-misc-next w/ collected tags

46db48f25ed1 drm/bridge: Add myself as a reviewer for the Parade
PS8640 bridge chip
59c217b3dde5 drm/bridge: Add myself as a reviewer for the TI SN65DSI86
bridge chip
73a46da4fa7c drm/bridge: Add MAINTAINERS entry for DRM drivers for
bridge chip bindings

-Doug