diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2022-11-25 12:25:19 +0100 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2022-12-16 18:40:29 +0100 |
commit | 4b6cb2b67da883bc5095ee6d77f951f1cd7a1c24 (patch) | |
tree | 0297872303f21f4c22aefabf48aa6c2dcff3a64b /MAINTAINERS | |
parent | 4333472f8d7befe62359fecb1083cd57a6e07bfc (diff) | |
download | lwn-4b6cb2b67da883bc5095ee6d77f951f1cd7a1c24.tar.gz lwn-4b6cb2b67da883bc5095ee6d77f951f1cd7a1c24.zip |
drm/imx: move IPUv3 driver into separate subdirectory
The IPUv3 and DCSS driver are two totally separate DRM drivers. Having
one of them live in the drivers/gpu/drm/imx toplevel directory and the
other one in the dcss/ subdirectory is confusing. Move the IPUv3 driver
into its own subdirectory to make the separation more clear.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://lore.kernel.org/r/20221125112519.3849636-1-l.stach@pengutronix.de
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20221125112519.3849636-1-l.stach@pengutronix.de
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f3edff6b1cad..2e832cf29bec 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6905,7 +6905,7 @@ M: Philipp Zabel <p.zabel@pengutronix.de> L: dri-devel@lists.freedesktop.org S: Maintained F: Documentation/devicetree/bindings/display/imx/ -F: drivers/gpu/drm/imx/ +F: drivers/gpu/drm/imx/ipuv3/ F: drivers/gpu/ipu-v3/ DRM DRIVERS FOR FREESCALE IMX BRIDGE |