public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: cpufreq: amd-pstate: Add co-maintainers and reviewer
@ 2024-04-29 11:33 Huang Rui
  2024-04-29 14:01 ` Mario Limonciello
  0 siblings, 1 reply; 5+ messages in thread
From: Huang Rui @ 2024-04-29 11:33 UTC (permalink / raw)
  To: Rafael J . Wysocki, linux-pm, linux-kernel
  Cc: Meng Li, Xiaojian Du, Huang Rui, Gautham R . Shenoy,
	Mario Limonciello, Perry Yuan, Ananth Narayan

I'm happy to add Gautham and Mario as the co-maintainers, Perry as the
reviewer for amd-pstate driver.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Cc: Gautham R. Shenoy <gautham.shenoy@amd.com>
Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Perry Yuan <perry.yuan@amd.com>
Cc: Ananth Narayan <ananth.narayan@amd.com>
---

Hi Rafael,

Recently, I was assigned other task of virtio-gpu support for Xen, so
apology not to review the patches timely. After discussing with our AMD
colleagues, we want to add Gautham and Mario as co-maintainers of this
driver from server and client side. If one of the maintainers ack the
amd-pstate patch, then this patch is good to be accepted from AMD
perspective. And also add Perry as reviewer, he is actively contributing
the patches on this driver for a long time.

We will try to keep the patches reviewed on time in future.

Thanks,
Ray

 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ebf03f5f0619..96644624308a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1062,6 +1062,9 @@ F:	drivers/gpu/drm/amd/pm/
 
 AMD PSTATE DRIVER
 M:	Huang Rui <ray.huang@amd.com>
+M:	Gautham R. Shenoy <gautham.shenoy@amd.com>
+M:	Mario Limonciello <mario.limonciello@amd.com>
+R:	Perry Yuan <perry.yuan@amd.com>
 L:	linux-pm@vger.kernel.org
 S:	Supported
 F:	Documentation/admin-guide/pm/amd-pstate.rst
-- 
2.25.1


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

* Re: [PATCH] MAINTAINERS: cpufreq: amd-pstate: Add co-maintainers and reviewer
  2024-04-29 11:33 [PATCH] MAINTAINERS: cpufreq: amd-pstate: Add co-maintainers and reviewer Huang Rui
@ 2024-04-29 14:01 ` Mario Limonciello
  2024-04-30 10:35   ` Rafael J. Wysocki
  0 siblings, 1 reply; 5+ messages in thread
From: Mario Limonciello @ 2024-04-29 14:01 UTC (permalink / raw)
  To: Huang Rui, Rafael J . Wysocki, linux-pm, linux-kernel
  Cc: Meng Li, Xiaojian Du, Gautham R . Shenoy, Perry Yuan,
	Ananth Narayan

On 4/29/2024 06:33, Huang Rui wrote:
> I'm happy to add Gautham and Mario as the co-maintainers, Perry as the
> reviewer for amd-pstate driver.
> 
> Signed-off-by: Huang Rui <ray.huang@amd.com>
> Cc: Gautham R. Shenoy <gautham.shenoy@amd.com>
> Cc: Mario Limonciello <mario.limonciello@amd.com>
> Cc: Perry Yuan <perry.yuan@amd.com>
> Cc: Ananth Narayan <ananth.narayan@amd.com>
> ---

Thanks Ray!  We of course talked about this offline and I'm happy to 
step in.  Having coverage of two people is also good for any OOO 
situation in the future to make sure patches can be reviewed in a timely 
fashion.

Acked-by: Mario Limonciello <mario.limonciello@amd.com>

> 
> Hi Rafael,
> 
> Recently, I was assigned other task of virtio-gpu support for Xen, so
> apology not to review the patches timely. After discussing with our AMD
> colleagues, we want to add Gautham and Mario as co-maintainers of this
> driver from server and client side. If one of the maintainers ack the
> amd-pstate patch, then this patch is good to be accepted from AMD
> perspective. And also add Perry as reviewer, he is actively contributing
> the patches on this driver for a long time.
> 
> We will try to keep the patches reviewed on time in future.
> 
> Thanks,
> Ray
> 
>   MAINTAINERS | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ebf03f5f0619..96644624308a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1062,6 +1062,9 @@ F:	drivers/gpu/drm/amd/pm/
>   
>   AMD PSTATE DRIVER
>   M:	Huang Rui <ray.huang@amd.com>
> +M:	Gautham R. Shenoy <gautham.shenoy@amd.com>
> +M:	Mario Limonciello <mario.limonciello@amd.com>
> +R:	Perry Yuan <perry.yuan@amd.com>
>   L:	linux-pm@vger.kernel.org
>   S:	Supported
>   F:	Documentation/admin-guide/pm/amd-pstate.rst


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

* Re: [PATCH] MAINTAINERS: cpufreq: amd-pstate: Add co-maintainers and reviewer
  2024-04-29 14:01 ` Mario Limonciello
@ 2024-04-30 10:35   ` Rafael J. Wysocki
  2024-04-30 16:43     ` Mario Limonciello
  0 siblings, 1 reply; 5+ messages in thread
From: Rafael J. Wysocki @ 2024-04-30 10:35 UTC (permalink / raw)
  To: Mario Limonciello, Huang Rui, Gautham R . Shenoy
  Cc: Rafael J . Wysocki, linux-pm, linux-kernel, Meng Li, Xiaojian Du,
	Perry Yuan, Ananth Narayan

On Mon, Apr 29, 2024 at 4:02 PM Mario Limonciello
<mario.limonciello@amd.com> wrote:
>
> On 4/29/2024 06:33, Huang Rui wrote:
> > I'm happy to add Gautham and Mario as the co-maintainers, Perry as the
> > reviewer for amd-pstate driver.
> >
> > Signed-off-by: Huang Rui <ray.huang@amd.com>
> > Cc: Gautham R. Shenoy <gautham.shenoy@amd.com>
> > Cc: Mario Limonciello <mario.limonciello@amd.com>
> > Cc: Perry Yuan <perry.yuan@amd.com>
> > Cc: Ananth Narayan <ananth.narayan@amd.com>
> > ---
>
> Thanks Ray!  We of course talked about this offline and I'm happy to
> step in.  Having coverage of two people is also good for any OOO
> situation in the future to make sure patches can be reviewed in a timely
> fashion.
>
> Acked-by: Mario Limonciello <mario.limonciello@amd.com>
>
> >
> > Hi Rafael,
> >
> > Recently, I was assigned other task of virtio-gpu support for Xen, so
> > apology not to review the patches timely. After discussing with our AMD
> > colleagues, we want to add Gautham and Mario as co-maintainers of this
> > driver from server and client side. If one of the maintainers ack the
> > amd-pstate patch, then this patch is good to be accepted from AMD
> > perspective. And also add Perry as reviewer, he is actively contributing
> > the patches on this driver for a long time.
> >
> > We will try to keep the patches reviewed on time in future.

Thank you all, patch applied for 6.10.

BTW, patch series "AMD Pstate Driver Core Performance Boost" doesn't
seem to be ready and given that -rc7 is due this week, I'd rather
postpone until the 6.11 cycle.

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

* Re: [PATCH] MAINTAINERS: cpufreq: amd-pstate: Add co-maintainers and reviewer
  2024-04-30 10:35   ` Rafael J. Wysocki
@ 2024-04-30 16:43     ` Mario Limonciello
  2024-05-06  8:57       ` Yuan, Perry
  0 siblings, 1 reply; 5+ messages in thread
From: Mario Limonciello @ 2024-04-30 16:43 UTC (permalink / raw)
  To: Rafael J. Wysocki, Huang Rui, Gautham R . Shenoy
  Cc: Rafael J . Wysocki, linux-pm, linux-kernel, Meng Li, Xiaojian Du,
	Perry Yuan, Ananth Narayan

On 4/30/2024 05:35, Rafael J. Wysocki wrote:
> On Mon, Apr 29, 2024 at 4:02 PM Mario Limonciello
> <mario.limonciello@amd.com> wrote:
>>
>> On 4/29/2024 06:33, Huang Rui wrote:
>>> I'm happy to add Gautham and Mario as the co-maintainers, Perry as the
>>> reviewer for amd-pstate driver.
>>>
>>> Signed-off-by: Huang Rui <ray.huang@amd.com>
>>> Cc: Gautham R. Shenoy <gautham.shenoy@amd.com>
>>> Cc: Mario Limonciello <mario.limonciello@amd.com>
>>> Cc: Perry Yuan <perry.yuan@amd.com>
>>> Cc: Ananth Narayan <ananth.narayan@amd.com>
>>> ---
>>
>> Thanks Ray!  We of course talked about this offline and I'm happy to
>> step in.  Having coverage of two people is also good for any OOO
>> situation in the future to make sure patches can be reviewed in a timely
>> fashion.
>>
>> Acked-by: Mario Limonciello <mario.limonciello@amd.com>
>>
>>>
>>> Hi Rafael,
>>>
>>> Recently, I was assigned other task of virtio-gpu support for Xen, so
>>> apology not to review the patches timely. After discussing with our AMD
>>> colleagues, we want to add Gautham and Mario as co-maintainers of this
>>> driver from server and client side. If one of the maintainers ack the
>>> amd-pstate patch, then this patch is good to be accepted from AMD
>>> perspective. And also add Perry as reviewer, he is actively contributing
>>> the patches on this driver for a long time.
>>>
>>> We will try to keep the patches reviewed on time in future.
> 
> Thank you all, patch applied for 6.10.
> 
> BTW, patch series "AMD Pstate Driver Core Performance Boost" doesn't
> seem to be ready and given that -rc7 is due this week, I'd rather
> postpone until the 6.11 cycle.

Yes; I agree with this approach too.

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

* RE: [PATCH] MAINTAINERS: cpufreq: amd-pstate: Add co-maintainers and reviewer
  2024-04-30 16:43     ` Mario Limonciello
@ 2024-05-06  8:57       ` Yuan, Perry
  0 siblings, 0 replies; 5+ messages in thread
From: Yuan, Perry @ 2024-05-06  8:57 UTC (permalink / raw)
  To: Limonciello, Mario, Rafael J. Wysocki, Huang, Ray,
	Shenoy, Gautham Ranjal
  Cc: Rafael J . Wysocki, linux-pm@vger.kernel.org,
	linux-kernel@vger.kernel.org, Meng, Li (Jassmine), Du, Xiaojian,
	Narayan, Ananth

[AMD Official Use Only - General]

 Hi Rafael

> -----Original Message-----
> From: Limonciello, Mario <Mario.Limonciello@amd.com>
> Sent: Wednesday, May 1, 2024 12:43 AM
> To: Rafael J. Wysocki <rafael@kernel.org>; Huang, Ray
> <Ray.Huang@amd.com>; Shenoy, Gautham Ranjal
> <gautham.shenoy@amd.com>
> Cc: Rafael J . Wysocki <rafael.j.wysocki@intel.com>; linux-pm@vger.kernel.org;
> linux-kernel@vger.kernel.org; Meng, Li (Jassmine) <Li.Meng@amd.com>; Du,
> Xiaojian <Xiaojian.Du@amd.com>; Yuan, Perry <Perry.Yuan@amd.com>;
> Narayan, Ananth <Ananth.Narayan@amd.com>
> Subject: Re: [PATCH] MAINTAINERS: cpufreq: amd-pstate: Add co-maintainers
> and reviewer
>
> On 4/30/2024 05:35, Rafael J. Wysocki wrote:
> > On Mon, Apr 29, 2024 at 4:02 PM Mario Limonciello
> > <mario.limonciello@amd.com> wrote:
> >>
> >> On 4/29/2024 06:33, Huang Rui wrote:
> >>> I'm happy to add Gautham and Mario as the co-maintainers, Perry as
> >>> the reviewer for amd-pstate driver.
> >>>
> >>> Signed-off-by: Huang Rui <ray.huang@amd.com>
> >>> Cc: Gautham R. Shenoy <gautham.shenoy@amd.com>
> >>> Cc: Mario Limonciello <mario.limonciello@amd.com>
> >>> Cc: Perry Yuan <perry.yuan@amd.com>
> >>> Cc: Ananth Narayan <ananth.narayan@amd.com>
> >>> ---
> >>
> >> Thanks Ray!  We of course talked about this offline and I'm happy to
> >> step in.  Having coverage of two people is also good for any OOO
> >> situation in the future to make sure patches can be reviewed in a
> >> timely fashion.
> >>
> >> Acked-by: Mario Limonciello <mario.limonciello@amd.com>
> >>
> >>>
> >>> Hi Rafael,
> >>>
> >>> Recently, I was assigned other task of virtio-gpu support for Xen,
> >>> so apology not to review the patches timely. After discussing with
> >>> our AMD colleagues, we want to add Gautham and Mario as
> >>> co-maintainers of this driver from server and client side. If one of
> >>> the maintainers ack the amd-pstate patch, then this patch is good to
> >>> be accepted from AMD perspective. And also add Perry as reviewer, he
> >>> is actively contributing the patches on this driver for a long time.
> >>>
> >>> We will try to keep the patches reviewed on time in future.
> >
> > Thank you all, patch applied for 6.10.
> >
> > BTW, patch series "AMD Pstate Driver Core Performance Boost" doesn't
> > seem to be ready and given that -rc7 is due this week, I'd rather
> > postpone until the 6.11 cycle.
>
> Yes; I agree with this approach too.

Yeah, 6.11 is fine to me,   the CPB patch set still  there are a few questions to be addressed, I need more time to finalize the solution.
Thank you, Rafael.

Perry.

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

end of thread, other threads:[~2024-05-06  8:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29 11:33 [PATCH] MAINTAINERS: cpufreq: amd-pstate: Add co-maintainers and reviewer Huang Rui
2024-04-29 14:01 ` Mario Limonciello
2024-04-30 10:35   ` Rafael J. Wysocki
2024-04-30 16:43     ` Mario Limonciello
2024-05-06  8:57       ` Yuan, Perry

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