led: add system gpio led driver support
authorBo Yang <bo.yang@amlogic.com>
Fri, 31 Mar 2017 13:08:16 +0000 (21:08 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Sat, 1 Apr 2017 06:14:57 +0000 (23:14 -0700)
commit7646d275b54ce273d84be0c7e313858fc30f3eb8
tree9ce0d1ec5e781a31c9d41c757c29df7707a5cffb
parentafd1a7781029bc4138435a2ef3d165ee928a42a7
led: add system gpio led driver support

PD#138714: led: add system gpio led driver support

add new configuration:

+CONFIG_AMLOGIC_LED=y
+CONFIG_AMLOGIC_LED_SYS=y

Change-Id: I34c3740eaf9efb02667d9e3d7e95ef8570e2c63c
Signed-off-by: Bo Yang <bo.yang@amlogic.com>
MAINTAINERS
arch/arm64/configs/meson64_defconfig
drivers/amlogic/Kconfig
drivers/amlogic/Makefile
drivers/amlogic/led/Kconfig [new file with mode: 0644]
drivers/amlogic/led/Makefile [new file with mode: 0644]
drivers/amlogic/led/led_sys.c [new file with mode: 0644]
drivers/amlogic/led/led_sys.h [new file with mode: 0644]