linux-embedded.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: sugumar <sugumar@ti.com>
To: linux-embedded@vger.kernel.org
Cc: davinci-linux-open-source@linux.davincidsp.com, sugumar <sugumar@ti.com>
Subject: [PATCH 0/4] Add eCAP driver support for PWM based backlight control.
Date: Fri,  8 Oct 2010 18:46:42 +0530	[thread overview]
Message-ID: <1286543802-32023-1-git-send-email-sugumar@ti.com> (raw)

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

                 reply	other threads:[~2010-10-08 13:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1286543802-32023-1-git-send-email-sugumar@ti.com \
    --to=sugumar@ti.com \
    --cc=davinci-linux-open-source@linux.davincidsp.com \
    --cc=linux-embedded@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).