Searched hist:a6e4679a09a0a2bcfa63074272fc9fb2a40f11ad (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/leds/ |
H A D | leds-lp55xx-common.c | diff a6e4679a09a0a2bcfa63074272fc9fb2a40f11ad Tue Feb 05 04:08:40 CST 2013 Milo(Woogyom) Kim <milo.kim@ti.com> leds-lp55xx: use lp55xx_set_brightness()
lp5521_set_brightness() and lp5523_set_brightness() are replaced with common function, lp55xx_set_brightness(). This function is invoked when the brightness of each LED channel is updated. LP5521 and LP5523 have different register address for the brightness control, so this work is done by chip specific brightness_work_fn().
lp5521/5523_led_brightness_work(): use lp55xx_led and lp55xx_chip data structure. use lp55xx write function.
Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
|
H A D | leds-lp5521.c | diff a6e4679a09a0a2bcfa63074272fc9fb2a40f11ad Tue Feb 05 04:08:40 CST 2013 Milo(Woogyom) Kim <milo.kim@ti.com> leds-lp55xx: use lp55xx_set_brightness()
lp5521_set_brightness() and lp5523_set_brightness() are replaced with common function, lp55xx_set_brightness(). This function is invoked when the brightness of each LED channel is updated. LP5521 and LP5523 have different register address for the brightness control, so this work is done by chip specific brightness_work_fn().
lp5521/5523_led_brightness_work(): use lp55xx_led and lp55xx_chip data structure. use lp55xx write function.
Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
|
H A D | leds-lp5523.c | diff a6e4679a09a0a2bcfa63074272fc9fb2a40f11ad Tue Feb 05 04:08:40 CST 2013 Milo(Woogyom) Kim <milo.kim@ti.com> leds-lp55xx: use lp55xx_set_brightness()
lp5521_set_brightness() and lp5523_set_brightness() are replaced with common function, lp55xx_set_brightness(). This function is invoked when the brightness of each LED channel is updated. LP5521 and LP5523 have different register address for the brightness control, so this work is done by chip specific brightness_work_fn().
lp5521/5523_led_brightness_work(): use lp55xx_led and lp55xx_chip data structure. use lp55xx write function.
Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
|