public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS
@ 2023-10-06 11:21 Rafael J. Wysocki
  2023-10-06 13:18 ` Rob Herring
  2023-10-06 13:43 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 8+ messages in thread
From: Rafael J. Wysocki @ 2023-10-06 11:21 UTC (permalink / raw)
  To: Linux PM
  Cc: Rafael J. Wysocki, Srinivas Pandruvada, Daniel Lezcano, Zhang Rui,
	LKML, Rob Herring, Krzysztof Kozlowski, devicetree, Lukasz Luba,
	Amit Kucheria

From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

Amit Kucheria has not been participating in kernel development in any
way or form for quite some time, so it is not useful to list him as a
designated reviewer for the thermal subsystem or as the maintainer of
the thermal zone device bindings.

Remove him from those two places accordingly.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
---
 Documentation/devicetree/bindings/thermal/thermal-zones.yaml |    3 ---
 MAINTAINERS                                                  |    1 -
 2 files changed, 4 deletions(-)

Index: linux-pm/Documentation/devicetree/bindings/thermal/thermal-zones.yaml
===================================================================
--- linux-pm.orig/Documentation/devicetree/bindings/thermal/thermal-zones.yaml
+++ linux-pm/Documentation/devicetree/bindings/thermal/thermal-zones.yaml
@@ -7,9 +7,6 @@ $schema: http://devicetree.org/meta-sche
 
 title: Thermal zone
 
-maintainers:
-  - Amit Kucheria <amitk@kernel.org>
-
 description: |
   Thermal management is achieved in devicetree by describing the sensor hardware
   and the software abstraction of cooling devices and thermal zones required to
Index: linux-pm/MAINTAINERS
===================================================================
--- linux-pm.orig/MAINTAINERS
+++ linux-pm/MAINTAINERS
@@ -21363,7 +21363,6 @@ F:	drivers/media/radio/radio-raremono.c
 THERMAL
 M:	Rafael J. Wysocki <rafael@kernel.org>
 M:	Daniel Lezcano <daniel.lezcano@linaro.org>
-R:	Amit Kucheria <amitk@kernel.org>
 R:	Zhang Rui <rui.zhang@intel.com>
 L:	linux-pm@vger.kernel.org
 S:	Supported




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

* Re: [PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS
  2023-10-06 11:21 [PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS Rafael J. Wysocki
@ 2023-10-06 13:18 ` Rob Herring
  2023-10-06 13:43 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 8+ messages in thread
From: Rob Herring @ 2023-10-06 13:18 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM, Rafael J. Wysocki, Zhang Rui, Srinivas Pandruvada,
	Krzysztof Kozlowski, Lukasz Luba, devicetree, Amit Kucheria, LKML,
	Daniel Lezcano, Rob Herring


On Fri, 06 Oct 2023 13:21:14 +0200, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> 
> Amit Kucheria has not been participating in kernel development in any
> way or form for quite some time, so it is not useful to list him as a
> designated reviewer for the thermal subsystem or as the maintainer of
> the thermal zone device bindings.
> 
> Remove him from those two places accordingly.
> 
> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> ---
>  Documentation/devicetree/bindings/thermal/thermal-zones.yaml |    3 ---
>  MAINTAINERS                                                  |    1 -
>  2 files changed, 4 deletions(-)
> 

My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):

yamllint warnings/errors:

dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/thermal/thermal-zones.yaml: 'maintainers' is a required property
	hint: Metaschema for devicetree binding documentation
	from schema $id: http://devicetree.org/meta-schemas/base.yaml#

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/5716404.DvuYhMxLoT@kreacher

The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.

If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:

pip3 install dtschema --upgrade

Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.


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

* Re: [PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS
  2023-10-06 11:21 [PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS Rafael J. Wysocki
  2023-10-06 13:18 ` Rob Herring
@ 2023-10-06 13:43 ` Krzysztof Kozlowski
  2023-10-06 13:43   ` Krzysztof Kozlowski
  1 sibling, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2023-10-06 13:43 UTC (permalink / raw)
  To: Rafael J. Wysocki, Linux PM
  Cc: Rafael J. Wysocki, Srinivas Pandruvada, Daniel Lezcano, Zhang Rui,
	LKML, Rob Herring, Krzysztof Kozlowski, devicetree, Lukasz Luba,
	Amit Kucheria

On 06/10/2023 13:21, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> 
> Amit Kucheria has not been participating in kernel development in any
> way or form for quite some time, so it is not useful to list him as a
> designated reviewer for the thermal subsystem or as the maintainer of
> the thermal zone device bindings.
> 
> Remove him from those two places accordingly.
> 
> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> ---
>  Documentation/devicetree/bindings/thermal/thermal-zones.yaml |    3 ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS
  2023-10-06 13:43 ` Krzysztof Kozlowski
@ 2023-10-06 13:43   ` Krzysztof Kozlowski
  2023-10-06 13:48     ` Lukasz Luba
  2023-10-06 15:00     ` Rafael J. Wysocki
  0 siblings, 2 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2023-10-06 13:43 UTC (permalink / raw)
  To: Rafael J. Wysocki, Linux PM
  Cc: Rafael J. Wysocki, Srinivas Pandruvada, Daniel Lezcano, Zhang Rui,
	LKML, Rob Herring, Krzysztof Kozlowski, devicetree, Lukasz Luba,
	Amit Kucheria

On 06/10/2023 15:43, Krzysztof Kozlowski wrote:
> On 06/10/2023 13:21, Rafael J. Wysocki wrote:
>> From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
>>
>> Amit Kucheria has not been participating in kernel development in any
>> way or form for quite some time, so it is not useful to list him as a
>> designated reviewer for the thermal subsystem or as the maintainer of
>> the thermal zone device bindings.
>>
>> Remove him from those two places accordingly.
>>
>> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
>> ---
>>  Documentation/devicetree/bindings/thermal/thermal-zones.yaml |    3 ---
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

and unAcked. We need a maintainer for the bindings. Someone else from
thermal?

Best regards,
Krzysztof


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

* Re: [PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS
  2023-10-06 13:43   ` Krzysztof Kozlowski
@ 2023-10-06 13:48     ` Lukasz Luba
  2023-10-06 21:44       ` Daniel Lezcano
  2023-10-06 15:00     ` Rafael J. Wysocki
  1 sibling, 1 reply; 8+ messages in thread
From: Lukasz Luba @ 2023-10-06 13:48 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rafael J. Wysocki, Linux PM, Daniel Lezcano
  Cc: Rafael J. Wysocki, Srinivas Pandruvada, Zhang Rui, LKML,
	Rob Herring, Krzysztof Kozlowski, devicetree, Amit Kucheria



On 10/6/23 14:43, Krzysztof Kozlowski wrote:
> On 06/10/2023 15:43, Krzysztof Kozlowski wrote:
>> On 06/10/2023 13:21, Rafael J. Wysocki wrote:
>>> From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
>>>
>>> Amit Kucheria has not been participating in kernel development in any
>>> way or form for quite some time, so it is not useful to list him as a
>>> designated reviewer for the thermal subsystem or as the maintainer of
>>> the thermal zone device bindings.
>>>
>>> Remove him from those two places accordingly.
>>>
>>> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
>>> ---
>>>   Documentation/devicetree/bindings/thermal/thermal-zones.yaml |    3 ---
>>
>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> and unAcked. We need a maintainer for the bindings. Someone else from
> thermal?
> 

I'm going to handle the review in thermal subsystem. Although,
I forgot about this 'binding' thing...

Daniel, what do you think?

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

* Re: [PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS
  2023-10-06 13:43   ` Krzysztof Kozlowski
  2023-10-06 13:48     ` Lukasz Luba
@ 2023-10-06 15:00     ` Rafael J. Wysocki
  1 sibling, 0 replies; 8+ messages in thread
From: Rafael J. Wysocki @ 2023-10-06 15:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rafael J. Wysocki, Linux PM, Rafael J. Wysocki,
	Srinivas Pandruvada, Daniel Lezcano, Zhang Rui, LKML, Rob Herring,
	Krzysztof Kozlowski, devicetree, Lukasz Luba, Amit Kucheria

On Fri, Oct 6, 2023 at 3:44 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On 06/10/2023 15:43, Krzysztof Kozlowski wrote:
> > On 06/10/2023 13:21, Rafael J. Wysocki wrote:
> >> From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> >>
> >> Amit Kucheria has not been participating in kernel development in any
> >> way or form for quite some time, so it is not useful to list him as a
> >> designated reviewer for the thermal subsystem or as the maintainer of
> >> the thermal zone device bindings.
> >>
> >> Remove him from those two places accordingly.
> >>
> >> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> >> ---
> >>  Documentation/devicetree/bindings/thermal/thermal-zones.yaml |    3 ---
> >
> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> and unAcked. We need a maintainer for the bindings.

Well, yes, we do, but how useful is it to hold on to the stale record?

Surely, it doesn't help anyone.

> Someone else from thermal?

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

* Re: [PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS
  2023-10-06 13:48     ` Lukasz Luba
@ 2023-10-06 21:44       ` Daniel Lezcano
  2023-10-07 10:44         ` Rafael J. Wysocki
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Lezcano @ 2023-10-06 21:44 UTC (permalink / raw)
  To: Lukasz Luba, Krzysztof Kozlowski, Rafael J. Wysocki, Linux PM
  Cc: Rafael J. Wysocki, Srinivas Pandruvada, Zhang Rui, LKML,
	Rob Herring, Krzysztof Kozlowski, devicetree, Amit Kucheria

On 06/10/2023 15:48, Lukasz Luba wrote:
> 
> 
> On 10/6/23 14:43, Krzysztof Kozlowski wrote:
>> On 06/10/2023 15:43, Krzysztof Kozlowski wrote:
>>> On 06/10/2023 13:21, Rafael J. Wysocki wrote:
>>>> From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
>>>>
>>>> Amit Kucheria has not been participating in kernel development in any
>>>> way or form for quite some time, so it is not useful to list him as a
>>>> designated reviewer for the thermal subsystem or as the maintainer of
>>>> the thermal zone device bindings.
>>>>
>>>> Remove him from those two places accordingly.
>>>>
>>>> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
>>>> ---
>>>>   Documentation/devicetree/bindings/thermal/thermal-zones.yaml |    
>>>> 3 ---
>>>
>>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>
>> and unAcked. We need a maintainer for the bindings. Someone else from
>> thermal?
>>
> 
> I'm going to handle the review in thermal subsystem. Although,
> I forgot about this 'binding' thing...
> 
> Daniel, what do you think?

I can handle the bindings, I rewrote the thermal-of code and worked with 
Amit on the txt to yaml conversion.


-- 
<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] 8+ messages in thread

* Re: [PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS
  2023-10-06 21:44       ` Daniel Lezcano
@ 2023-10-07 10:44         ` Rafael J. Wysocki
  0 siblings, 0 replies; 8+ messages in thread
From: Rafael J. Wysocki @ 2023-10-07 10:44 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Lukasz Luba, Krzysztof Kozlowski, Rafael J. Wysocki, Linux PM,
	Rafael J. Wysocki, Srinivas Pandruvada, Zhang Rui, LKML,
	Rob Herring, Krzysztof Kozlowski, devicetree, Amit Kucheria

On Fri, Oct 6, 2023 at 11:44 PM Daniel Lezcano
<daniel.lezcano@linaro.org> wrote:
>
> On 06/10/2023 15:48, Lukasz Luba wrote:
> >
> >
> > On 10/6/23 14:43, Krzysztof Kozlowski wrote:
> >> On 06/10/2023 15:43, Krzysztof Kozlowski wrote:
> >>> On 06/10/2023 13:21, Rafael J. Wysocki wrote:
> >>>> From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> >>>>
> >>>> Amit Kucheria has not been participating in kernel development in any
> >>>> way or form for quite some time, so it is not useful to list him as a
> >>>> designated reviewer for the thermal subsystem or as the maintainer of
> >>>> the thermal zone device bindings.
> >>>>
> >>>> Remove him from those two places accordingly.
> >>>>
> >>>> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> >>>> ---
> >>>>   Documentation/devicetree/bindings/thermal/thermal-zones.yaml |
> >>>> 3 ---
> >>>
> >>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> >>
> >> and unAcked. We need a maintainer for the bindings. Someone else from
> >> thermal?
> >>
> >
> > I'm going to handle the review in thermal subsystem. Although,
> > I forgot about this 'binding' thing...
> >
> > Daniel, what do you think?
>
> I can handle the bindings, I rewrote the thermal-of code and worked with
> Amit on the txt to yaml conversion.

Sounds good!

I'll send a v3 of the patch then with this change included, please ACK it.

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

end of thread, other threads:[~2023-10-07 10:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06 11:21 [PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS Rafael J. Wysocki
2023-10-06 13:18 ` Rob Herring
2023-10-06 13:43 ` Krzysztof Kozlowski
2023-10-06 13:43   ` Krzysztof Kozlowski
2023-10-06 13:48     ` Lukasz Luba
2023-10-06 21:44       ` Daniel Lezcano
2023-10-07 10:44         ` Rafael J. Wysocki
2023-10-06 15:00     ` Rafael J. Wysocki

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