All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] leds: TI LP8864/LP8866 support
@ 2024-12-09  8:45 A. Sverdlin
  2024-12-09  8:45 ` [PATCH v3 1/2] dt-bindings: backlight: add TI LP8864/LP8866 LED-backlight drivers A. Sverdlin
  2024-12-09  8:45 ` [PATCH v3 2/2] leds: lp8864: New driver A. Sverdlin
  0 siblings, 2 replies; 7+ messages in thread
From: A. Sverdlin @ 2024-12-09  8:45 UTC (permalink / raw)
  To: linux-leds, devicetree
  Cc: Alexander Sverdlin, dri-devel, Lee Jones, Daniel Thompson,
	Jingoo Han, Pavel Machek, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Andrew Davis

From: Alexander Sverdlin <alexander.sverdlin@siemens.com>

The series adds support for a family of Texas Instruments' automotive
high-efficiency LED drivers with boost controller. The four or six
high-precision current sinks support phase shifting that is automatically
adjusted based on the number of channels in use. LED brightness can be
controlled globally through the I2C interface or PWM input.

Add new DT bindings for ti,lp8864 to support all four software-compatible
devices:
- LP8864
- LP8864S
- LP8866
- LP8866S

Add leds class driver for these devices.

Alexander Sverdlin (2):
  dt-bindings: backlight: add TI LP8864/LP8866 LED-backlight drivers
  leds: lp8864: New driver

 .../bindings/leds/backlight/ti,lp8864.yaml    |  80 +++++
 MAINTAINERS                                   |   7 +
 drivers/leds/Kconfig                          |  12 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-lp8864.c                    | 308 ++++++++++++++++++
 5 files changed, 408 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/ti,lp8864.yaml
 create mode 100644 drivers/leds/leds-lp8864.c

-- 
2.47.1


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

end of thread, other threads:[~2024-12-17 13:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-09  8:45 [PATCH v3 0/2] leds: TI LP8864/LP8866 support A. Sverdlin
2024-12-09  8:45 ` [PATCH v3 1/2] dt-bindings: backlight: add TI LP8864/LP8866 LED-backlight drivers A. Sverdlin
2024-12-17 13:12   ` Rob Herring (Arm)
2024-12-09  8:45 ` [PATCH v3 2/2] leds: lp8864: New driver A. Sverdlin
2024-12-09 14:07   ` Andrew Davis
2024-12-12 18:59   ` Lee Jones
2024-12-12 20:01     ` Sverdlin, Alexander

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.