linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] leds: add support for apa102c leds
@ 2020-02-18  9:37 Nicolas Belin
  2020-02-18  9:37 ` [PATCH 1/3] dt-bindings: Document shiji vendor-prefix Nicolas Belin
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Nicolas Belin @ 2020-02-18  9:37 UTC (permalink / raw)
  To: linux-kernel, linux-leds, jacek.anaszewski, pavel, dmurphy; +Cc: Nicolas Belin

This patch series adds the driver and its related documentation 
for the APA102C RGB Leds.

Patch 1 adds the APA102C led manufacturer to the vendor-prefixes list.

Patch 2 Documents the APA102C led driver.

Patch 3 contains the actual driver code and modifications in the Kconfig 
and the Makefile.

Nicolas Belin (3):
  dt-bindings: Document shiji vendor-prefix
  dt-bindings: leds: Shiji Lighting APA102C LED driver
  drivers: leds: add support for apa102c leds

 .../devicetree/bindings/leds/leds-apa102c.yaml     |  91 +++++++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 drivers/leds/Kconfig                               |  11 +
 drivers/leds/Makefile                              |   1 +
 drivers/leds/leds-apa102c.c                        | 268 +++++++++++++++++++++
 5 files changed, 373 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-apa102c.yaml
 create mode 100644 drivers/leds/leds-apa102c.c

-- 
2.7.4


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

end of thread, other threads:[~2020-02-26 14:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18  9:37 [PATCH 0/3] leds: add support for apa102c leds Nicolas Belin
2020-02-18  9:37 ` [PATCH 1/3] dt-bindings: Document shiji vendor-prefix Nicolas Belin
2020-02-18 12:40   ` Dan Murphy
2020-02-18  9:37 ` [PATCH 2/3] dt-bindings: leds: Shiji Lighting APA102C LED driver Nicolas Belin
2020-02-18 20:28   ` Jacek Anaszewski
2020-02-20 10:30   ` Geert Uytterhoeven
2020-02-20 19:41     ` Jacek Anaszewski
2020-02-18  9:37 ` [PATCH 3/3] drivers: leds: add support for apa102c leds Nicolas Belin
2020-02-18 21:13   ` Jacek Anaszewski
2020-02-20 10:25     ` Nicolas Belin
2020-02-18 12:43 ` [PATCH 0/3] " Dan Murphy
2020-02-18 21:26   ` Jacek Anaszewski
2020-02-20 10:19   ` Nicolas Belin
2020-02-26 14:19     ` Pavel Machek

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