From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Lee Jones <lee@kernel.org>
Cc: Gene Chen <gene_chen@richtek.com>,
Andrew Jeffery <andrew@aj.id.au>,
linux-leds@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, Pavel Machek <pavel@ucw.cz>,
Matthias Brugger <matthias.bgg@gmail.com>,
Sean Wang <sean.wang@mediatek.com>,
Kurt Kanzenbach <kurt@linutronix.de>,
Andrew Lunn <andrew@lunn.ch>,
Vivien Didelot <vivien.didelot@gmail.com>,
Florian Fainelli <f.fainelli@gmail.com>,
Vladimir Oltean <olteanv@gmail.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Re: [PATCH v3 00/11] leds: deduplicate led_init_default_state_get()
Date: Mon, 14 Nov 2022 12:19:29 +0200 [thread overview]
Message-ID: <Y3IWMe5nGePMAEFv@smile.fi.intel.com> (raw)
In-Reply-To: <Y3IUTUr/MXf9RQEP@google.com>
On Mon, Nov 14, 2022 at 10:11:25AM +0000, Lee Jones wrote:
> On Tue, 08 Nov 2022, Andy Shevchenko wrote:
> > On Mon, Oct 31, 2022 at 05:32:26PM +0200, Andy Shevchenko wrote:
> > > On Mon, Oct 31, 2022 at 08:53:49AM +0000, Lee Jones wrote:
> > > > On Tue, 25 Oct 2022, Andy Shevchenko wrote:
> > > >
> > > > > On Tue, Sep 06, 2022 at 04:49:53PM +0300, Andy Shevchenko wrote:
> > > > > > There are several users of LED framework that reimplement the
> > > > > > functionality of led_init_default_state_get(). In order to
> > > > > > deduplicate them move the declaration to the global header
> > > > > > (patch 2) and convert users (patche 3-11).
> > > > >
> > > > > Dear LED maintainers, is there any news on this series? It's hanging around
> > > > > for almost 2 months now...
> > > >
> > > > My offer still stands if help is required.
> > >
> > > From my point of view the LED subsystem is quite laggish lately (as shown by
> > > this patch series, for instance), which means that _in practice_ the help is
> > > needed, but I haven't got if we have any administrative agreement on that.
> > >
> > > Pavel?
> >
> > So, Pavel seems quite unresponsive lately... Shall we just move on and take
> > maintainership?
>
> I had an off-line conversation with Greg who advised me against that.
OK. What the reasonable option we have then?
--
With Best Regards,
Andy Shevchenko
WARNING: multiple messages have this Message-ID (diff)
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Lee Jones <lee@kernel.org>
Cc: Gene Chen <gene_chen@richtek.com>,
Andrew Jeffery <andrew@aj.id.au>,
linux-leds@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, Pavel Machek <pavel@ucw.cz>,
Matthias Brugger <matthias.bgg@gmail.com>,
Sean Wang <sean.wang@mediatek.com>,
Kurt Kanzenbach <kurt@linutronix.de>,
Andrew Lunn <andrew@lunn.ch>,
Vivien Didelot <vivien.didelot@gmail.com>,
Florian Fainelli <f.fainelli@gmail.com>,
Vladimir Oltean <olteanv@gmail.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Re: [PATCH v3 00/11] leds: deduplicate led_init_default_state_get()
Date: Mon, 14 Nov 2022 12:19:29 +0200 [thread overview]
Message-ID: <Y3IWMe5nGePMAEFv@smile.fi.intel.com> (raw)
In-Reply-To: <Y3IUTUr/MXf9RQEP@google.com>
On Mon, Nov 14, 2022 at 10:11:25AM +0000, Lee Jones wrote:
> On Tue, 08 Nov 2022, Andy Shevchenko wrote:
> > On Mon, Oct 31, 2022 at 05:32:26PM +0200, Andy Shevchenko wrote:
> > > On Mon, Oct 31, 2022 at 08:53:49AM +0000, Lee Jones wrote:
> > > > On Tue, 25 Oct 2022, Andy Shevchenko wrote:
> > > >
> > > > > On Tue, Sep 06, 2022 at 04:49:53PM +0300, Andy Shevchenko wrote:
> > > > > > There are several users of LED framework that reimplement the
> > > > > > functionality of led_init_default_state_get(). In order to
> > > > > > deduplicate them move the declaration to the global header
> > > > > > (patch 2) and convert users (patche 3-11).
> > > > >
> > > > > Dear LED maintainers, is there any news on this series? It's hanging around
> > > > > for almost 2 months now...
> > > >
> > > > My offer still stands if help is required.
> > >
> > > From my point of view the LED subsystem is quite laggish lately (as shown by
> > > this patch series, for instance), which means that _in practice_ the help is
> > > needed, but I haven't got if we have any administrative agreement on that.
> > >
> > > Pavel?
> >
> > So, Pavel seems quite unresponsive lately... Shall we just move on and take
> > maintainership?
>
> I had an off-line conversation with Greg who advised me against that.
OK. What the reasonable option we have then?
--
With Best Regards,
Andy Shevchenko
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-11-14 10:19 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-06 13:49 [PATCH v3 00/11] leds: deduplicate led_init_default_state_get() Andy Shevchenko
2022-09-06 13:49 ` Andy Shevchenko
2022-09-06 13:49 ` [PATCH v3 01/11] leds: add missing includes and forward declarations in leds.h Andy Shevchenko
2022-09-06 13:49 ` Andy Shevchenko
2022-09-06 13:49 ` [PATCH v3 02/11] leds: Move led_init_default_state_get() to the global header Andy Shevchenko
2022-09-06 13:49 ` Andy Shevchenko
2022-09-06 13:49 ` [PATCH v3 03/11] leds: an30259a: Get rid of custom led_init_default_state_get() Andy Shevchenko
2022-09-06 13:49 ` Andy Shevchenko
2022-09-06 13:49 ` [PATCH v3 04/11] leds: bcm6328: " Andy Shevchenko
2022-09-06 13:49 ` Andy Shevchenko
2022-09-06 20:38 ` Florian Fainelli
2022-09-06 20:38 ` Florian Fainelli
2022-09-06 13:49 ` [PATCH v3 05/11] leds: bcm6358: " Andy Shevchenko
2022-09-06 13:49 ` Andy Shevchenko
2022-09-06 20:38 ` Florian Fainelli
2022-09-06 20:38 ` Florian Fainelli
2022-09-06 13:49 ` [PATCH v3 06/11] leds: mt6323: " Andy Shevchenko
2022-09-06 13:49 ` Andy Shevchenko
2022-09-07 7:53 ` AngeloGioacchino Del Regno
2022-09-07 7:53 ` AngeloGioacchino Del Regno
2022-09-06 13:50 ` [PATCH v3 07/11] leds: mt6360: " Andy Shevchenko
2022-09-06 13:50 ` Andy Shevchenko
2022-09-07 7:53 ` AngeloGioacchino Del Regno
2022-09-07 7:53 ` AngeloGioacchino Del Regno
2022-09-06 13:50 ` [PATCH v3 08/11] leds: pca955x: " Andy Shevchenko
2022-09-06 13:50 ` Andy Shevchenko
2022-09-06 13:50 ` [PATCH v3 09/11] leds: pm8058: " Andy Shevchenko
2022-09-06 13:50 ` Andy Shevchenko
2022-09-06 13:50 ` [PATCH v3 10/11] leds: syscon: " Andy Shevchenko
2022-09-06 13:50 ` Andy Shevchenko
2022-09-06 13:50 ` [PATCH v3 11/11] net: dsa: hellcreek: " Andy Shevchenko
2022-09-06 13:50 ` Andy Shevchenko
2022-09-14 10:50 ` [PATCH v3 00/11] leds: deduplicate led_init_default_state_get() Andy Shevchenko
2022-09-14 10:50 ` Andy Shevchenko
2022-10-25 17:16 ` Andy Shevchenko
2022-10-25 17:16 ` Andy Shevchenko
2022-10-31 8:53 ` Lee Jones
2022-10-31 8:53 ` Lee Jones
2022-10-31 15:32 ` Andy Shevchenko
2022-10-31 15:32 ` Andy Shevchenko
2022-11-08 14:24 ` Andy Shevchenko
2022-11-08 14:24 ` Andy Shevchenko
2022-11-14 10:11 ` Lee Jones
2022-11-14 10:11 ` Lee Jones
2022-11-14 10:19 ` Andy Shevchenko [this message]
2022-11-14 10:19 ` Andy Shevchenko
2022-11-14 10:41 ` Greg Kroah-Hartman
2022-11-14 10:41 ` Greg Kroah-Hartman
2022-11-14 11:47 ` Andy Shevchenko
2022-11-14 11:47 ` Andy Shevchenko
2022-11-22 13:38 ` Andy Shevchenko
2022-11-22 13:38 ` Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y3IWMe5nGePMAEFv@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=andrew@aj.id.au \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=f.fainelli@gmail.com \
--cc=gene_chen@richtek.com \
--cc=gregkh@linuxfoundation.org \
--cc=kuba@kernel.org \
--cc=kurt@linutronix.de \
--cc=lee@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=pabeni@redhat.com \
--cc=pavel@ucw.cz \
--cc=sean.wang@mediatek.com \
--cc=vivien.didelot@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.