Linux LED subsystem development
 help / color / mirror / Atom feed
* [PATCH v8 0/4] leds: pca955x: Add HW blink support
@ 2025-02-12 14:30 Eddie James
  2025-02-12 14:30 ` [PATCH v8 1/4] leds: pca955x: Refactor with helper functions and renaming Eddie James
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eddie James @ 2025-02-12 14:30 UTC (permalink / raw)
  To: linux-leds; +Cc: eajames, andy.shevchenko, lee, pavel

This series adds support for blinking using the PCA955x chip, falling
back to software blinking if another LED on the chip is already blinking
at a different rate, or if the requested rate isn't representable with
the PCA955x.
Also included are some minor clean up and optimization changes that make
the HW blinking a bit easier.

Changes since v8:
 - Fix comments and style

Changes since v6:
 - Fix erroneous return value check of smbus block read

Changes since v5:
 - Use auto-incrementing control register to read all the led selectors
   at once during initialization

Changes since v4:
 - Set duty cycle to fifty percent for blinked LEDs in order to maintain
   the specified blink rate.

Changes since v3:
 - Initialize return value in the blink function
   Thanks Dan Carpenter and kernel test robot

Changes since v2:
 - Split the cleanup patch
 - Prettier dev_err calls
 - Include units for blink period and use defined unit translations
   rather than just a number.
 - Use positive conditionals.

Changes since v1:
 - Rework the blink function to fallback to software blinking if the
   period is out of range of the chip's capabilities or if another LED
   on the chip is already blinking at a different rate.
 - Add the cleanup patch

Eddie James (4):
  leds: pca955x: Refactor with helper functions and renaming
  leds: pca955x: Use pointers to driver data rather than I2C client
  leds: pca955x: Optimize probe led selection
  leds: pca955x: Add HW blink support

 drivers/leds/leds-pca955x.c | 353 ++++++++++++++++++++++++------------
 1 file changed, 241 insertions(+), 112 deletions(-)

-- 
2.43.5


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

end of thread, other threads:[~2025-02-20 14:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 14:30 [PATCH v8 0/4] leds: pca955x: Add HW blink support Eddie James
2025-02-12 14:30 ` [PATCH v8 1/4] leds: pca955x: Refactor with helper functions and renaming Eddie James
2025-02-12 14:30 ` [PATCH v8 2/4] leds: pca955x: Use pointers to driver data rather than I2C client Eddie James
2025-02-12 14:30 ` [PATCH v8 3/4] leds: pca955x: Optimize probe led selection Eddie James
2025-02-12 14:30 ` [PATCH v8 4/4] leds: pca955x: Add HW blink support Eddie James
2025-02-20 14:32 ` [PATCH v8 0/4] " Lee Jones

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