linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] MAINTAINERS: update thermal CPU cooling section
@ 2021-02-17 11:59 Lukasz Luba
  2021-02-18  4:18 ` Viresh Kumar
  0 siblings, 1 reply; 7+ messages in thread
From: Lukasz Luba @ 2021-02-17 11:59 UTC (permalink / raw)
  To: linux-kernel, javi.merino, daniel.lezcano
  Cc: viresh.kumar, thara.gopinath, amitk, rui.zhang

Update maintainers responsible for CPU cooling on Arm side.

Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
---
Hi Daniel,

Please ignore the previous email and that this change with 'R'.
Javi will ack it later.

Regards,
Lukasz

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f32ebcff37d2..fe34f56acb0f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17774,7 +17774,7 @@ THERMAL/CPU_COOLING
 M:	Amit Daniel Kachhap <amit.kachhap@gmail.com>
 M:	Daniel Lezcano <daniel.lezcano@linaro.org>
 M:	Viresh Kumar <viresh.kumar@linaro.org>
-M:	Javi Merino <javi.merino@kernel.org>
+R:	Lukasz Luba <lukasz.luba@arm.com>
 L:	linux-pm@vger.kernel.org
 S:	Supported
 F:	Documentation/driver-api/thermal/cpu-cooling-api.rst
-- 
2.17.1


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

* Re: [RESEND PATCH] MAINTAINERS: update thermal CPU cooling section
  2021-02-17 11:59 [RESEND PATCH] MAINTAINERS: update thermal CPU cooling section Lukasz Luba
@ 2021-02-18  4:18 ` Viresh Kumar
  2021-04-02 10:25   ` Lukasz Luba
  0 siblings, 1 reply; 7+ messages in thread
From: Viresh Kumar @ 2021-02-18  4:18 UTC (permalink / raw)
  To: Lukasz Luba
  Cc: linux-kernel, javi.merino, daniel.lezcano, thara.gopinath, amitk,
	rui.zhang

On 17-02-21, 11:59, Lukasz Luba wrote:
> Update maintainers responsible for CPU cooling on Arm side.
> 
> Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
> ---
> Hi Daniel,
> 
> Please ignore the previous email and that this change with 'R'.
> Javi will ack it later.
> 
> Regards,
> Lukasz
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f32ebcff37d2..fe34f56acb0f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17774,7 +17774,7 @@ THERMAL/CPU_COOLING
>  M:	Amit Daniel Kachhap <amit.kachhap@gmail.com>
>  M:	Daniel Lezcano <daniel.lezcano@linaro.org>
>  M:	Viresh Kumar <viresh.kumar@linaro.org>
> -M:	Javi Merino <javi.merino@kernel.org>
> +R:	Lukasz Luba <lukasz.luba@arm.com>
>  L:	linux-pm@vger.kernel.org
>  S:	Supported
>  F:	Documentation/driver-api/thermal/cpu-cooling-api.rst

Good that we have one more reviewer for this :)

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

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

* Re: [RESEND PATCH] MAINTAINERS: update thermal CPU cooling section
  2021-02-18  4:18 ` Viresh Kumar
@ 2021-04-02 10:25   ` Lukasz Luba
  2021-04-02 10:53     ` Daniel Lezcano
  0 siblings, 1 reply; 7+ messages in thread
From: Lukasz Luba @ 2021-04-02 10:25 UTC (permalink / raw)
  To: Viresh Kumar, daniel.lezcano
  Cc: linux-kernel, javi.merino, thara.gopinath, amitk, rui.zhang

Hi Viresh, Daniel

On 2/18/21 4:18 AM, Viresh Kumar wrote:
> On 17-02-21, 11:59, Lukasz Luba wrote:
>> Update maintainers responsible for CPU cooling on Arm side.
>>
>> Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
>> ---
>> Hi Daniel,
>>
>> Please ignore the previous email and that this change with 'R'.
>> Javi will ack it later.
>>
>> Regards,
>> Lukasz
>>
>>   MAINTAINERS | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index f32ebcff37d2..fe34f56acb0f 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -17774,7 +17774,7 @@ THERMAL/CPU_COOLING
>>   M:	Amit Daniel Kachhap <amit.kachhap@gmail.com>
>>   M:	Daniel Lezcano <daniel.lezcano@linaro.org>
>>   M:	Viresh Kumar <viresh.kumar@linaro.org>
>> -M:	Javi Merino <javi.merino@kernel.org>
>> +R:	Lukasz Luba <lukasz.luba@arm.com>
>>   L:	linux-pm@vger.kernel.org
>>   S:	Supported
>>   F:	Documentation/driver-api/thermal/cpu-cooling-api.rst
> 
> Good that we have one more reviewer for this :)
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> 

I believe it has lost somewhere in people mailboxes.

Thank you Viresh for the ACK.

Could you Daniel (or you Viresh) take this patch, please?

Regards,
Lukasz

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

* Re: [RESEND PATCH] MAINTAINERS: update thermal CPU cooling section
  2021-04-02 10:25   ` Lukasz Luba
@ 2021-04-02 10:53     ` Daniel Lezcano
  2021-04-02 11:08       ` Lukasz Luba
  2021-04-10 11:28       ` Javi Merino
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Lezcano @ 2021-04-02 10:53 UTC (permalink / raw)
  To: Lukasz Luba, Viresh Kumar
  Cc: linux-kernel, javi.merino, thara.gopinath, amitk, rui.zhang

On 02/04/2021 12:25, Lukasz Luba wrote:
> Hi Viresh, Daniel
> 
> On 2/18/21 4:18 AM, Viresh Kumar wrote:
>> On 17-02-21, 11:59, Lukasz Luba wrote:
>>> Update maintainers responsible for CPU cooling on Arm side.
>>>
>>> Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
>>> ---
>>> Hi Daniel,
>>>
>>> Please ignore the previous email and that this change with 'R'.
>>> Javi will ack it later.
>>>
>>> Regards,
>>> Lukasz
>>>
>>>   MAINTAINERS | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index f32ebcff37d2..fe34f56acb0f 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -17774,7 +17774,7 @@ THERMAL/CPU_COOLING
>>>   M:    Amit Daniel Kachhap <amit.kachhap@gmail.com>
>>>   M:    Daniel Lezcano <daniel.lezcano@linaro.org>
>>>   M:    Viresh Kumar <viresh.kumar@linaro.org>
>>> -M:    Javi Merino <javi.merino@kernel.org>
>>> +R:    Lukasz Luba <lukasz.luba@arm.com>
>>>   L:    linux-pm@vger.kernel.org
>>>   S:    Supported
>>>   F:    Documentation/driver-api/thermal/cpu-cooling-api.rst
>>
>> Good that we have one more reviewer for this :)
>>
>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
>>
> 
> I believe it has lost somewhere in people mailboxes.
> 
> Thank you Viresh for the ACK.
> 
> Could you Daniel (or you Viresh) take this patch, please?

I was expecting Javi to ack it.


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* Re: [RESEND PATCH] MAINTAINERS: update thermal CPU cooling section
  2021-04-02 10:53     ` Daniel Lezcano
@ 2021-04-02 11:08       ` Lukasz Luba
  2021-04-10 11:28       ` Javi Merino
  1 sibling, 0 replies; 7+ messages in thread
From: Lukasz Luba @ 2021-04-02 11:08 UTC (permalink / raw)
  To: Daniel Lezcano, Viresh Kumar
  Cc: linux-kernel, javi.merino, thara.gopinath, amitk, rui.zhang,
	Javi Merino Cacho


+CC Javi (on his Arm email)

On 4/2/21 11:53 AM, Daniel Lezcano wrote:
> On 02/04/2021 12:25, Lukasz Luba wrote:
>> Hi Viresh, Daniel
>>
>> On 2/18/21 4:18 AM, Viresh Kumar wrote:
>>> On 17-02-21, 11:59, Lukasz Luba wrote:
>>>> Update maintainers responsible for CPU cooling on Arm side.
>>>>
>>>> Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
>>>> ---
>>>> Hi Daniel,
>>>>
>>>> Please ignore the previous email and that this change with 'R'.
>>>> Javi will ack it later.
>>>>
>>>> Regards,
>>>> Lukasz
>>>>
>>>>    MAINTAINERS | 2 +-
>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index f32ebcff37d2..fe34f56acb0f 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -17774,7 +17774,7 @@ THERMAL/CPU_COOLING
>>>>    M:    Amit Daniel Kachhap <amit.kachhap@gmail.com>
>>>>    M:    Daniel Lezcano <daniel.lezcano@linaro.org>
>>>>    M:    Viresh Kumar <viresh.kumar@linaro.org>
>>>> -M:    Javi Merino <javi.merino@kernel.org>
>>>> +R:    Lukasz Luba <lukasz.luba@arm.com>
>>>>    L:    linux-pm@vger.kernel.org
>>>>    S:    Supported
>>>>    F:    Documentation/driver-api/thermal/cpu-cooling-api.rst
>>>
>>> Good that we have one more reviewer for this :)
>>>
>>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
>>>
>>
>> I believe it has lost somewhere in people mailboxes.
>>
>> Thank you Viresh for the ACK.
>>
>> Could you Daniel (or you Viresh) take this patch, please?
> 
> I was expecting Javi to ack it.
> 
> 

Probably he missed that resend version in his kernel.org
mailbox.
I've discussed with him this change. He suggested it.

Regards,
Lukasz


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

* Re: [RESEND PATCH] MAINTAINERS: update thermal CPU cooling section
  2021-04-02 10:53     ` Daniel Lezcano
  2021-04-02 11:08       ` Lukasz Luba
@ 2021-04-10 11:28       ` Javi Merino
  2021-04-12  7:55         ` Lukasz Luba
  1 sibling, 1 reply; 7+ messages in thread
From: Javi Merino @ 2021-04-10 11:28 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Lukasz Luba, Viresh Kumar, linux-kernel, thara.gopinath, amitk,
	rui.zhang

[-- Attachment #1: Type: text/plain, Size: 1745 bytes --]

On Fri, Apr 02, 2021 at 12:53:08PM +0200, Daniel Lezcano wrote:
> On 02/04/2021 12:25, Lukasz Luba wrote:
> > Hi Viresh, Daniel
> > 
> > On 2/18/21 4:18 AM, Viresh Kumar wrote:
> >> On 17-02-21, 11:59, Lukasz Luba wrote:
> >>> Update maintainers responsible for CPU cooling on Arm side.
> >>>
> >>> Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
> >>> ---
> >>> Hi Daniel,
> >>>
> >>> Please ignore the previous email and that this change with 'R'.
> >>> Javi will ack it later.
> >>>
> >>> Regards,
> >>> Lukasz
> >>>
> >>>   MAINTAINERS | 2 +-
> >>>   1 file changed, 1 insertion(+), 1 deletion(-)
> >>>
> >>> diff --git a/MAINTAINERS b/MAINTAINERS
> >>> index f32ebcff37d2..fe34f56acb0f 100644
> >>> --- a/MAINTAINERS
> >>> +++ b/MAINTAINERS
> >>> @@ -17774,7 +17774,7 @@ THERMAL/CPU_COOLING
> >>>   M:    Amit Daniel Kachhap <amit.kachhap@gmail.com>
> >>>   M:    Daniel Lezcano <daniel.lezcano@linaro.org>
> >>>   M:    Viresh Kumar <viresh.kumar@linaro.org>
> >>> -M:    Javi Merino <javi.merino@kernel.org>
> >>> +R:    Lukasz Luba <lukasz.luba@arm.com>
> >>>   L:    linux-pm@vger.kernel.org
> >>>   S:    Supported
> >>>   F:    Documentation/driver-api/thermal/cpu-cooling-api.rst
> >>
> >> Good that we have one more reviewer for this :)
> >>
> >> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> >>
> > 
> > I believe it has lost somewhere in people mailboxes.
> > 
> > Thank you Viresh for the ACK.
> > 
> > Could you Daniel (or you Viresh) take this patch, please?
> 
> I was expecting Javi to ack it.

I did, but it looks like my replies never made it to the mailing
list.  Anyway, here it is:

Acked-by: Javi Merino <javi.merino@kernel.org>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [RESEND PATCH] MAINTAINERS: update thermal CPU cooling section
  2021-04-10 11:28       ` Javi Merino
@ 2021-04-12  7:55         ` Lukasz Luba
  0 siblings, 0 replies; 7+ messages in thread
From: Lukasz Luba @ 2021-04-12  7:55 UTC (permalink / raw)
  To: Javi Merino
  Cc: Daniel Lezcano, Viresh Kumar, linux-kernel, thara.gopinath,
	amitk, rui.zhang



On 4/10/21 12:28 PM, Javi Merino wrote:
> On Fri, Apr 02, 2021 at 12:53:08PM +0200, Daniel Lezcano wrote:
>> On 02/04/2021 12:25, Lukasz Luba wrote:
>>> Hi Viresh, Daniel
>>>
>>> On 2/18/21 4:18 AM, Viresh Kumar wrote:
>>>> On 17-02-21, 11:59, Lukasz Luba wrote:
>>>>> Update maintainers responsible for CPU cooling on Arm side.
>>>>>
>>>>> Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
>>>>> ---
>>>>> Hi Daniel,
>>>>>
>>>>> Please ignore the previous email and that this change with 'R'.
>>>>> Javi will ack it later.
>>>>>
>>>>> Regards,
>>>>> Lukasz
>>>>>
>>>>>    MAINTAINERS | 2 +-
>>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>>
>>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>>> index f32ebcff37d2..fe34f56acb0f 100644
>>>>> --- a/MAINTAINERS
>>>>> +++ b/MAINTAINERS
>>>>> @@ -17774,7 +17774,7 @@ THERMAL/CPU_COOLING
>>>>>    M:    Amit Daniel Kachhap <amit.kachhap@gmail.com>
>>>>>    M:    Daniel Lezcano <daniel.lezcano@linaro.org>
>>>>>    M:    Viresh Kumar <viresh.kumar@linaro.org>
>>>>> -M:    Javi Merino <javi.merino@kernel.org>
>>>>> +R:    Lukasz Luba <lukasz.luba@arm.com>
>>>>>    L:    linux-pm@vger.kernel.org
>>>>>    S:    Supported
>>>>>    F:    Documentation/driver-api/thermal/cpu-cooling-api.rst
>>>>
>>>> Good that we have one more reviewer for this :)
>>>>
>>>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
>>>>
>>>
>>> I believe it has lost somewhere in people mailboxes.
>>>
>>> Thank you Viresh for the ACK.
>>>
>>> Could you Daniel (or you Viresh) take this patch, please?
>>
>> I was expecting Javi to ack it.
> 
> I did, but it looks like my replies never made it to the mailing
> list.  Anyway, here it is:
> 
> Acked-by: Javi Merino <javi.merino@kernel.org>
> 

Thank you Javi!

Lukasz

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

end of thread, other threads:[~2021-04-12  7:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17 11:59 [RESEND PATCH] MAINTAINERS: update thermal CPU cooling section Lukasz Luba
2021-02-18  4:18 ` Viresh Kumar
2021-04-02 10:25   ` Lukasz Luba
2021-04-02 10:53     ` Daniel Lezcano
2021-04-02 11:08       ` Lukasz Luba
2021-04-10 11:28       ` Javi Merino
2021-04-12  7:55         ` Lukasz Luba

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).