Re: [PATCH V2 drivers/perf: hisi:] drivers/perf: hisi: Update HiSilicon PMU maintainers

From: Zenghui Yu
Date: Thu Aug 24 2023 - 12:16:36 EST


On 2023/8/24 10:41, Jijie Shao wrote:
Since Guangbin and Shaokun have left HiSilicon and will no longer
maintain the drivers, update the maintainer information and
thanks for their work.

Signed-off-by: Jijie Shao <shaojijie@xxxxxxxxxx>
Acked-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
Acked-by: Yicong Yang <yangyicong@xxxxxxxxxxxxx>
---
changeLog
v2:
1. update "HISILICON HNS3 PMU DRIVER" to "HISILICON NETWORK SUBSYSTEM 3 PMU DRIVER"
suggested by Jonathan
2. update pach subject suggested by Yicong
v1: https://lore.kernel.org/all/20230822122812.2384393-1-shaojijie@xxxxxxxxxx/
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4171d3a102a9..df3418780b0c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9304,8 +9304,8 @@ F: drivers/crypto/hisilicon/hpre/hpre.h
F: drivers/crypto/hisilicon/hpre/hpre_crypto.c
F: drivers/crypto/hisilicon/hpre/hpre_main.c
-HISILICON HNS3 PMU DRIVER
-M: Guangbin Huang <huangguangbin2@xxxxxxxxxx>
+HISILICON NETWORK SUBSYSTEM 3 PMU DRIVER (HNS3 PMU)
+M: Jijie Shao <shaojijie@xxxxxxxxxx>
S: Supported
F: Documentation/admin-guide/perf/hns3-pmu.rst
F: drivers/perf/hisilicon/hns3_pmu.c

You probably need to move the entry around to keep things ordered
(see commit 80e62bc8487b).

Zenghui