[PATCH v7 0/2] backlight: mp3309c: Add support for MPS MP3309C

From: Flavio Suligoi
Date: Thu Nov 16 2023 - 05:53:39 EST


This patchset (rebased on v6.7.0-rc1 kernel version):

- includes and updates the mps,mp3309c.yaml dt bindings file:
- Documentation/devicetree/bindings/leds/backlight/mps,mp3309c.yaml
Note: the patch related to this file was previously a separate patch
and sent in two versions (v1 and v2).
It has now been included in this patchset, starting with the
version v6.
- adds the related device driver to support the MPS MP3309C backlight chip
- adds missed history of previous versions
- adds missed "Acked-by" and "Reviewed-by" added in previous versions

Note: about the first point, the mps,mp3309c.yaml file updating, there are
no compatibility problems with the previous version, since the
related device driver has not yet been included in any kernel.
Only this dt-binding yaml file is already included in the current
v6.7.0-rc1 kernel version.
No developer may have used it.

Flavio Suligoi (2):
dt-bindings: backlight: mp3309c: remove two required properties
backlight: mp3309c: Add support for MPS MP3309C

.../bindings/leds/backlight/mps,mp3309c.yaml | 10 +-
MAINTAINERS | 7 +
drivers/video/backlight/Kconfig | 11 +
drivers/video/backlight/Makefile | 1 +
drivers/video/backlight/mp3309c.c | 443 ++++++++++++++++++
5 files changed, 466 insertions(+), 6 deletions(-)
create mode 100644 drivers/video/backlight/mp3309c.c

--
2.34.1