To improve maintainability, split the maintainer information for the hibmc and kirin drivers under the drivers/gpu/drm/hisilicon directory.
drivers/gpu/drm/hisilicon/hibmc driver has almost completed feature development based on the new generation HiSilicon BMC chip. It was co-developed by Yongbang Shi, Baihan Li and Lin He. Going forward, this module will be maintained by Yongbang Shi. Signed-off-by: Yongbang Shi <[email protected]> Acked-by: Tao Tian <[email protected]> --- MAINTAINERS | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d7241695df96..4f8dbadbe70b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8603,18 +8603,31 @@ S: Maintained T: git https://gitlab.freedesktop.org/drm/misc/kernel.git F: drivers/gpu/drm/gma500/ -DRM DRIVERS FOR HISILICON -M: Xinliang Liu <[email protected]> -M: Tian Tao <[email protected]> -R: Xinwei Kong <[email protected]> -R: Sumit Semwal <[email protected]> -R: Yongqin Liu <[email protected]> -R: John Stultz <[email protected]> -L: [email protected] -S: Maintained -T: git https://gitlab.freedesktop.org/drm/misc/kernel.git -F: Documentation/devicetree/bindings/display/hisilicon/ -F: drivers/gpu/drm/hisilicon/ +DRM DRIVERS FOR HISILICON HIBMC +M: Yongbang Shi <[email protected]> +M: Xinliang Liu <[email protected]> +M: Tian Tao <[email protected]> +R: Xinwei Kong <[email protected]> +R: Sumit Semwal <[email protected]> +R: Yongqin Liu <[email protected]> +R: John Stultz <[email protected]> +L: [email protected] +S: Maintained +T: git https://gitlab.freedesktop.org/drm/misc/kernel.git +F: drivers/gpu/drm/hisilicon/hibmc + +DRM DRIVERS FOR HISILICON KIRIN +M: Xinliang Liu <[email protected]> +M: Tian Tao <[email protected]> +R: Xinwei Kong <[email protected]> +R: Sumit Semwal <[email protected]> +R: Yongqin Liu <[email protected]> +R: John Stultz <[email protected]> +L: [email protected] +S: Maintained +T: git https://gitlab.freedesktop.org/drm/misc/kernel.git +F: Documentation/devicetree/bindings/display/hisilicon/ +F: drivers/gpu/drm/hisilicon/kirin DRM DRIVERS FOR LIMA M: Qiang Yu <[email protected]> -- 2.33.0
