28 Aug, 2015
1 commit
-
These reg_default tables are not modified after initialized, so make them
const.Signed-off-by: Axel Lin
Signed-off-by: Jacek Anaszewski
31 Mar, 2015
1 commit
-
This patch fix a spelling typo in MODULE_DESCRIPTION in
leds-lp8860.cSigned-off-by: Masanari Iida
Signed-off-by: Bryan Wu
03 Mar, 2015
1 commit
-
The probe function open coded a bad variant of devm_gpiod_get_optional
using devm_gpiod_get and just ignoring all errors.
In contrast to that devm_gpiod_get_optional returns NULL if there was no
corresponding gpio specified in the device tree (or ACPI table) and
fails if there is an error (or GPIOLIB is not enabled).Moreover since 39b2bbe3d715 (gpio: add flags argument to gpiod_get*()
functions) which appeared in v3.17-rc1, the gpiod_get* functions take an
additional parameter that allows to specify direction and initial value
for output which allows some simplification.Signed-off-by: Uwe Kleine-König
Signed-off-by: Bryan Wu
20 Nov, 2014
1 commit
-
Introduce the Texas Instruments lp8860
4 channel LED driver.This driver configures the device in display cluster mode
as this seems to be the most used configuration at the
time of the driver configuration.For more product information please see the link below:
http://www.ti.com/product/lp8860-q1Signed-off-by: Dan Murphy
Signed-off-by: Bryan Wu