linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: drop myself from PM AVS drivers
@ 2020-09-18 20:16 Kevin Hilman
  2020-09-22 18:09 ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Hilman @ 2020-09-18 20:16 UTC (permalink / raw)
  To: Rafael J. Wysocki, linux-pm; +Cc: linux-kernel

I haven't had the time or the expertise to adequately review and
maintain these drivers for awhile, so make it official.

Signed-off-by: Kevin Hilman <khilman@baylibre.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index deaafb617361..f1bf6071c438 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5361,7 +5361,6 @@ F:	include/linux/kobj*
 F:	lib/kobj*
 
 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
-M:	Kevin Hilman <khilman@kernel.org>
 M:	Nishanth Menon <nm@ti.com>
 L:	linux-pm@vger.kernel.org
 S:	Maintained
-- 
2.28.0


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

* Re: [PATCH] MAINTAINERS: drop myself from PM AVS drivers
  2020-09-18 20:16 [PATCH] MAINTAINERS: drop myself from PM AVS drivers Kevin Hilman
@ 2020-09-22 18:09 ` Rafael J. Wysocki
  2020-09-24  9:06   ` Ulf Hansson
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2020-09-22 18:09 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: Rafael J. Wysocki, Linux PM, Linux Kernel Mailing List

On Fri, Sep 18, 2020 at 10:16 PM Kevin Hilman <khilman@baylibre.com> wrote:
>
> I haven't had the time or the expertise to adequately review and
> maintain these drivers for awhile, so make it official.

Well, fair enough, so applied as 5.10 material.

But this means that I'm going to stop picking up AVS drivers changes myself.

I'll be expecting someone to step in and become a proper maintainer of
them and send pull requests either to me or to arm-soc.

Cheers!

> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index deaafb617361..f1bf6071c438 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5361,7 +5361,6 @@ F:        include/linux/kobj*
>  F:     lib/kobj*
>
>  DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
> -M:     Kevin Hilman <khilman@kernel.org>
>  M:     Nishanth Menon <nm@ti.com>
>  L:     linux-pm@vger.kernel.org
>  S:     Maintained
> --
> 2.28.0
>

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

* Re: [PATCH] MAINTAINERS: drop myself from PM AVS drivers
  2020-09-22 18:09 ` Rafael J. Wysocki
@ 2020-09-24  9:06   ` Ulf Hansson
  2020-09-24 10:21     ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Ulf Hansson @ 2020-09-24  9:06 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Kevin Hilman, Rafael J. Wysocki, Linux PM, Linux Kernel Mailing List

On Tue, 22 Sep 2020 at 20:10, Rafael J. Wysocki <rafael@kernel.org> wrote:
>
> On Fri, Sep 18, 2020 at 10:16 PM Kevin Hilman <khilman@baylibre.com> wrote:
> >
> > I haven't had the time or the expertise to adequately review and
> > maintain these drivers for awhile, so make it official.
>
> Well, fair enough, so applied as 5.10 material.
>
> But this means that I'm going to stop picking up AVS drivers changes myself.
>
> I'll be expecting someone to step in and become a proper maintainer of
> them and send pull requests either to me or to arm-soc.

How about if we instead move these avs drivers to drivers/soc/* instead?

There are currently only three avs drivers, they are SoC specific and
we already have kind of similar drivers in drivers/soc/*.

I can take care of the move, to release you from the burden. :-)

Kind regards
Uffe

>
> Cheers!
>
> > Signed-off-by: Kevin Hilman <khilman@baylibre.com>
> > ---
> >  MAINTAINERS | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index deaafb617361..f1bf6071c438 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -5361,7 +5361,6 @@ F:        include/linux/kobj*
> >  F:     lib/kobj*
> >
> >  DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
> > -M:     Kevin Hilman <khilman@kernel.org>
> >  M:     Nishanth Menon <nm@ti.com>
> >  L:     linux-pm@vger.kernel.org
> >  S:     Maintained
> > --
> > 2.28.0
> >

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

* Re: [PATCH] MAINTAINERS: drop myself from PM AVS drivers
  2020-09-24  9:06   ` Ulf Hansson
@ 2020-09-24 10:21     ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2020-09-24 10:21 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Rafael J. Wysocki, Kevin Hilman, Rafael J. Wysocki, Linux PM,
	Linux Kernel Mailing List

On Thu, Sep 24, 2020 at 11:07 AM Ulf Hansson <ulf.hansson@linaro.org> wrote:
>
> On Tue, 22 Sep 2020 at 20:10, Rafael J. Wysocki <rafael@kernel.org> wrote:
> >
> > On Fri, Sep 18, 2020 at 10:16 PM Kevin Hilman <khilman@baylibre.com> wrote:
> > >
> > > I haven't had the time or the expertise to adequately review and
> > > maintain these drivers for awhile, so make it official.
> >
> > Well, fair enough, so applied as 5.10 material.
> >
> > But this means that I'm going to stop picking up AVS drivers changes myself.
> >
> > I'll be expecting someone to step in and become a proper maintainer of
> > them and send pull requests either to me or to arm-soc.
>
> How about if we instead move these avs drivers to drivers/soc/* instead?
>
> There are currently only three avs drivers, they are SoC specific and
> we already have kind of similar drivers in drivers/soc/*.
>
> I can take care of the move, to release you from the burden. :-)

That would work for me.

Cheers!

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

end of thread, other threads:[~2020-09-24 10:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18 20:16 [PATCH] MAINTAINERS: drop myself from PM AVS drivers Kevin Hilman
2020-09-22 18:09 ` Rafael J. Wysocki
2020-09-24  9:06   ` Ulf Hansson
2020-09-24 10:21     ` 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;
as well as URLs for NNTP newsgroup(s).