Add myself and Javier as maintainer for drm_panic, drm_panic_qr_code and drm_log.
Signed-off-by: Jocelyn Falempe <[email protected]> Acked-by: Thomas Zimmermann <[email protected]> --- v2: * move DRM LOG to keep the entries sorted (Jani Nikula) MAINTAINERS | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 38df6b159a3b..1ecb04e0ddfd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8166,6 +8166,14 @@ T: git https://gitlab.freedesktop.org/drm/misc/kernel.git F: drivers/gpu/drm/scheduler/ F: include/drm/gpu_scheduler.h +DRM LOG +M: Jocelyn Falempe <[email protected]> +M: Javier Martinez Canillas <[email protected]> +L: [email protected] +S: Supported +T: git https://gitlab.freedesktop.org/drm/misc/kernel.git +F: drivers/gpu/drm/clients/drm_log.c + DRM PANEL DRIVERS M: Neil Armstrong <[email protected]> R: Jessica Zhang <[email protected]> @@ -8177,6 +8185,26 @@ F: drivers/gpu/drm/drm_panel.c F: drivers/gpu/drm/panel/ F: include/drm/drm_panel.h +DRM PANIC +M: Jocelyn Falempe <[email protected]> +M: Javier Martinez Canillas <[email protected]> +L: [email protected] +S: Supported +T: git https://gitlab.freedesktop.org/drm/misc/kernel.git +F: drivers/gpu/drm/drm_draw.c +F: drivers/gpu/drm/drm_draw_internal.h +F: drivers/gpu/drm/drm_panic*.c +F: include/drm/drm_panic* + +DRM PANIC QR CODE +M: Jocelyn Falempe <[email protected]> +M: Javier Martinez Canillas <[email protected]> +L: [email protected] +L: [email protected] +S: Supported +T: git https://gitlab.freedesktop.org/drm/misc/kernel.git +F: drivers/gpu/drm/drm_panic_qr.rs + DRM PRIVACY-SCREEN CLASS M: Hans de Goede <[email protected]> L: [email protected] base-commit: 258aebf100540d36aba910f545d4d5ddf4ecaf0b -- 2.49.0
