All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Gene Chen <gene_chen@richtek.com>,
	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>,
	Lee Jones <lee@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Sean Wang <sean.wang@mediatek.com>,
	Kurt Kanzenbach <kurt@linutronix.de>,
	Andrew Lunn <andrew@lunn.ch>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Vladimir Oltean <olteanv@gmail.com>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>
Subject: Re: [PATCH v4 11/11] net: dsa: hellcreek: Get rid of custom led_init_default_state_get()
Date: Mon, 6 Mar 2023 09:46:57 -0800	[thread overview]
Message-ID: <20230306094657.6f1190d2@kernel.org> (raw)
In-Reply-To: <ZAYMvVR+6eQ9qjAk@smile.fi.intel.com>

On Mon, 6 Mar 2023 17:54:37 +0200 Andy Shevchenko wrote:
> On Tue, Jan 03, 2023 at 03:12:56PM +0200, Andy Shevchenko wrote:
> > LED core provides a helper to parse default state from firmware node.
> > Use it instead of custom implementation.  
> 
> Jakub, if you are okay with thi, it may be applied now
> (Lee hadn't taken it in via LEDS subsystem for v6.3-rc1).

Just patch 11 into net-next? SG, but could you repost?
I'd have to manually pick it out of the series.

WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Gene Chen <gene_chen@richtek.com>,
	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>,
	Lee Jones <lee@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Sean Wang <sean.wang@mediatek.com>,
	Kurt Kanzenbach <kurt@linutronix.de>,
	Andrew Lunn <andrew@lunn.ch>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Vladimir Oltean <olteanv@gmail.com>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>
Subject: Re: [PATCH v4 11/11] net: dsa: hellcreek: Get rid of custom led_init_default_state_get()
Date: Mon, 6 Mar 2023 09:46:57 -0800	[thread overview]
Message-ID: <20230306094657.6f1190d2@kernel.org> (raw)
In-Reply-To: <ZAYMvVR+6eQ9qjAk@smile.fi.intel.com>

On Mon, 6 Mar 2023 17:54:37 +0200 Andy Shevchenko wrote:
> On Tue, Jan 03, 2023 at 03:12:56PM +0200, Andy Shevchenko wrote:
> > LED core provides a helper to parse default state from firmware node.
> > Use it instead of custom implementation.  
> 
> Jakub, if you are okay with thi, it may be applied now
> (Lee hadn't taken it in via LEDS subsystem for v6.3-rc1).

Just patch 11 into net-next? SG, but could you repost?
I'd have to manually pick it out of the series.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-03-06 17:48 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-03 13:12 [PATCH v4 00/11] leds: deduplicate led_init_default_state_get() Andy Shevchenko
2023-01-03 13:12 ` Andy Shevchenko
2023-01-03 13:12 ` [PATCH v4 01/11] leds: add missing includes and forward declarations in leds.h Andy Shevchenko
2023-01-03 13:12   ` Andy Shevchenko
2023-01-19 16:16   ` Lee Jones
2023-01-19 16:16     ` Lee Jones
2023-01-03 13:12 ` [PATCH v4 02/11] leds: Move led_init_default_state_get() to the global header Andy Shevchenko
2023-01-03 13:12   ` Andy Shevchenko
2023-01-19 16:17   ` Lee Jones
2023-01-19 16:17     ` Lee Jones
2023-01-03 13:12 ` [PATCH v4 03/11] leds: an30259a: Get rid of custom led_init_default_state_get() Andy Shevchenko
2023-01-03 13:12   ` Andy Shevchenko
2023-01-19 16:17   ` Lee Jones
2023-01-19 16:17     ` Lee Jones
2023-01-03 13:12 ` [PATCH v4 04/11] leds: bcm6328: " Andy Shevchenko
2023-01-03 13:12   ` Andy Shevchenko
2023-01-19 16:19   ` Lee Jones
2023-01-19 16:19     ` Lee Jones
2023-01-03 13:12 ` [PATCH v4 05/11] leds: bcm6358: " Andy Shevchenko
2023-01-03 13:12   ` Andy Shevchenko
2023-01-19 16:20   ` Lee Jones
2023-01-19 16:20     ` Lee Jones
2023-01-03 13:12 ` [PATCH v4 06/11] leds: mt6323: " Andy Shevchenko
2023-01-03 13:12   ` Andy Shevchenko
2023-01-19 16:21   ` Lee Jones
2023-01-19 16:21     ` Lee Jones
2023-01-03 13:12 ` [PATCH v4 07/11] leds: mt6360: " Andy Shevchenko
2023-01-03 13:12   ` Andy Shevchenko
2023-01-19 16:22   ` Lee Jones
2023-01-19 16:22     ` Lee Jones
2023-01-03 13:12 ` [PATCH v4 08/11] leds: pca955x: " Andy Shevchenko
2023-01-03 13:12   ` Andy Shevchenko
2023-01-19 16:23   ` Lee Jones
2023-01-19 16:23     ` Lee Jones
2023-01-03 13:12 ` [PATCH v4 09/11] leds: pm8058: " Andy Shevchenko
2023-01-03 13:12   ` Andy Shevchenko
2023-01-19 16:23   ` Lee Jones
2023-01-19 16:23     ` Lee Jones
2023-01-03 13:12 ` [PATCH v4 10/11] leds: syscon: " Andy Shevchenko
2023-01-03 13:12   ` Andy Shevchenko
2023-01-19 16:24   ` Lee Jones
2023-01-19 16:24     ` Lee Jones
2023-01-03 13:12 ` [PATCH v4 11/11] net: dsa: hellcreek: " Andy Shevchenko
2023-01-03 13:12   ` Andy Shevchenko
2023-03-06 15:54   ` Andy Shevchenko
2023-03-06 15:54     ` Andy Shevchenko
2023-03-06 17:46     ` Jakub Kicinski [this message]
2023-03-06 17:46       ` Jakub Kicinski
2023-03-06 17:47     ` Kurt Kanzenbach
2023-03-06 17:47       ` Kurt Kanzenbach

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=20230306094657.6f1190d2@kernel.org \
    --to=kuba@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=gene_chen@richtek.com \
    --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 \
    /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.