From nobody Mon Apr 6 18:24:26 2026 Received: from canpmsgout05.his.huawei.com (canpmsgout05.his.huawei.com [113.46.200.220]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DF2D81C860B for ; Wed, 18 Mar 2026 13:01:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=113.46.200.220 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773838909; cv=none; b=UvYvVFWrpismZmmypo1OkrBNVN9FVjb3keLjZTZnzerXJGOupqukqbk/6EHDarTrcW4oo96rYaoT8jwcI0GhtcFXvkGnD2XtFCXhDPctrpdu7zYrZL5tF3bB/rG+ICZZK9TpnvCoTfeHlXZYHXRv4N55rpK0hmV8ipZ6PkkRLx0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773838909; c=relaxed/simple; bh=JPUApc9AXI5DYp18ndAZjAfHoGH5qPkO7HiJa4I7wgY=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=ZRkK+8bD8o0twLowRtEwUdEZv+XjrLJaCRVeSJibQlolBhomiL3oFQuD6MksGcdNitD1GC96hod5TVlcIhpblbC7Dj1qiqKoHsTphFFbZ13PcCW3gu7SQ2WVar1r/B0deaHldbZJUeLgIPoGUzYUEWyBSWWdtRojzXLBy7SyRrg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; dkim=pass (1024-bit key) header.d=huawei.com header.i=@huawei.com header.b=GyxUzz8P; arc=none smtp.client-ip=113.46.200.220 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=huawei.com header.i=@huawei.com header.b="GyxUzz8P" dkim-signature: v=1; a=rsa-sha256; d=huawei.com; s=dkim; c=relaxed/relaxed; q=dns/txt; h=From; bh=as7QPDiOpQvYtWkznsJxN8W3cVVGqNEU0PZphXKKs18=; b=GyxUzz8Pz2tVjgeT9qbwenQv6F6/Dqn7XqFMZ3ZaSNEI7xzhOLnIRHgLN7/HqC2JLNfYpDg+Z bkuU2cN0iqjo+JutkYaQJXnP1il3EeGOr39UZBd4XzS3bdXj76hwZdxaeF66CynDCl69d7KfiiA OQQ3bi20YLgKwE3+qaXvPu0= Received: from mail.maildlp.com (unknown [172.19.162.223]) by canpmsgout05.his.huawei.com (SkyGuard) with ESMTPS id 4fbTNB6Pshz12LDp; Wed, 18 Mar 2026 20:56:10 +0800 (CST) Received: from dggemv705-chm.china.huawei.com (unknown [10.3.19.32]) by mail.maildlp.com (Postfix) with ESMTPS id 369F340569; Wed, 18 Mar 2026 21:01:42 +0800 (CST) Received: from kwepemq100007.china.huawei.com (7.202.195.175) by dggemv705-chm.china.huawei.com (10.3.19.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Wed, 18 Mar 2026 21:01:41 +0800 Received: from localhost.huawei.com (10.169.71.169) by kwepemq100007.china.huawei.com (7.202.195.175) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Wed, 18 Mar 2026 21:01:41 +0800 From: Yongbang Shi To: , , , , , , , , CC: , , , , , , , , Subject: [PATCH V1 for drm-misc-fixes] MAINTAINERS: split hisilicon maintenance and add Yongbang Shi for hibmc-drm matainers Date: Wed, 18 Mar 2026 20:53:26 +0800 Message-ID: <20260318125326.3709098-1-shiyongbang@huawei.com> X-Mailer: git-send-email 2.33.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ClientProxiedBy: kwepems200002.china.huawei.com (7.221.188.68) To kwepemq100007.china.huawei.com (7.202.195.175) Content-Type: text/plain; charset="utf-8" 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 develop= ment 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 Acked-by: Tao Tian Acked-by: Xinliang Liu Acked-by: Thomas Zimmermann --- 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/ =20 -DRM DRIVERS FOR HISILICON -M: Xinliang Liu -M: Tian Tao -R: Xinwei Kong -R: Sumit Semwal -R: Yongqin Liu -R: John Stultz -L: dri-devel@lists.freedesktop.org -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 +M: Xinliang Liu +M: Tian Tao +R: Xinwei Kong +R: Sumit Semwal +R: Yongqin Liu +R: John Stultz +L: dri-devel@lists.freedesktop.org +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 +M: Tian Tao +R: Xinwei Kong +R: Sumit Semwal +R: Yongqin Liu +R: John Stultz +L: dri-devel@lists.freedesktop.org +S: Maintained +T: git https://gitlab.freedesktop.org/drm/misc/kernel.git +F: Documentation/devicetree/bindings/display/hisilicon/ +F: drivers/gpu/drm/hisilicon/kirin =20 DRM DRIVERS FOR LIMA M: Qiang Yu --=20 2.33.0