Message ID | 20220308110615.1.I1f1b10daf7361feb6705f789deb680b8d7720de9@changeid (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings | expand |
Hi Doug, Thank you for the patch. On Tue, Mar 08, 2022 at 11:06:57AM -0800, 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 <dianders@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > > 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 <jonas@kwiboo.se> > R: Jernej Skrabec <jernej.skrabec@gmail.com> > 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
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 <dianders@chromium.org> > --- > > 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 <jonas@kwiboo.se> > R: Jernej Skrabec <jernej.skrabec@gmail.com> > 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 <narmstrong@baylibre.com>
On Wed, 9 Mar 2022 at 09:04, Neil Armstrong <narmstrong@baylibre.com> 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 <dianders@chromium.org> > > --- > > > > 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 <jonas@kwiboo.se> > > R: Jernej Skrabec <jernej.skrabec@gmail.com> > > 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 <narmstrong@baylibre.com> Acked-by: Robert Foss <robert.foss@linaro.org>
Hi, On Tue, Mar 8, 2022 at 11:07 AM Douglas Anderson <dianders@chromium.org> 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 <dianders@chromium.org> > --- > > 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
diff --git a/MAINTAINERS b/MAINTAINERS index 0216d2ffe728..a73179d55d00 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6403,6 +6403,7 @@ R: Jonas Karlman <jonas@kwiboo.se> R: Jernej Skrabec <jernej.skrabec@gmail.com> 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
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 <dianders@chromium.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)