[PATCH 0/4] Add eCAP driver support for PWM based backlight control.

2010-10-08 Thread sugumar
The following set of patches adds support for eCAP driver for PWM generation. It also adds platform support for back light device. The patch as a whole adds support for back light control through eCAP module. The patch has been tested on Bill Gatliff's tree. sugumar (4): davinci: da8xx

[PATCH 3/4] Modify the back light driver to support the new PWM framework

2010-10-08 Thread sugumar
This patch makes necessary changes to the existing backlight driver to work with the new PWM framework Signed-off-by: sugumar sugu...@ti.com --- drivers/pwm/Kconfig |1 + drivers/video/backlight/pwm_bl.c | 28 +++- include/linux/pwm_backlight.h

RE: [PWM 01/10] API to consolidate PWM devices behind a common user and kernel interface

2010-10-07 Thread Sugumar Natarajan
On Thu, Oct 07, 2010 at 00:20:25, Bill Gatliff wrote: On Tue, Oct 5, 2010 at 5:35 AM, sugumar sugumar.embed...@gmail.com wrote:   I have been working on writing generic PWM driver that provides common interface to all the PWM devices. I hadn't come across this thread until kevin pointed

Re: [PWM 01/10] API to consolidate PWM devices behind a common user and kernel interface

2010-10-05 Thread sugumar
Bill Gatliff bgat at billgatliff.com writes: Signed-off-by: Bill Gatliff bgat at billgatliff.com --- Documentation/pwm.txt | 260 +++ drivers/pwm/pwm.c | 635 +++ include/linux/pwm.h | 31 ---