[PATCH v2 0/2] LED: Add fault state handling to LP5860 LED

Steffen Trumtrar posted 2 patches 3 weeks, 6 days ago
Documentation/ABI/testing/sysfs-class-spi-lp5860 |  49 ++++++++
drivers/leds/rgb/leds-lp5860-core.c              | 143 +++++++++++++++++++++++
include/linux/platform_data/leds-lp5860.h        |  19 ++-
3 files changed, 208 insertions(+), 3 deletions(-)
[PATCH v2 0/2] LED: Add fault state handling to LP5860 LED
Posted by Steffen Trumtrar 3 weeks, 6 days ago
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
Changes in v2:
- make some functions/defines clearer
- minor newline cleanups
- split sysfs patch into own patch
- fix scope of some variables
- Link to v1: https://lore.kernel.org/r/20260129-v6-19-topic-ti-lp5860-fault-v1-1-49c812dc06da@pengutronix.de

---
Steffen Trumtrar (2):
      led: lp5860: expose fault state via sysfs
      leds: lp5860: detect and report fault state

 Documentation/ABI/testing/sysfs-class-spi-lp5860 |  49 ++++++++
 drivers/leds/rgb/leds-lp5860-core.c              | 143 +++++++++++++++++++++++
 include/linux/platform_data/leds-lp5860.h        |  19 ++-
 3 files changed, 208 insertions(+), 3 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260129-v6-19-topic-ti-lp5860-fault-c8bd1f59fc3f
prerequisite-message-id: <20260309-v6-14-topic-ti-lp5860-v7-1-b1ed6c6a47ce@pengutronix.de>
prerequisite-patch-id: 45e295aab0d3ea7d92bf71596f8b0e18e8621ac0

Best regards,
-- 
Steffen Trumtrar <s.trumtrar@pengutronix.de>