linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add sgm3140 flash led driver
@ 2020-04-21 19:13 Luca Weiss
  2020-04-21 19:13 ` [PATCH v3 1/2] dt-bindings: leds: Add binding for sgm3140 Luca Weiss
  2020-04-21 19:13 ` [PATCH v3 2/2] leds: add sgm3140 driver Luca Weiss
  0 siblings, 2 replies; 6+ messages in thread
From: Luca Weiss @ 2020-04-21 19:13 UTC (permalink / raw)
  To: linux-leds
  Cc: Dan Murphy, Heiko Stuebner, Icenowy Zheng, Jacek Anaszewski,
	Laurent Pinchart, Mark Rutland, Maxime Ripard, Pavel Machek,
	Rob Herring, Shawn Guo, devicetree, linux-kernel,
	~postmarketos/upstreaming, Luca Weiss

This series introduces a driver for the SGMICRO SGM3140 charge pump
used in the PinePhone smartphone.

Luca Weiss (2):
  dt-bindings: leds: Add binding for sgm3140
  leds: add sgm3140 driver

 .../bindings/leds/leds-sgm3140.yaml           |  62 ++++
 drivers/leds/Kconfig                          |   8 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-sgm3140.c                   | 320 ++++++++++++++++++
 4 files changed, 391 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-sgm3140.yaml
 create mode 100644 drivers/leds/leds-sgm3140.c

-- 
2.26.1


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

end of thread, other threads:[~2020-04-27 21:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 19:13 [PATCH v3 0/2] Add sgm3140 flash led driver Luca Weiss
2020-04-21 19:13 ` [PATCH v3 1/2] dt-bindings: leds: Add binding for sgm3140 Luca Weiss
2020-04-21 19:13 ` [PATCH v3 2/2] leds: add sgm3140 driver Luca Weiss
2020-04-27  9:51   ` Pavel Machek
2020-04-27 19:49     ` Luca Weiss
2020-04-27 21:10       ` Jacek Anaszewski

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