04 Jan, 2016
1 commit
-
Now the core implements the work queue, remove it from the driver,
and switch to using brightness_set_blocking op.Signed-off-by: Andrew Lunn
Signed-off-by: Jacek Anaszewski
28 Aug, 2015
1 commit
-
This checking is done by regmap_get_i2c_bus() which is called in
devm_regmap_init_i2c().Signed-off-by: Axel Lin
Reviewed-by: Andrew Lunn
Signed-off-by: Jacek Anaszewski
05 May, 2015
1 commit
-
The TLC59116 is an I2C bus controlled 16-channel LED driver. The
TLC59108 is an I2C bus controlled 8-channel LED driver, which is very
similar to the TLC59116. Each LED output has its own 8-bit
fixed-frequency PWM controller to control the brightness of the LED.
The LEDs can also be fixed off and on, making them suitable for use as
GPOs.This is based on a driver from Belkin, but has been extensively
rewritten and extended to support both 08 and 16 versions.Signed-off-by: Andrew Lunn
Tested-by: Imre Kaloz
Cc: Matthew.Fatheree@belkin.com
Acked-by: Jacek Anaszewski
Signed-off-by: Bryan Wu