From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from canpmsgout10.his.huawei.com (canpmsgout10.his.huawei.com [113.46.200.225]) (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 202BD3BED15 for ; Thu, 19 Mar 2026 12:03:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=113.46.200.225 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773921805; cv=none; b=ktHuft66W5xc6FmTFU8DxsTskZPmUyNYuT9EL36+et7U6YnSmoGUtq0PRcaqe8ruJlyiY/WQomvDfy/0c4/Lo+BoO/NEs6dJeTyBPBuB6FITINLbG1RorFcJnUDk359AjfD+4yxBkLd4LhYRp3HJ7/MYQ+SdGBZbsSgzl/+xgvQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773921805; c=relaxed/simple; bh=l/s0SMJHoSOgJdspYjjvDxszLMXru/8xGF4WzUrMAjk=; h=Message-ID:Date:MIME-Version:Subject:To:CC:References:From: In-Reply-To:Content-Type; b=Rgs16BxutiGJvI3uk5iWE8Ql/gXOT8wf19pLFYkHLxH/FdPo4Cv7PfdiyYnc4AZjI+64wu/wUV1P6/SSJrQ3TiUrS4K080+YHWMl8HZ1PrwDN+GXQIKp5rdOSldNHoLtbODMhJO4Yd17/zdkbWvpt4+aPakpl7GKiJ3FjZzB1gs= 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=T4nhKQVE; arc=none smtp.client-ip=113.46.200.225 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="T4nhKQVE" dkim-signature: v=1; a=rsa-sha256; d=huawei.com; s=dkim; c=relaxed/relaxed; q=dns/txt; h=From; bh=8fGWRdVMsvQR++vWqgLDtZsnyrK4cb1DCNNce7pnyqA=; b=T4nhKQVEAuyPnY7TSwGIGxkWukqdUtxOOT0H5iYGWu+DDJl1ahX5PG309ETIGFPQeS4Vq2Hy+ 5bEbOb5kdDF0dbmvhj7YhrfBcO9ThoN19QPXDXuYdOO6zUO7q3k4qrab/jZCG0unA1b7ZNOOicx /v+D3r544GenaxN6ZjxDgKU= Received: from mail.maildlp.com (unknown [172.19.163.163]) by canpmsgout10.his.huawei.com (SkyGuard) with ESMTPS id 4fc41j5sz1z1K96k; Thu, 19 Mar 2026 19:57:13 +0800 (CST) Received: from dggemv712-chm.china.huawei.com (unknown [10.1.198.32]) by mail.maildlp.com (Postfix) with ESMTPS id 870B74048B; Thu, 19 Mar 2026 20:03:13 +0800 (CST) Received: from kwepemq100007.china.huawei.com (7.202.195.175) by dggemv712-chm.china.huawei.com (10.1.198.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Thu, 19 Mar 2026 20:03:13 +0800 Received: from [10.159.167.44] (10.159.167.44) 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; Thu, 19 Mar 2026 20:03:12 +0800 Message-ID: <43fe4ef5-ffdf-425c-b535-8306fbe12b3b@huawei.com> Date: Thu, 19 Mar 2026 20:03:12 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH V1 for drm-misc-fixes] MAINTAINERS: split hisilicon maintenance and add Yongbang Shi for hibmc-drm matainers To: Xinliang Liu CC: , , , , , , , , , , , , , , , , References: <20260318125326.3709098-1-shiyongbang@huawei.com> From: Yongbang Shi In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: kwepems500002.china.huawei.com (7.221.188.17) To kwepemq100007.china.huawei.com (7.202.195.175) > , > > Hi, > > On Wed, 18 Mar 2026 at 21:01, Yongbang Shi wrote: >> 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 >> Acked-by: Tao Tian >> --- >> 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 >> -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 > Please remove me, Sumit Semwal, Yongqin Liu, and John Stultz from here. > I'm going to hand over the hibmc DRM driver maintenance to you. > And if you look at the git log, the other three guys were added here > for the kirin DRM driver. > ce1fc502de42 MAINTAINERS: Add Sumit Semwal and Yongqin Liu as reviwers > for kirin DRM driver > >> + >> +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 > Please remove Tian Tao and Xinwei Kong from here. They are here mainly > for the hibmc DRM driver. > > Once address the above comments, please add my ack: > Acked-by: Xinliang Liu > > And to be a DRM maintainer, you might need to apply the push > permission of the drm-misc git repo for pushing the hibmc driver patch > in the future. > See the docs below for what DRM-misc is and how to apply the permission: > https://drm.pages.freedesktop.org/maintainer-tools/committer-drm-misc.html > https://drm.pages.freedesktop.org/maintainer-tools/drm-misc.html Ok,Thank you for pointing that out. Thanks, Yongbang. > Thank you very much for maintaining the hibmc DRM driver. > > Best regards, > Xinliang > >> DRM DRIVERS FOR LIMA >> M: Qiang Yu >> -- >> 2.33.0 >>