linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre Courbot <gnurou@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH v2 0/3] backlight support for sh_mobile_lcdcfb
Date: Wed, 16 Feb 2011 03:49:00 +0000	[thread overview]
Message-ID: <1297828143-11798-1-git-send-email-gnurou@gmail.com> (raw)

Refined patch that uses board-specific callbacks instead of
fixed GPIO controls. Support for ecovec24 is included, and the
backlight control code of ap325rxa have also been moved to the
new callbacks.

Alexandre Courbot (3):
  fbdev: sh_mobile_lcdcfb: add backlight support
  sh: mach-ecovec24: support for main lcd backlight
  sh: mach-ap325rxa: move backlight control code

 arch/sh/boards/mach-ap325rxa/setup.c |   32 ++++++++++---
 arch/sh/boards/mach-ecovec24/setup.c |   18 ++++++++
 drivers/video/Kconfig                |    1 +
 drivers/video/sh_mobile_lcdcfb.c     |   81 ++++++++++++++++++++++++++++++++++
 drivers/video/sh_mobile_lcdcfb.h     |    2 +
 include/video/sh_mobile_lcdc.h       |    9 ++++
 6 files changed, 135 insertions(+), 8 deletions(-)

-- 
1.7.4.1


                 reply	other threads:[~2011-02-16  3:49 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=1297828143-11798-1-git-send-email-gnurou@gmail.com \
    --to=gnurou@gmail.com \
    --cc=linux-sh@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).