Home
last modified time | relevance | path

Searched hist:a96bfa135ddc8045166fc6311ce4d21bfcb8d13d (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/leds/
H A Dleds-lp55xx-common.cdiff a96bfa135ddc8045166fc6311ce4d21bfcb8d13d Tue Feb 05 04:09:32 CST 2013 Milo(Woogyom) Kim <milo.kim@ti.com> leds-lp55xx: provide common LED current setting

LED current is configurable via the sysfs.
Max current is a read-only attribute.
These attributes code can be shared in lp55xx common driver.

Device attributes: 'led_current' and 'max_current'
move to lp55xx common driver

Replaced functions:
show_max_current() => lp55xx_show_max_current()
show_current() => lp55xx_show_current()
store_current() => lp55xx_store_current()

LED setting function: set_led_current()
Current registers are device specific, so configurable function is added
in each driver.

Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
H A Dleds-lp5521.cdiff a96bfa135ddc8045166fc6311ce4d21bfcb8d13d Tue Feb 05 04:09:32 CST 2013 Milo(Woogyom) Kim <milo.kim@ti.com> leds-lp55xx: provide common LED current setting

LED current is configurable via the sysfs.
Max current is a read-only attribute.
These attributes code can be shared in lp55xx common driver.

Device attributes: 'led_current' and 'max_current'
move to lp55xx common driver

Replaced functions:
show_max_current() => lp55xx_show_max_current()
show_current() => lp55xx_show_current()
store_current() => lp55xx_store_current()

LED setting function: set_led_current()
Current registers are device specific, so configurable function is added
in each driver.

Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
H A Dleds-lp5523.cdiff a96bfa135ddc8045166fc6311ce4d21bfcb8d13d Tue Feb 05 04:09:32 CST 2013 Milo(Woogyom) Kim <milo.kim@ti.com> leds-lp55xx: provide common LED current setting

LED current is configurable via the sysfs.
Max current is a read-only attribute.
These attributes code can be shared in lp55xx common driver.

Device attributes: 'led_current' and 'max_current'
move to lp55xx common driver

Replaced functions:
show_max_current() => lp55xx_show_max_current()
show_current() => lp55xx_show_current()
store_current() => lp55xx_store_current()

LED setting function: set_led_current()
Current registers are device specific, so configurable function is added
in each driver.

Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>