public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] leds: Add shutdown gpio for is31fl32xx
@ 2026-04-28  2:33 Jun Yan
  2026-04-28  2:33 ` [PATCH v2 1/5] dt-bindings: leds: is31fl32xx: convert the binding to yaml Jun Yan
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jun Yan @ 2026-04-28  2:33 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-leds
  Cc: lee, robh, krzk+dt, conor+dt, luccafachinetti, pzalewski, daniel,
	Jun Yan

This patch series primarily adds the shutdown-gpios support                                                                                                                                                                                                                  for the IS31FL32xx controller.It also includes a fix and                                                                                                                                                                                                                     dt-bindings updates derived from previous attempts [1].                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Patch 1 and patch 2 are based on a previous attempt [1].                                                                                                                                                                                                                     The driver-related updates in patch 2 have already been merged.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Patch 3 and Patch 4 add support for the shutdown-gpios property,                                                                                                                                                                                                             which corresponds to the SDB pin of the IS31FL32xx series chips.                                                                                                                                                                                                             This pin is used to enter and exit the hardware shutdown mode.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Patch 5 fixes errors introduced by previous changes. It impacts                                                                                                                                                                                                              the brightness control function of the IS31FL3236.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [1] https://lore.kernel.org/linux-leds/20250723-leds-is31fl3236a-v6-0-210328058625@thegoodpenguin.co.uk/

Changes in v2:
- Fix $id mismatch with file name in dt-binding.
- Link to v1: https://lore.kernel.org/linux-leds/20260428003412.322032-1-jerrysteve1101@gmail.com/

Jun Yan (5):
  dt-bindings: leds: is31fl32xx: convert the binding to yaml
  dt-bindings: leds: leds-is31fl32xx: add support for is31fl3236a
  dt-bindings: leds: leds-is31fl32xx: Add shutdown-gpios property
  leds: is31fl32xx: Add shutdown pin to exit hardware shutdown mode
  leds: is31f132xx: Fix missing brightness_steps for is31f13236

 .../bindings/leds/issl,is31fl32xx.yaml        | 200 ++++++++++++++++++
 .../bindings/leds/leds-is31fl32xx.txt         |  53 -----
 drivers/leds/leds-is31fl32xx.c                |   7 +
 3 files changed, 207 insertions(+), 53 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/issl,is31fl32xx.yaml
 delete mode 100644 Documentation/devicetree/bindings/leds/leds-is31fl32xx.txt

-- 
2.53.0


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

end of thread, other threads:[~2026-04-29  7:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28  2:33 [PATCH v2 0/5] leds: Add shutdown gpio for is31fl32xx Jun Yan
2026-04-28  2:33 ` [PATCH v2 1/5] dt-bindings: leds: is31fl32xx: convert the binding to yaml Jun Yan
2026-04-28  2:33 ` [PATCH v2 2/5] dt-bindings: leds: leds-is31fl32xx: add support for is31fl3236a Jun Yan
2026-04-28  2:33 ` [PATCH v2 3/5] dt-bindings: leds: leds-is31fl32xx: Add shutdown-gpios property Jun Yan
2026-04-29  7:27   ` Krzysztof Kozlowski
2026-04-28  2:34 ` [PATCH v2 4/5] leds: is31fl32xx: Add shutdown pin to exit hardware shutdown mode Jun Yan
2026-04-28  2:34 ` [PATCH v2 5/5] leds: is31f132xx: Fix missing brightness_steps for is31f13236 Jun Yan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox