mbox series

[GIT,PULL] Immutable branch between LEDs and Locking due for the v6.10 merge window

Message ID 20240412084616.GR2399047@google.com
State New
Headers show
Series [GIT,PULL] Immutable branch between LEDs and Locking due for the v6.10 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git ib-leds-locking-v6.10

Message

Lee Jones April 12, 2024, 8:46 a.m. UTC
Enjoy!

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git ib-leds-locking-v6.10

for you to fetch changes up to c382e2e3eccb6b7ca8c7aff5092c1668428e7de6:

  leds: an30259a: Use devm_mutex_init() for mutex initialization (2024-04-11 17:35:24 +0100)

----------------------------------------------------------------
Immutable branch between LEDs and Locking due for the v6.10 merge window

----------------------------------------------------------------
George Stark (8):
      locking/mutex: Introduce devm_mutex_init()
      leds: aw2013: Use devm API to cleanup module's resources
      leds: aw200xx: Use devm API to cleanup module's resources
      leds: lp3952: Use devm API to cleanup module's resources
      leds: lm3532: Use devm API to cleanup module's resources
      leds: nic78bx: Use devm API to cleanup module's resources
      leds: mlxreg: Use devm_mutex_init() for mutex initialization
      leds: an30259a: Use devm_mutex_init() for mutex initialization

 drivers/leds/leds-an30259a.c | 14 ++++----------
 drivers/leds/leds-aw200xx.c  | 32 +++++++++++++++++++++-----------
 drivers/leds/leds-aw2013.c   | 25 +++++++++++++------------
 drivers/leds/leds-lm3532.c   | 29 +++++++++++++++++------------
 drivers/leds/leds-lp3952.c   | 21 +++++++++++----------
 drivers/leds/leds-mlxreg.c   | 14 +++++---------
 drivers/leds/leds-nic78bx.c  | 23 +++++++++++++----------
 include/linux/mutex.h        | 27 +++++++++++++++++++++++++++
 kernel/locking/mutex-debug.c | 12 ++++++++++++
 9 files changed, 123 insertions(+), 74 deletions(-)