-
- Downloads
leds: LED driver for National Semiconductor LP3944 Funlight Chip
LEDs driver for National Semiconductor LP3944 Funlight Chip http://www.national.com/pf/LP/LP3944.html This helper chip can drive up to 8 leds, with two programmable DIM modes; it could even be used as a gpio expander but this driver assumes it is used as a led controller. The DIM modes are used to set _blink_ patterns for leds, the pattern is specified supplying two parameters: - period: from 0s to 1.6s - duty cycle: percentage of the period the led is on, from 0 to 100 LP3944 can be found on Motorola A910 smartphone, where it drives the rgb leds, the camera flash light and the displays backlights. Signed-off-by:Antonio Ospite <ospite@studenti.unina.it> Signed-off-by:
Richard Purdie <rpurdie@linux.intel.com>
Showing
- Documentation/leds-lp3944.txt 50 additions, 0 deletionsDocumentation/leds-lp3944.txt
- drivers/leds/Kconfig 11 additions, 0 deletionsdrivers/leds/Kconfig
- drivers/leds/Makefile 1 addition, 0 deletionsdrivers/leds/Makefile
- drivers/leds/leds-lp3944.c 466 additions, 0 deletionsdrivers/leds/leds-lp3944.c
- include/linux/leds-lp3944.h 53 additions, 0 deletionsinclude/linux/leds-lp3944.h
Documentation/leds-lp3944.txt
0 → 100644
drivers/leds/leds-lp3944.c
0 → 100644
include/linux/leds-lp3944.h
0 → 100644
Please register or sign in to comment