leds: lgm: Add LED controller driver for LGM SoC
authorAmireddy Mallikarjuna reddy <mallikarjunax.reddy@linux.intel.com>
Thu, 10 Dec 2020 09:12:12 +0000 (17:12 +0800)
committerPavel Machek <pavel@ucw.cz>
Fri, 19 Feb 2021 10:40:18 +0000 (11:40 +0100)
commitc3987cd2bca34ddfec69027acedb2fae5ffcf7a0
tree02648eb7ff08443cf2d47e2229269021c9cac51b
parentb113a7f1981062442b5a5318b6cf6b7ad4097b45
leds: lgm: Add LED controller driver for LGM SoC

Parallel to serial conversion, which is also called SSO controller,
can drive external shift register for LED outputs, reset or
general purpose outputs.

This driver enables LED support for Serial Shift Output Controller (SSO).

Signed-off-by: Amireddy Mallikarjuna reddy <mallikarjunax.reddy@linux.intel.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/blink/Kconfig [new file with mode: 0644]
drivers/leds/blink/Makefile [new file with mode: 0644]
drivers/leds/blink/leds-lgm-sso.c [new file with mode: 0644]