linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 drivers/perf: hisi:] drivers/perf: hisi: Update HiSilicon PMU maintainers
@ 2023-08-24  2:41 Jijie Shao
  2023-08-24 16:07 ` Zenghui Yu
  2023-08-25 12:35 ` Will Deacon
  0 siblings, 2 replies; 5+ messages in thread
From: Jijie Shao @ 2023-08-24  2:41 UTC (permalink / raw)
  To: will, jonathan.cameron, mark.rutland, yangyicong
  Cc: chenhao418, shaojijie, shenjian15, wangjie125, liuyonglong,
	linux-kernel, linux-arm-kernel

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@huawei.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: Yicong Yang <yangyicong@hisilicon.com>
---
 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@huawei.com/
---
 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@huawei.com>
+HISILICON NETWORK SUBSYSTEM 3 PMU DRIVER (HNS3 PMU)
+M:	Jijie Shao <shaojijie@huawei.com>
 S:	Supported
 F:	Documentation/admin-guide/perf/hns3-pmu.rst
 F:	drivers/perf/hisilicon/hns3_pmu.c
@@ -9343,7 +9343,7 @@ F:	Documentation/devicetree/bindings/net/hisilicon*.txt
 F:	drivers/net/ethernet/hisilicon/
 
 HISILICON PMU DRIVER
-M:	Shaokun Zhang <zhangshaokun@hisilicon.com>
+M:	Yicong Yang <yangyicong@hisilicon.com>
 M:	Jonathan Cameron <jonathan.cameron@huawei.com>
 S:	Supported
 W:	http://www.hisilicon.com
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH V2 drivers/perf: hisi:] drivers/perf: hisi: Update HiSilicon PMU maintainers
  2023-08-24  2:41 [PATCH V2 drivers/perf: hisi:] drivers/perf: hisi: Update HiSilicon PMU maintainers Jijie Shao
@ 2023-08-24 16:07 ` Zenghui Yu
  2023-08-25 10:25   ` Will Deacon
  2023-08-25 12:35 ` Will Deacon
  1 sibling, 1 reply; 5+ messages in thread
From: Zenghui Yu @ 2023-08-24 16:07 UTC (permalink / raw)
  To: Jijie Shao, will, jonathan.cameron, mark.rutland, yangyicong
  Cc: chenhao418, shenjian15, wangjie125, liuyonglong, linux-kernel,
	linux-arm-kernel

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@huawei.com>
> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> Acked-by: Yicong Yang <yangyicong@hisilicon.com>
> ---
>  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@huawei.com/
> ---
>  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@huawei.com>
> +HISILICON NETWORK SUBSYSTEM 3 PMU DRIVER (HNS3 PMU)
> +M:	Jijie Shao <shaojijie@huawei.com>
>  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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH V2 drivers/perf: hisi:] drivers/perf: hisi: Update HiSilicon PMU maintainers
  2023-08-24 16:07 ` Zenghui Yu
@ 2023-08-25 10:25   ` Will Deacon
  2023-08-28  1:40     ` Jijie Shao
  0 siblings, 1 reply; 5+ messages in thread
From: Will Deacon @ 2023-08-25 10:25 UTC (permalink / raw)
  To: Zenghui Yu
  Cc: Jijie Shao, jonathan.cameron, mark.rutland, yangyicong,
	chenhao418, shenjian15, wangjie125, liuyonglong, linux-kernel,
	linux-arm-kernel

On Fri, Aug 25, 2023 at 12:07:32AM +0800, Zenghui Yu wrote:
> 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@huawei.com>
> > Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > Acked-by: Yicong Yang <yangyicong@hisilicon.com>
> > ---
> >  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@huawei.com/
> > ---
> >  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@huawei.com>
> > +HISILICON NETWORK SUBSYSTEM 3 PMU DRIVER (HNS3 PMU)
> > +M:	Jijie Shao <shaojijie@huawei.com>
> >  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).

I'll just leave the title of the entry as it is to avoid the churn.

Will

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH V2 drivers/perf: hisi:] drivers/perf: hisi: Update HiSilicon PMU maintainers
  2023-08-24  2:41 [PATCH V2 drivers/perf: hisi:] drivers/perf: hisi: Update HiSilicon PMU maintainers Jijie Shao
  2023-08-24 16:07 ` Zenghui Yu
@ 2023-08-25 12:35 ` Will Deacon
  1 sibling, 0 replies; 5+ messages in thread
From: Will Deacon @ 2023-08-25 12:35 UTC (permalink / raw)
  To: jonathan.cameron, yangyicong, Jijie Shao, mark.rutland
  Cc: catalin.marinas, kernel-team, Will Deacon, shenjian15,
	chenhao418, linux-arm-kernel, liuyonglong, wangjie125,
	linux-kernel

On Thu, 24 Aug 2023 10:41:35 +0800, 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.
> 
> 

Applied to will (for-next/perf), thanks!

[1/1] drivers/perf: hisi: Update HiSilicon PMU maintainers
      https://git.kernel.org/will/c/21b61fe48c2f 

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH V2 drivers/perf: hisi:] drivers/perf: hisi: Update HiSilicon PMU maintainers
  2023-08-25 10:25   ` Will Deacon
@ 2023-08-28  1:40     ` Jijie Shao
  0 siblings, 0 replies; 5+ messages in thread
From: Jijie Shao @ 2023-08-28  1:40 UTC (permalink / raw)
  To: Will Deacon, Zenghui Yu
  Cc: shaojijie, jonathan.cameron, mark.rutland, yangyicong,
	chenhao418, shenjian15, wangjie125, liuyonglong, linux-kernel,
	linux-arm-kernel


on 2023/8/25 18:25, Will Deacon wrote:
> drivers/perf/hisilicon/hns3_pmu.c
>> You probably need to move the entry around to keep things ordered
>> (see commit 80e62bc8487b).
> I'll just leave the title of the entry as it is to avoid the churn.
>
> Will

Thanks!

Jijie Shao


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-28  1:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24  2:41 [PATCH V2 drivers/perf: hisi:] drivers/perf: hisi: Update HiSilicon PMU maintainers Jijie Shao
2023-08-24 16:07 ` Zenghui Yu
2023-08-25 10:25   ` Will Deacon
2023-08-28  1:40     ` Jijie Shao
2023-08-25 12:35 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).