[PATCH RESEND 0/5] LED1202 / leds-st1202 fixes and improvements
From: Manuel Fombuena
Date: Sat Feb 01 2025 - 08:00:54 EST
Collection of patches for the recently added leds-st1202 driver. It is the
same patchset sent on 2025-01-17. The cover letter wasn't properly threaded
with the patches that time, so apologies for that.
Obvious from the individual descriptions, but as a summary:
- 0001: fix a NULL pointer access error that occurs when LEDs are
registered but the LED driver is not fully initialized
- 0002: initialize the LED driver before any DT LED initialization is done
- 0003: some spacing and typo edits
- 0004: include the appropriate select in Kconfig to make sure the
required Pattern trigger driver is available.
- 0005: remove .rst extension on Documentation/leds/index.rst
Manuel Fombuena (5):
leds: leds-st1202: fix NULL pointer access on race condition
leds: leds-st1202: initialize hardware before DT node child operations
leds: leds-st1202: spacing and proofreading editing
leds: Kconfig: leds-st1202: add select for required
LEDS_TRIGGER_PATTERN
Documentation: leds: remove .rst extension for leds-st1202 on index
Documentation/leds/index.rst | 2 +-
drivers/leds/Kconfig | 1 +
drivers/leds/leds-st1202.c | 73 ++++++++++++++++++------------------
3 files changed, 38 insertions(+), 38 deletions(-)
--
2.48.1