Message ID | 20200918201633.27017-1-khilman@baylibre.com |
---|---|
State | Accepted |
Commit | bf23e1cd46d6a3277aad5921e14eac40bf32b90a |
Headers | show |
Series | MAINTAINERS: drop myself from PM AVS drivers | expand |
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 >
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 > >
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!
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
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(-)