Linux on Apple ARM platform development
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Apple DWI backlight driver
@ 2024-12-09  7:58 Nick Chan
  2024-12-09  7:58 ` [PATCH v3 1/3] dt-bindings: leds: backlight: apple,dwi-bl: Add bindings for Apple DWI backlight Nick Chan
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Nick Chan @ 2024-12-09  7:58 UTC (permalink / raw)
  To: Lee Jones, Daniel Thompson, Jingoo Han, Pavel Machek, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Helge Deller, Hector Martin,
	Sven Peter, Alyssa Rosenzweig, Nick Chan, dri-devel, linux-leds,
	devicetree, linux-kernel, linux-fbdev, asahi, linux-arm-kernel

Apple SoCs come with a 2-wire interface named DWI. On some iPhones, iPads
and iPod touches the backlight controller is connected via this interface.
This series adds a backlight driver for backlight controllers connected
this way.

Changes since v2:
- Add missing includes in driver
- Fix file path in MAINTAINERS

v2: https://lore.kernel.org/asahi/20241207130433.30351-1-towinchenmi@gmail.com/T

Changes since v1:
- Fixed dt-bindings $id.
- Make power-domains an optional property in dt-bindings.
- Added missing error checking after devm_ioremap_resource() in
dwi_bl_probe().

v1: https://lore.kernel.org/asahi/20241206172735.4310-1-towinchenmi@gmail.com/T

Nick Chan
---
Nick Chan (3):
  dt-bindings: leds: backlight: apple,dwi-bl: Add bindings for Apple DWI
    backlight
  backlight: dwi_bl: Add Apple DWI backlight driver
  MAINTAINERS: Add entries for Apple DWI backlight controller

 .../bindings/leds/backlight/apple,dwi-bl.yaml |  54 ++++++++
 MAINTAINERS                                   |   2 +
 drivers/video/backlight/Kconfig               |  12 ++
 drivers/video/backlight/Makefile              |   1 +
 drivers/video/backlight/dwi_bl.c              | 126 ++++++++++++++++++
 5 files changed, 195 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/apple,dwi-bl.yaml
 create mode 100644 drivers/video/backlight/dwi_bl.c


base-commit: fac04efc5c793dccbd07e2d59af9f90b7fc0dca4
-- 
2.47.1


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

end of thread, other threads:[~2024-12-10  8:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-09  7:58 [PATCH v3 0/3] Apple DWI backlight driver Nick Chan
2024-12-09  7:58 ` [PATCH v3 1/3] dt-bindings: leds: backlight: apple,dwi-bl: Add bindings for Apple DWI backlight Nick Chan
2024-12-10  8:31   ` Krzysztof Kozlowski
2024-12-09  7:58 ` [PATCH v3 2/3] backlight: dwi_bl: Add Apple DWI backlight driver Nick Chan
2024-12-10  8:32   ` Krzysztof Kozlowski
2024-12-10  8:47     ` Nick Chan
2024-12-10  8:53       ` Krzysztof Kozlowski
2024-12-09  7:58 ` [PATCH v3 3/3] MAINTAINERS: Add entries for Apple DWI backlight controller Nick Chan

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