Message ID | 20241219-pl111-maintain-v1-1-c60f57c523cd@linaro.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: Assume maintainership of PL111 | expand |
On Thu, Dec 19, 2024 at 07:36:05PM +0100, Linus Walleij wrote: > Emma Anholt dropped maintainership for PL111 and I > didn't notice it at the time. I've written part of it > and I'm happy to maintain it, list myself as maintainer > and assume active maintainership. Nice! Could you please convert it to use DRM_BRIDGE_ATTACH_NO_CONNECTOR? Likewise pl111_display_enable() should use the bus flags and input formats of the next bridge rather than the ones of the connector. > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1e930c7a58b13d8bbe6bf133ba7b36aa24c2b5e0..99dbe95995824cb6bdf9e5865982c92677924fa8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7068,7 +7068,8 @@ T: git https://gitlab.freedesktop.org/drm/misc/kernel.git > F: drivers/gpu/drm/sun4i/sun8i* > > DRM DRIVER FOR ARM PL111 CLCD > -S: Orphan > +M: Linus Walleij <linus.walleij@linaro.org> > +S: Maintained > T: git https://gitlab.freedesktop.org/drm/misc/kernel.git > F: drivers/gpu/drm/pl111/ > > > --- > base-commit: 40384c840ea1944d7c5a392e8975ed088ecf0b37 > change-id: 20241219-pl111-maintain-ec7f69230d48 > > Best regards, > -- > Linus Walleij <linus.walleij@linaro.org> >
On Thu, Dec 19, 2024 at 07:36:05PM +0100, Linus Walleij wrote: > Emma Anholt dropped maintainership for PL111 and I > didn't notice it at the time. I've written part of it > and I'm happy to maintain it, list myself as maintainer > and assume active maintainership. > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Simona Vetter <simona.vetter@ffwll.ch> > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1e930c7a58b13d8bbe6bf133ba7b36aa24c2b5e0..99dbe95995824cb6bdf9e5865982c92677924fa8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7068,7 +7068,8 @@ T: git https://gitlab.freedesktop.org/drm/misc/kernel.git > F: drivers/gpu/drm/sun4i/sun8i* > > DRM DRIVER FOR ARM PL111 CLCD > -S: Orphan > +M: Linus Walleij <linus.walleij@linaro.org> > +S: Maintained > T: git https://gitlab.freedesktop.org/drm/misc/kernel.git > F: drivers/gpu/drm/pl111/ > > > --- > base-commit: 40384c840ea1944d7c5a392e8975ed088ecf0b37 > change-id: 20241219-pl111-maintain-ec7f69230d48 > > Best regards, > -- > Linus Walleij <linus.walleij@linaro.org> >
diff --git a/MAINTAINERS b/MAINTAINERS index 1e930c7a58b13d8bbe6bf133ba7b36aa24c2b5e0..99dbe95995824cb6bdf9e5865982c92677924fa8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7068,7 +7068,8 @@ T: git https://gitlab.freedesktop.org/drm/misc/kernel.git F: drivers/gpu/drm/sun4i/sun8i* DRM DRIVER FOR ARM PL111 CLCD -S: Orphan +M: Linus Walleij <linus.walleij@linaro.org> +S: Maintained T: git https://gitlab.freedesktop.org/drm/misc/kernel.git F: drivers/gpu/drm/pl111/
Emma Anholt dropped maintainership for PL111 and I didn't notice it at the time. I've written part of it and I'm happy to maintain it, list myself as maintainer and assume active maintainership. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- base-commit: 40384c840ea1944d7c5a392e8975ed088ecf0b37 change-id: 20241219-pl111-maintain-ec7f69230d48 Best regards,