linux-embedded.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add eCAP driver support for PWM based backlight control.
@ 2010-10-08 13:16 sugumar
  0 siblings, 0 replies; only message in thread
From: sugumar @ 2010-10-08 13:16 UTC (permalink / raw)
  To: linux-embedded; +Cc: davinci-linux-open-source, 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: eCAP driver for PWM signal generation
  davinci: da850: Add platform specific support for eCAP driver
  Modify the back light driver to support the new PWM framework
  davinci: da850/omap-l138 evm: Platform support for backlight driver

 arch/arm/mach-davinci/board-da850-evm.c    |   37 +++
 arch/arm/mach-davinci/da850.c              |   69 ++++++
 arch/arm/mach-davinci/include/mach/da8xx.h |    1 +
 arch/arm/mach-davinci/include/mach/mux.h   |    3 +
 drivers/pwm/Kconfig                        |   11 +
 drivers/pwm/Makefile                       |    1 +
 drivers/pwm/ecap.c                         |  330 ++++++++++++++++++++++++++++
 drivers/video/backlight/pwm_bl.c           |   28 ++-
 include/linux/pwm_backlight.h              |    3 +-
 9 files changed, 469 insertions(+), 14 deletions(-)
 create mode 100644 drivers/pwm/ecap.c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-08 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-08 13:16 [PATCH 0/4] Add eCAP driver support for PWM based backlight control sugumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).