devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/2] leds: lp55xx: configure internal charge pump
@ 2023-04-21  7:53 Maarten Zanders
  2023-04-21  7:53 ` [PATCH v8 1/2] dt-bindings: leds-lp55xx: add ti,charge-pump-mode Maarten Zanders
  2023-04-21  7:53 ` [PATCH v8 2/2] leds: lp55xx: configure internal charge pump Maarten Zanders
  0 siblings, 2 replies; 5+ messages in thread
From: Maarten Zanders @ 2023-04-21  7:53 UTC (permalink / raw)
  To: Pavel Machek, Lee Jones, Rob Herring, Krzysztof Kozlowski,
	Jacek Anaszewski
  Cc: Maarten Zanders, linux-leds, devicetree, linux-kernel

A new option in the devicetree "ti,charge-pump-mode" allows the user to
configure the charge pump in a certain mode. The previous implementation
was "auto" mode, which remains the default.

v1 of the patch implemented a bool to disable the charge pump and had some
issues in the yaml binding.

v2 implemented all options of the charge pump as a string which was too
complex to parse & check.

v3 replaces the string by constants.

v4 resend with changelog (notes) in each patch

v5 dual license in dt header, change property type to u32

v6 change license type, simplify DT parameter check

v7 formatting changes, adapt to max 100 char line length

v8 devicetree binding documentation: add default & maximum constraints

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

 .../devicetree/bindings/leds/leds-lp55xx.yaml      | 10 ++++++++++
 drivers/leds/leds-lp5521.c                         | 11 +++++------
 drivers/leds/leds-lp5523.c                         | 14 +++++++++-----
 drivers/leds/leds-lp55xx-common.c                  |  9 +++++++++
 drivers/leds/leds-lp8501.c                         |  8 +++++---
 include/dt-bindings/leds/leds-lp55xx.h             | 10 ++++++++++
 include/linux/platform_data/leds-lp55xx.h          |  3 +++
 7 files changed, 51 insertions(+), 14 deletions(-)
 create mode 100644 include/dt-bindings/leds/leds-lp55xx.h

-- 
2.37.3


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

end of thread, other threads:[~2023-04-27 15:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-21  7:53 [PATCH v8 0/2] leds: lp55xx: configure internal charge pump Maarten Zanders
2023-04-21  7:53 ` [PATCH v8 1/2] dt-bindings: leds-lp55xx: add ti,charge-pump-mode Maarten Zanders
2023-04-27 15:21   ` Lee Jones
2023-04-21  7:53 ` [PATCH v8 2/2] leds: lp55xx: configure internal charge pump Maarten Zanders
2023-04-27 15:21   ` Lee Jones

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).