AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: update powerplay and swsmu
@ 2024-07-03 19:36 Alex Deucher
  2024-07-03 19:36 ` [PATCH 2/2] MAINTAINERS: fix Xinhui's name Alex Deucher
  2024-07-04  7:48 ` [PATCH 1/2] MAINTAINERS: update powerplay and swsmu Christian König
  0 siblings, 2 replies; 4+ messages in thread
From: Alex Deucher @ 2024-07-03 19:36 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher, Kenneth Feng

Evan is no longer maintaining powerplay and swsmu.
Add Kenneth Feng as his replacement.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Kenneth Feng <kenneth.feng@amd.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 082483b40fac..3b7aac333d8e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1092,7 +1092,7 @@ F:	Documentation/ABI/testing/sysfs-amd-pmf
 F:	drivers/platform/x86/amd/pmf/
 
 AMD POWERPLAY AND SWSMU
-M:	Evan Quan <evan.quan@amd.com>
+M:	Kenneth Feng <kenneth.feng@amd.com>
 L:	amd-gfx@lists.freedesktop.org
 S:	Supported
 T:	git https://gitlab.freedesktop.org/agd5f/linux.git
-- 
2.45.2


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

* [PATCH 2/2] MAINTAINERS: fix Xinhui's name
  2024-07-03 19:36 [PATCH 1/2] MAINTAINERS: update powerplay and swsmu Alex Deucher
@ 2024-07-03 19:36 ` Alex Deucher
  2024-07-04  7:47   ` Christian König
  2024-07-04  7:48 ` [PATCH 1/2] MAINTAINERS: update powerplay and swsmu Christian König
  1 sibling, 1 reply; 4+ messages in thread
From: Alex Deucher @ 2024-07-03 19:36 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher, Xinhui Pan

Switch to fist last for consistency.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Xinhui Pan <Xinhui.Pan@amd.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3b7aac333d8e..5fd6fba07fa6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18648,7 +18648,7 @@ F:	drivers/net/wireless/quantenna
 RADEON and AMDGPU DRM DRIVERS
 M:	Alex Deucher <alexander.deucher@amd.com>
 M:	Christian König <christian.koenig@amd.com>
-M:	Pan, Xinhui <Xinhui.Pan@amd.com>
+M:	Xinhui Pan <Xinhui.Pan@amd.com>
 L:	amd-gfx@lists.freedesktop.org
 S:	Supported
 B:	https://gitlab.freedesktop.org/drm/amd/-/issues
-- 
2.45.2


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

* Re: [PATCH 2/2] MAINTAINERS: fix Xinhui's name
  2024-07-03 19:36 ` [PATCH 2/2] MAINTAINERS: fix Xinhui's name Alex Deucher
@ 2024-07-04  7:47   ` Christian König
  0 siblings, 0 replies; 4+ messages in thread
From: Christian König @ 2024-07-04  7:47 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx; +Cc: Xinhui Pan

Am 03.07.24 um 21:36 schrieb Alex Deucher:
> Switch to fist last for consistency.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> Cc: Xinhui Pan <Xinhui.Pan@amd.com>

Ah, that's probably my fault. I copy&pasted that from a mail.

Reviewed-by: Christian König <christian.koenig@amd.com>

> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3b7aac333d8e..5fd6fba07fa6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18648,7 +18648,7 @@ F:	drivers/net/wireless/quantenna
>   RADEON and AMDGPU DRM DRIVERS
>   M:	Alex Deucher <alexander.deucher@amd.com>
>   M:	Christian König <christian.koenig@amd.com>
> -M:	Pan, Xinhui <Xinhui.Pan@amd.com>
> +M:	Xinhui Pan <Xinhui.Pan@amd.com>
>   L:	amd-gfx@lists.freedesktop.org
>   S:	Supported
>   B:	https://gitlab.freedesktop.org/drm/amd/-/issues


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

* Re: [PATCH 1/2] MAINTAINERS: update powerplay and swsmu
  2024-07-03 19:36 [PATCH 1/2] MAINTAINERS: update powerplay and swsmu Alex Deucher
  2024-07-03 19:36 ` [PATCH 2/2] MAINTAINERS: fix Xinhui's name Alex Deucher
@ 2024-07-04  7:48 ` Christian König
  1 sibling, 0 replies; 4+ messages in thread
From: Christian König @ 2024-07-04  7:48 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx; +Cc: Kenneth Feng

Am 03.07.24 um 21:36 schrieb Alex Deucher:
> Evan is no longer maintaining powerplay and swsmu.
> Add Kenneth Feng as his replacement.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> Cc: Kenneth Feng <kenneth.feng@amd.com>

Acked-by: Christian König <christian.koenig@amd.com>

> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 082483b40fac..3b7aac333d8e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1092,7 +1092,7 @@ F:	Documentation/ABI/testing/sysfs-amd-pmf
>   F:	drivers/platform/x86/amd/pmf/
>   
>   AMD POWERPLAY AND SWSMU
> -M:	Evan Quan <evan.quan@amd.com>
> +M:	Kenneth Feng <kenneth.feng@amd.com>
>   L:	amd-gfx@lists.freedesktop.org
>   S:	Supported
>   T:	git https://gitlab.freedesktop.org/agd5f/linux.git


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

end of thread, other threads:[~2024-07-04  7:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03 19:36 [PATCH 1/2] MAINTAINERS: update powerplay and swsmu Alex Deucher
2024-07-03 19:36 ` [PATCH 2/2] MAINTAINERS: fix Xinhui's name Alex Deucher
2024-07-04  7:47   ` Christian König
2024-07-04  7:48 ` [PATCH 1/2] MAINTAINERS: update powerplay and swsmu Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox