Maxime Ripard
2023-Sep-21 10:57 UTC
[Nouveau] [PATCH v2] MAINTAINERS: Update drm-misc entry to match all drivers
We've had a number of times when a patch slipped through and we couldn't pick them up either because our MAINTAINERS entry only covers the framework and thus we weren't Cc'd. Let's take another approach where we match everything, and remove all the drivers that are not maintained through drm-misc. Acked-by: Jani Nikula <jani.nikula at intel.com> Signed-off-by: Maxime Ripard <mripard at kernel.org> --- Cc: Alex Deucher <alexander.deucher at amd.com> Cc: Christian K?nig <christian.koenig at amd.com> Cc: "Pan, Xinhui" <Xinhui.Pan at amd.com> Cc: Russell King <linux at armlinux.org.uk> Cc: Lucas Stach <l.stach at pengutronix.de> Cc: Christian Gmeiner <christian.gmeiner at gmail.com> Cc: Inki Dae <inki.dae at samsung.com> Cc: Seung-Woo Kim <sw0312.kim at samsung.com> Cc: Kyungmin Park <kyungmin.park at samsung.com> Cc: Jani Nikula <jani.nikula at linux.intel.com> Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com> Cc: Rodrigo Vivi <rodrigo.vivi at intel.com> Cc: Tvrtko Ursulin <tvrtko.ursulin at linux.intel.com> Cc: Philipp Zabel <p.zabel at pengutronix.de> Cc: Laurentiu Palcu <laurentiu.palcu at oss.nxp.com> Cc: Anitha Chrisanthus <anitha.chrisanthus at intel.com> Cc: Edmund Dea <edmund.j.dea at intel.com> Cc: Chun-Kuang Hu <chunkuang.hu at kernel.org> Cc: Rob Clark <robdclark at gmail.com> Cc: Abhinav Kumar <quic_abhinavk at quicinc.com> Cc: Dmitry Baryshkov <dmitry.baryshkov at linaro.org> Cc: Sean Paul <sean at poorly.run> Cc: Marijn Suijten <marijn.suijten at somainline.org> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Karol Herbst <kherbst at redhat.com> Cc: Lyude Paul <lyude at redhat.com> Cc: Laurent Pinchart <laurent.pinchart at ideasonboard.com> Cc: Kieran Bingham <kieran.bingham+renesas at ideasonboard.com> Cc: Thierry Reding <thierry.reding at gmail.com> Cc: Mikko Perttunen <mperttunen at nvidia.com> Cc: dri-devel at lists.freedesktop.org Cc: amd-gfx at lists.freedesktop.org Cc: etnaviv at lists.freedesktop.org Cc: intel-gfx at lists.freedesktop.org Cc: nouveau at lists.freedesktop.org Cc: linux-renesas-soc at vger.kernel.org Cc: linux-tegra at vger.kernel.org Changes from v1: - Remove ingenic and gma500 from the excluded list --- MAINTAINERS | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 90f13281d297..1012402dada5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6860,12 +6860,27 @@ M: Thomas Zimmermann <tzimmermann at suse.de> S: Maintained W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html T: git git://anongit.freedesktop.org/drm/drm-misc +F: Documentation/devicetree/bindings/display/ +F: Documentation/devicetree/bindings/gpu/ F: Documentation/gpu/ -F: drivers/gpu/drm/* +F: drivers/gpu/drm/ F: drivers/gpu/vga/ -F: include/drm/drm* +F: include/drm/drm F: include/linux/vga* -F: include/uapi/drm/drm* +F: include/uapi/drm/ +X: drivers/gpu/drm/amd/ +X: drivers/gpu/drm/armada/ +X: drivers/gpu/drm/etnaviv/ +X: drivers/gpu/drm/exynos/ +X: drivers/gpu/drm/i915/ +X: drivers/gpu/drm/imx/ +X: drivers/gpu/drm/kmb/ +X: drivers/gpu/drm/mediatek/ +X: drivers/gpu/drm/msm/ +X: drivers/gpu/drm/nouveau/ +X: drivers/gpu/drm/radeon/ +X: drivers/gpu/drm/renesas/ +X: drivers/gpu/drm/tegra/ DRM DRIVERS FOR ALLWINNER A10 M: Maxime Ripard <mripard at kernel.org> -- 2.41.0
Thomas Zimmermann
2023-Sep-21 11:11 UTC
[Nouveau] [PATCH v2] MAINTAINERS: Update drm-misc entry to match all drivers
Am 21.09.23 um 12:57 schrieb Maxime Ripard:> We've had a number of times when a patch slipped through and we couldn't > pick them up either because our MAINTAINERS entry only covers the > framework and thus we weren't Cc'd. > > Let's take another approach where we match everything, and remove all > the drivers that are not maintained through drm-misc. > > Acked-by: Jani Nikula <jani.nikula at intel.com> > Signed-off-by: Maxime Ripard <mripard at kernel.org>Acked-by: Thomas Zimmermann <tzimmermann at suse.de>> > --- > > Cc: Alex Deucher <alexander.deucher at amd.com> > Cc: Christian K?nig <christian.koenig at amd.com> > Cc: "Pan, Xinhui" <Xinhui.Pan at amd.com> > Cc: Russell King <linux at armlinux.org.uk> > Cc: Lucas Stach <l.stach at pengutronix.de> > Cc: Christian Gmeiner <christian.gmeiner at gmail.com> > Cc: Inki Dae <inki.dae at samsung.com> > Cc: Seung-Woo Kim <sw0312.kim at samsung.com> > Cc: Kyungmin Park <kyungmin.park at samsung.com> > Cc: Jani Nikula <jani.nikula at linux.intel.com> > Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com> > Cc: Rodrigo Vivi <rodrigo.vivi at intel.com> > Cc: Tvrtko Ursulin <tvrtko.ursulin at linux.intel.com> > Cc: Philipp Zabel <p.zabel at pengutronix.de> > Cc: Laurentiu Palcu <laurentiu.palcu at oss.nxp.com> > Cc: Anitha Chrisanthus <anitha.chrisanthus at intel.com> > Cc: Edmund Dea <edmund.j.dea at intel.com> > Cc: Chun-Kuang Hu <chunkuang.hu at kernel.org> > Cc: Rob Clark <robdclark at gmail.com> > Cc: Abhinav Kumar <quic_abhinavk at quicinc.com> > Cc: Dmitry Baryshkov <dmitry.baryshkov at linaro.org> > Cc: Sean Paul <sean at poorly.run> > Cc: Marijn Suijten <marijn.suijten at somainline.org> > Cc: Ben Skeggs <bskeggs at redhat.com> > Cc: Karol Herbst <kherbst at redhat.com> > Cc: Lyude Paul <lyude at redhat.com> > Cc: Laurent Pinchart <laurent.pinchart at ideasonboard.com> > Cc: Kieran Bingham <kieran.bingham+renesas at ideasonboard.com> > Cc: Thierry Reding <thierry.reding at gmail.com> > Cc: Mikko Perttunen <mperttunen at nvidia.com> > Cc: dri-devel at lists.freedesktop.org > Cc: amd-gfx at lists.freedesktop.org > Cc: etnaviv at lists.freedesktop.org > Cc: intel-gfx at lists.freedesktop.org > Cc: nouveau at lists.freedesktop.org > Cc: linux-renesas-soc at vger.kernel.org > Cc: linux-tegra at vger.kernel.org > > Changes from v1: > - Remove ingenic and gma500 from the excluded list > --- > MAINTAINERS | 21 ++++++++++++++++++--- > 1 file changed, 18 insertions(+), 3 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 90f13281d297..1012402dada5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6860,12 +6860,27 @@ M: Thomas Zimmermann <tzimmermann at suse.de> > S: Maintained > W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html > T: git git://anongit.freedesktop.org/drm/drm-misc > +F: Documentation/devicetree/bindings/display/ > +F: Documentation/devicetree/bindings/gpu/ > F: Documentation/gpu/ > -F: drivers/gpu/drm/* > +F: drivers/gpu/drm/ > F: drivers/gpu/vga/ > -F: include/drm/drm* > +F: include/drm/drm > F: include/linux/vga* > -F: include/uapi/drm/drm* > +F: include/uapi/drm/ > +X: drivers/gpu/drm/amd/ > +X: drivers/gpu/drm/armada/ > +X: drivers/gpu/drm/etnaviv/ > +X: drivers/gpu/drm/exynos/ > +X: drivers/gpu/drm/i915/ > +X: drivers/gpu/drm/imx/ > +X: drivers/gpu/drm/kmb/ > +X: drivers/gpu/drm/mediatek/ > +X: drivers/gpu/drm/msm/ > +X: drivers/gpu/drm/nouveau/ > +X: drivers/gpu/drm/radeon/ > +X: drivers/gpu/drm/renesas/ > +X: drivers/gpu/drm/tegra/ > > DRM DRIVERS FOR ALLWINNER A10 > M: Maxime Ripard <mripard at kernel.org>-- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Frankenstrasse 146, 90461 Nuernberg, Germany GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman HRB 36809 (AG Nuernberg) -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20230921/a55071cb/attachment-0001.sig>
Maxime Ripard
2023-Sep-28 08:55 UTC
[Nouveau] [PATCH v2] MAINTAINERS: Update drm-misc entry to match all drivers
Hi, On Thu, Sep 21, 2023 at 12:57:43PM +0200, Maxime Ripard wrote:> We've had a number of times when a patch slipped through and we couldn't > pick them up either because our MAINTAINERS entry only covers the > framework and thus we weren't Cc'd. > > Let's take another approach where we match everything, and remove all > the drivers that are not maintained through drm-misc. > > Acked-by: Jani Nikula <jani.nikula at intel.com> > Signed-off-by: Maxime Ripard <mripard at kernel.org>Applied with Dave's Acked-by given on IRC. This was conflicting with https://lore.kernel.org/r/20230925154929.1.I3287e895ce8e68d41b458494a49a1b5ec5c71013 at changeid So I removed the imx exclusion from that list while applying. Maxime -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20230928/e541a09f/attachment.sig>