imx.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] backlight: add new max25014 backlight driver
@ 2025-07-25 11:09 Maud Spierings via B4 Relay
  2025-07-25 11:09 ` [PATCH 1/4] dt-bindings: backlight: Add max25014 bindings Maud Spierings via B4 Relay
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Maud Spierings via B4 Relay @ 2025-07-25 11:09 UTC (permalink / raw)
  To: Lee Jones, Daniel Thompson, Jingoo Han, Pavel Machek, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Helge Deller, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: dri-devel, linux-leds, devicetree, linux-kernel, linux-fbdev, imx,
	linux-arm-kernel, Maud Spierings,
	"Maud Spierings maudspierings"

The Maxim MAX25014 is an automotive grade backlight driver IC. Its
datasheet can be found at [1].

With its integrated boost controller, it can power 4 channels (led
strings) and has a number of different modes using pwm and or i2c.
Currently implemented is only i2c control.

link: https://www.analog.com/media/en/technical-documentation/data-sheets/MAX25014.pdf [1]

Signed-off-by: Maud Spierings <maudspierings@gocontroll.com>
---
Maud Spierings (4):
      dt-bindings: backlight: Add max25014 bindings
      backlight: add max25014atg backlight
      arm64: dts: freescale: moduline-display-av101hdt-a10: add backlight
      arm64: dts: freescale: moduline-display-av123z7m-n17: add backlight

 .../bindings/leds/backlight/maxim,max25014.yaml    |  78 ++++
 MAINTAINERS                                        |   7 +
 ...x8p-ml81-moduline-display-106-av101hdt-a10.dtso |  21 +
 ...x8p-ml81-moduline-display-106-av123z7m-n17.dtso |  19 +-
 drivers/video/backlight/Kconfig                    |   7 +
 drivers/video/backlight/Makefile                   |   1 +
 drivers/video/backlight/max25014.c                 | 449 +++++++++++++++++++++
 include/linux/platform_data/max25014.h             |  24 ++
 8 files changed, 605 insertions(+), 1 deletion(-)
---
base-commit: d7af19298454ed155f5cf67201a70f5cf836c842
change-id: 20250626-max25014-4207591e1af5

Best regards,
-- 
Maud Spierings <maudspierings@gocontroll.com>



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

end of thread, other threads:[~2025-08-19 10:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 11:09 [PATCH 0/4] backlight: add new max25014 backlight driver Maud Spierings via B4 Relay
2025-07-25 11:09 ` [PATCH 1/4] dt-bindings: backlight: Add max25014 bindings Maud Spierings via B4 Relay
2025-07-25 13:27   ` Rob Herring (Arm)
2025-07-25 14:06     ` Maud Spierings
2025-07-25 19:51       ` Rob Herring
2025-07-28  6:33         ` Maud Spierings
2025-07-25 11:09 ` [PATCH 2/4] backlight: add max25014atg backlight Maud Spierings via B4 Relay
2025-07-26 21:50   ` kernel test robot
2025-08-11 14:15   ` Daniel Thompson
2025-08-19 10:33     ` Maud Spierings
2025-07-25 11:09 ` [PATCH 3/4] arm64: dts: freescale: moduline-display-av101hdt-a10: add backlight Maud Spierings via B4 Relay
2025-07-25 11:09 ` [PATCH 4/4] arm64: dts: freescale: moduline-display-av123z7m-n17: " Maud Spierings via B4 Relay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).