aboutsummaryrefslogtreecommitdiff
path: root/include/linux/atmel-pwm-bl.h
AgeCommit message (Collapse)AuthorFilesLines
2008-07-24fbdev: LCD backlight driver using Atmel PWM driverHans-Christian Egtvedt1-0/+43
This patch adds a platform driver using the ATMEL PWM driver to control a backlight which requires a PWM signal and optional GPIO signal for discrete on/off signal. It has been tested on Favr-32 board from EarthLCD. The driver is configurable by supplying a struct with the platform data. See the include/linux/atmel-pwm-bl.h for details. The board code for Favr-32 will be submitted to the AVR32 kernel list. Signed-off-by: Hans-Christian Egtvedt <[email protected]> Cc: Krzysztof Helt <[email protected]> Cc: Haavard Skinnemoen <[email protected]> Cc: Richard Purdie <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>