[PATCH v2 0/2] leds: lp55xx: configure internal charge pump

Maarten Zanders posted 2 patches 2 years, 8 months ago
There is a newer version of this series
.../devicetree/bindings/leds/leds-lp55xx.yaml |  8 +++++++
drivers/leds/leds-lp5521.c                    | 12 +++++-----
drivers/leds/leds-lp5523.c                    | 18 ++++++++++-----
drivers/leds/leds-lp55xx-common.c             | 22 +++++++++++++++++++
drivers/leds/leds-lp8501.c                    |  8 +++++--
include/linux/platform_data/leds-lp55xx.h     |  9 ++++++++
6 files changed, 64 insertions(+), 13 deletions(-)
[PATCH v2 0/2] leds: lp55xx: configure internal charge pump
Posted by Maarten Zanders 2 years, 8 months ago
A new option in the devicetree "ti,charge-pump-mode" allows the user to
configure the charge pump in a certain mode. Previously it was defaulting
to automatic mode.

v1 of the patch implemented a bool to disable the charge pump and had some
issues in the yaml binding. To avoid future modifications, implement all
possible configurations of the charge pump.

Maarten Zanders (2):
  dt-bindings: leds-lp55xx: add ti,charge-pump-mode
  leds: lp55xx: configure internal charge pump

 .../devicetree/bindings/leds/leds-lp55xx.yaml |  8 +++++++
 drivers/leds/leds-lp5521.c                    | 12 +++++-----
 drivers/leds/leds-lp5523.c                    | 18 ++++++++++-----
 drivers/leds/leds-lp55xx-common.c             | 22 +++++++++++++++++++
 drivers/leds/leds-lp8501.c                    |  8 +++++--
 include/linux/platform_data/leds-lp55xx.h     |  9 ++++++++
 6 files changed, 64 insertions(+), 13 deletions(-)

-- 
2.37.3
Re: [PATCH v2 0/2] leds: lp55xx: configure internal charge pump
Posted by Krzysztof Kozlowski 2 years, 8 months ago
On 10/01/2023 10:23, Maarten Zanders wrote:
> A new option in the devicetree "ti,charge-pump-mode" allows the user to
> configure the charge pump in a certain mode. Previously it was defaulting
> to automatic mode.

Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC.  It might happen, that command when run on an older
kernel, gives you outdated entries.  Therefore please be sure you base
your patches on recent Linux kernel.

Best regards,
Krzysztof