From: Lee Jones <lee@kernel.org>
To: George Stark <gnstark@salutedevices.com>
Cc: andy.shevchenko@gmail.com, pavel@ucw.cz, vadimp@nvidia.com,
christophe.leroy@csgroup.eu, hdegoede@redhat.com,
mazziesaccount@gmail.com, peterz@infradead.org, mingo@redhat.com,
will@kernel.org, longman@redhat.com, boqun.feng@gmail.com,
nikitos.tr@gmail.com, marek.behun@nic.cz, kabel@kernel.org,
linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org,
kernel@salutedevices.com
Subject: [GIT PULL] Immutable branch between LEDs and Locking due for the v6.10 merge window
Date: Fri, 12 Apr 2024 09:46:16 +0100 [thread overview]
Message-ID: <20240412084616.GR2399047@google.com> (raw)
In-Reply-To: <20240411161032.609544-1-gnstark@salutedevices.com>
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(-)
--
Lee Jones [李琼斯]
prev parent reply other threads:[~2024-04-12 8:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-11 16:10 [PATCH v8 0/8] devm_led_classdev_register() usage problem George Stark
2024-04-11 16:10 ` [PATCH v8 1/8] locking/mutex: introduce devm_mutex_init() George Stark
2024-04-11 16:10 ` [PATCH v8 2/8] leds: aw2013: use devm API to cleanup module's resources George Stark
2024-04-11 16:10 ` [PATCH v8 3/8] leds: aw200xx: " George Stark
2024-04-11 16:10 ` [PATCH v8 4/8] leds: lp3952: " George Stark
2024-04-11 16:10 ` [PATCH v8 5/8] leds: lm3532: " George Stark
2024-04-11 16:10 ` [PATCH v8 6/8] leds: nic78bx: " George Stark
2024-04-11 16:10 ` [PATCH v8 7/8] leds: mlxreg: use devm_mutex_init() for mutex initialization George Stark
2024-04-11 16:10 ` [PATCH v8 8/8] leds: an30259a: " George Stark
2024-04-12 8:46 ` Lee Jones [this message]
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=20240412084616.GR2399047@google.com \
--to=lee@kernel.org \
--cc=andy.shevchenko@gmail.com \
--cc=boqun.feng@gmail.com \
--cc=christophe.leroy@csgroup.eu \
--cc=gnstark@salutedevices.com \
--cc=hdegoede@redhat.com \
--cc=kabel@kernel.org \
--cc=kernel@salutedevices.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=longman@redhat.com \
--cc=marek.behun@nic.cz \
--cc=mazziesaccount@gmail.com \
--cc=mingo@redhat.com \
--cc=nikitos.tr@gmail.com \
--cc=pavel@ucw.cz \
--cc=peterz@infradead.org \
--cc=vadimp@nvidia.com \
--cc=will@kernel.org \
/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.