From 01d082bbbd60c4468e88a97bc07052678339f9f6 Mon Sep 17 00:00:00 2001 From: Cristian Ciocaltea Date: Fri, 12 Jun 2026 13:01:29 +0300 Subject: [PATCH] MAINTAINERS: Track dw-hdmi-qp under Rockchip DRM drivers The DW HDMI QP TX library was developed for and is currently only used by Rockchip platforms. Add it to the Rockchip DRM drivers section to ensure all relevant parties are kept in the loop on any changes. As its file paths fall outside the generic wildcard patterns defined in the ARM/Rockchip SoC support section, also add the linux-rockchip@lists.infradead.org mailing list to avoid any notification gaps. Acked-by: Andy Yan Signed-off-by: Cristian Ciocaltea Signed-off-by: Heiko Stuebner Link: https://patch.msgid.link/20260612-maintainers-rk-drm-upd-v2-1-3ff65fc41a93@collabora.com --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 50f2aa8c0d8a..377d224c5f76 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8858,11 +8858,14 @@ M: Sandy Huang M: Heiko Stübner M: Andy Yan L: dri-devel@lists.freedesktop.org +L: linux-rockchip@lists.infradead.org S: Maintained T: git https://gitlab.freedesktop.org/drm/misc/kernel.git F: Documentation/devicetree/bindings/display/rockchip/ +F: drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.* F: drivers/gpu/drm/ci/xfails/rockchip* F: drivers/gpu/drm/rockchip/ +F: include/drm/bridge/dw_hdmi_qp.h DRM DRIVERS FOR STI M: Alain Volmat