linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Stable branch for LEDs
@ 2023-05-19 15:38 Andrew Lunn
  2023-05-25 11:15 ` [GIT PULL] Immutable branch between LEDs and netdev due for the v6.5 merge window Lee Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Lunn @ 2023-05-19 15:38 UTC (permalink / raw)
  To: Lee Jones
  Cc: Christian Marangi, Pavel Machek, linux-leds, David Miller,
	Jakub Kicinski, Eric Dumazet, Paolo Abeni, netdev

Hi Lee

Christian Marangi and I will be continuing the work of offloading LED
blinking to Ethernet MAC and PHY LED controllers. The next set of
patches is again cross subsystem, LEDs and netdev. It also requires
some patches you have in for-leds-next:

a286befc24e8 leds: trigger: netdev: Use mutex instead of spinlocks
509412749002 leds: trigger: netdev: Convert device attr to macro
0fd93ac85826 leds: trigger: netdev: Rename add namespace to netdev trigger enum modes
eb31ca4531a0 leds: trigger: netdev: Drop NETDEV_LED_MODE_LINKUP from mode
3fc498cf54b4 leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename

I'm assuming the new series will get nerged via netdev, with your
Acked-by. Could you create a stable branch with these patches which
can be pulled into netdev?

Thanks
	Andrew

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

* [GIT PULL] Immutable branch between LEDs and netdev due for the v6.5 merge window
  2023-05-19 15:38 Stable branch for LEDs Andrew Lunn
@ 2023-05-25 11:15 ` Lee Jones
  2023-05-26  3:50   ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 3+ messages in thread
From: Lee Jones @ 2023-05-25 11:15 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: Christian Marangi, Pavel Machek, linux-leds, David Miller,
	Jakub Kicinski, Eric Dumazet, Paolo Abeni, netdev

> Christian Marangi and I will be continuing the work of offloading LED
> blinking to Ethernet MAC and PHY LED controllers. The next set of
> patches is again cross subsystem, LEDs and netdev. It also requires
> some patches you have in for-leds-next:
> 
> a286befc24e8 leds: trigger: netdev: Use mutex instead of spinlocks
> 509412749002 leds: trigger: netdev: Convert device attr to macro
> 0fd93ac85826 leds: trigger: netdev: Rename add namespace to netdev trigger enum modes
> eb31ca4531a0 leds: trigger: netdev: Drop NETDEV_LED_MODE_LINKUP from mode
> 3fc498cf54b4 leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename
> 
> I'm assuming the new series will get nerged via netdev, with your
> Acked-by. Could you create a stable branch with these patches which
> can be pulled into netdev?

-------------

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git ib-leds-netdev-v6.5

for you to fetch changes up to d1b9e1391ab2dc80e9db87fe8b2de015c651e4c9:

  leds: trigger: netdev: Use mutex instead of spinlocks (2023-05-25 12:07:38 +0100)

----------------------------------------------------------------
Immutable branch between LEDs and netdev due for the v6.5 merge window

----------------------------------------------------------------
Christian Marangi (5):
      leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename
      leds: trigger: netdev: Drop NETDEV_LED_MODE_LINKUP from mode
      leds: trigger: netdev: Rename add namespace to netdev trigger enum modes
      leds: trigger: netdev: Convert device attr to macro
      leds: trigger: netdev: Use mutex instead of spinlocks

 drivers/leds/trigger/ledtrig-netdev.c | 151 +++++++++++++---------------------
 1 file changed, 59 insertions(+), 92 deletions(-)

-- 
Lee Jones [李琼斯]

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

* Re: [GIT PULL] Immutable branch between LEDs and netdev due for the v6.5 merge window
  2023-05-25 11:15 ` [GIT PULL] Immutable branch between LEDs and netdev due for the v6.5 merge window Lee Jones
@ 2023-05-26  3:50   ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-05-26  3:50 UTC (permalink / raw)
  To: Lee Jones
  Cc: andrew, ansuelsmth, pavel, linux-leds, davem, kuba, edumazet,
	pabeni, netdev

Hello:

This pull request was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 25 May 2023 12:15:21 +0100 you wrote:
> > Christian Marangi and I will be continuing the work of offloading LED
> > blinking to Ethernet MAC and PHY LED controllers. The next set of
> > patches is again cross subsystem, LEDs and netdev. It also requires
> > some patches you have in for-leds-next:
> >
> > a286befc24e8 leds: trigger: netdev: Use mutex instead of spinlocks
> > 509412749002 leds: trigger: netdev: Convert device attr to macro
> > 0fd93ac85826 leds: trigger: netdev: Rename add namespace to netdev trigger enum modes
> > eb31ca4531a0 leds: trigger: netdev: Drop NETDEV_LED_MODE_LINKUP from mode
> > 3fc498cf54b4 leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename
> >
> > I'm assuming the new series will get nerged via netdev, with your
> > Acked-by. Could you create a stable branch with these patches which
> > can be pulled into netdev?
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Immutable branch between LEDs and netdev due for the v6.5 merge window
    https://git.kernel.org/netdev/net-next/c/78dbc2468de4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-05-26  3:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-19 15:38 Stable branch for LEDs Andrew Lunn
2023-05-25 11:15 ` [GIT PULL] Immutable branch between LEDs and netdev due for the v6.5 merge window Lee Jones
2023-05-26  3:50   ` patchwork-bot+netdevbpf

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).