All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Backlight driver to control backlight behind Congatec Board Controller.
@ 2025-11-27 15:21 ` Petri Karhula via B4 Relay
  0 siblings, 0 replies; 9+ messages in thread
From: Petri Karhula @ 2025-11-27 15:21 UTC (permalink / raw)
  To: Thomas Richard, Lee Jones, Daniel Thompson, Jingoo Han,
	Helge Deller
  Cc: linux-kernel, dri-devel, linux-fbdev, Petri Karhula

This driver provides backlight brightness control through the Linux
backlight subsystem. It communicates with the board controller to
adjust LCD backlight using PWM signals. Communication is done
through Congatec Board Controller core driver.
    

Signed-off-by: Petri Karhula <petri.karhula@novatron.fi>
---
Changes in v4:
- Factor out brightness read into a helper
- Set backlight_properties.scale to BACKLIGHT_SCALE_LINEAR
- Link to v3: https://lore.kernel.org/r/20251125-cgbc-backlight-v3-0-18ae42689411@novatron.fi

Changes in v3:
- Fixed review comments and simplified the structure of the driver
- Link to v2: https://lore.kernel.org/r/20251119-cgbc-backlight-v2-0-4d4edd7ca662@novatron.fi

Changes in v2:
- Separated Board Controller core driver change into its own patch
- Link to v1: https://lore.kernel.org/r/20251118-cgbc-backlight-v1-1-cc6ac5301034@novatron.fi

---
Petri Karhula (2):
      backlight: Add Congatec Board Controller (CGBC) backlight support
      mfd: cgbc: Add support for backlight

 drivers/mfd/cgbc-core.c           |   1 +
 drivers/video/backlight/Kconfig   |  11 +++
 drivers/video/backlight/Makefile  |   1 +
 drivers/video/backlight/cgbc_bl.c | 179 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 192 insertions(+)
---
base-commit: ac3fd01e4c1efce8f2c054cdeb2ddd2fc0fb150d
change-id: 20251118-cgbc-backlight-35c1109db0b8

Best regards,
-- 
Petri Karhula <petri.karhula@novatron.fi>


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-27 15:21 [PATCH v4 0/2] Backlight driver to control backlight behind Congatec Board Controller Petri Karhula
2025-11-27 15:21 ` Petri Karhula via B4 Relay
2025-11-27 15:21 ` [PATCH v4 1/2] backlight: Add Congatec Board Controller (CGBC) backlight support Petri Karhula
2025-11-27 15:21   ` Petri Karhula via B4 Relay
2025-11-27 15:55   ` Daniel Thompson
2025-11-29 10:27   ` Thomas Richard
2025-12-01 13:13   ` Thomas Richard
2025-11-27 15:22 ` [PATCH v4 2/2] mfd: cgbc: Add support for backlight Petri Karhula
2025-11-27 15:22   ` Petri Karhula via B4 Relay

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.