diff options
author | Douglas Anderson <dianders@chromium.org> | 2023-09-25 15:49:29 -0700 |
---|---|---|
committer | Maxime Ripard <mripard@kernel.org> | 2023-09-28 10:52:38 +0200 |
commit | fc5fb9e7f81e4ae73958d05adb4fe7cde24c88a2 (patch) | |
tree | 2cddec11d7ddd6c7bdac985a72d3ec4573aa839e | |
parent | 5a44d50f00725f31bf4a85e61587c87ce0429787 (diff) |
MAINTAINERS: Document that the NXP i.MX 8MQ DCSS driver goes thru drm-misc
As per the discussion on the lists [1], changes to this driver
generally flow through drm-misc. Add a tag in MAINTAINERS to document
this
[1] https://lore.kernel.org/r/20230925054710.r3guqn5jzdl4giwd@fsr-ub1664-121.ea.freescale.net
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230925154929.1.I3287e895ce8e68d41b458494a49a1b5ec5c71013@changeid
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e3903177a739..d787a18a76c4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15239,6 +15239,7 @@ M: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com> R: Lucas Stach <l.stach@pengutronix.de> L: dri-devel@lists.freedesktop.org S: Maintained +T: git git://anongit.freedesktop.org/drm/drm-misc F: Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml F: drivers/gpu/drm/imx/dcss/ |