Re: [RFC PATCH 1/3] leds: Add driver for QPNP flash led

2020-11-21 Thread Bjorn Andersson
On Fri 06 Nov 10:58 CST 2020, N?colas F. R. A. Prado wrote: > Add driver for the QPNP flash LED. It works over SPMI and is part of the > PM8941 PMIC. > > Signed-off-by: Nícolas F. R. A. Prado > --- > drivers/leds/Kconfig |9 + > drivers/leds/Makefile|1 + >

Re: [RFC PATCH 1/3] leds: Add driver for QPNP flash led

2020-11-08 Thread Jacek Anaszewski
Hi Nicolas, We have LED flash class framework since 2015. Please refer to the following files: Documentation/leds/leds-class-flash.rst Documentation/ABI/testing/sysfs-class-led-flash Documentation/devicetree/bindings/leds/common.yaml drivers/leds/led-class-flash.c Thare are also few LED flash

[RFC PATCH 1/3] leds: Add driver for QPNP flash led

2020-11-06 Thread Nícolas F . R . A . Prado
Add driver for the QPNP flash LED. It works over SPMI and is part of the PM8941 PMIC. Signed-off-by: Nícolas F. R. A. Prado --- drivers/leds/Kconfig |9 + drivers/leds/Makefile|1 + drivers/leds/leds-qpnp.c | 1351 ++ 3 files changed, 1361