public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] thermal: Remove Amit Kucheria from MAINTAINERS
@ 2023-10-06 15:04 Rafael J. Wysocki
  2023-10-06 15:46 ` Conor Dooley
  0 siblings, 1 reply; 3+ messages in thread
From: Rafael J. Wysocki @ 2023-10-06 15:04 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.

Remove him from the THERMAL entry in MAINTAINERS.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
---

v1 -> v2: Drop the DT binding change

I'm really not inclined to fight over stuff that doesn't make any sense to me.

---
 Documentation/devicetree/bindings/thermal/thermal-zones.yaml |    3 ---
 MAINTAINERS                                                  |    1 -
 2 files changed, 4 deletions(-)

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

* Re: [PATCH v2] thermal: Remove Amit Kucheria from MAINTAINERS
  2023-10-06 15:04 [PATCH v2] thermal: Remove Amit Kucheria from MAINTAINERS Rafael J. Wysocki
@ 2023-10-06 15:46 ` Conor Dooley
  2023-10-06 15:54   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Conor Dooley @ 2023-10-06 15:46 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM, Rafael J. Wysocki, Srinivas Pandruvada, Daniel Lezcano,
	Zhang Rui, LKML, Rob Herring, Krzysztof Kozlowski, devicetree,
	Lukasz Luba, Amit Kucheria

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

On Fri, Oct 06, 2023 at 05:04:42PM +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.
> 
> Remove him from the THERMAL entry in MAINTAINERS.
> 
> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> ---
> 
> v1 -> v2: Drop the DT binding change
> 
> I'm really not inclined to fight over stuff that doesn't make any sense to me.

I don't understand what you mean by this. All that was required was
putting __someone__ down as a maintainer in the dt-binding, as Rob's bot
told you:
https://lore.kernel.org/linux-devicetree/CAJZ5v0gwvo_CriNwz_g-oQ8EZUqdp4ymiuamU-KkrmQ87RhZyA@mail.gmail.com/T/#m56a9b1616477566e2976044c11b58dccbd3be0fb

> 
> ---
>  Documentation/devicetree/bindings/thermal/thermal-zones.yaml |    3 ---
>  MAINTAINERS                                                  |    1 -
>  2 files changed, 4 deletions(-)
> 
> 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
> 
> 
> 

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

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

* Re: [PATCH v2] thermal: Remove Amit Kucheria from MAINTAINERS
  2023-10-06 15:46 ` Conor Dooley
@ 2023-10-06 15:54   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2023-10-06 15:54 UTC (permalink / raw)
  To: Conor Dooley
  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 5:46 PM Conor Dooley <conor@kernel.org> wrote:
>
> On Fri, Oct 06, 2023 at 05:04:42PM +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.
> >
> > Remove him from the THERMAL entry in MAINTAINERS.
> >
> > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> > ---
> >
> > v1 -> v2: Drop the DT binding change
> >
> > I'm really not inclined to fight over stuff that doesn't make any sense to me.
>
> I don't understand what you mean by this. All that was required was
> putting __someone__ down as a maintainer in the dt-binding, as Rob's bot
> told you:
> https://lore.kernel.org/linux-devicetree/CAJZ5v0gwvo_CriNwz_g-oQ8EZUqdp4ymiuamU-KkrmQ87RhZyA@mail.gmail.com/T/#m56a9b1616477566e2976044c11b58dccbd3be0fb

And this doesn't make sense, because I don't know who to put in there
and the current record is clearly stale.

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

end of thread, other threads:[~2023-10-06 15:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06 15:04 [PATCH v2] thermal: Remove Amit Kucheria from MAINTAINERS Rafael J. Wysocki
2023-10-06 15:46 ` Conor Dooley
2023-10-06 15:54   ` 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