2020-09-18 20:19:47

by Kevin Hilman

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: drop myself from PM AVS drivers

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 <[email protected]>
---
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 <[email protected]>
M: Nishanth Menon <[email protected]>
L: [email protected]
S: Maintained
--
2.28.0


2020-09-22 18:13:37

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: drop myself from PM AVS drivers

On Fri, Sep 18, 2020 at 10:16 PM Kevin Hilman <[email protected]> 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 <[email protected]>
> ---
> 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 <[email protected]>
> M: Nishanth Menon <[email protected]>
> L: [email protected]
> S: Maintained
> --
> 2.28.0
>

2020-09-24 09:11:31

by Ulf Hansson

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: drop myself from PM AVS drivers

On Tue, 22 Sep 2020 at 20:10, Rafael J. Wysocki <[email protected]> wrote:
>
> On Fri, Sep 18, 2020 at 10:16 PM Kevin Hilman <[email protected]> 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 <[email protected]>
> > ---
> > 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 <[email protected]>
> > M: Nishanth Menon <[email protected]>
> > L: [email protected]
> > S: Maintained
> > --
> > 2.28.0
> >

2020-09-24 10:26:12

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: drop myself from PM AVS drivers

On Thu, Sep 24, 2020 at 11:07 AM Ulf Hansson <[email protected]> wrote:
>
> On Tue, 22 Sep 2020 at 20:10, Rafael J. Wysocki <[email protected]> wrote:
> >
> > On Fri, Sep 18, 2020 at 10:16 PM Kevin Hilman <[email protected]> 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!