linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT 0/7] Renesas ARM and SH based SoC backlight drivers for v3.12
Date: Fri, 19 Jul 2013 13:34:48 +0900	[thread overview]
Message-ID: <cover.1374207161.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Arnd,

please consider the following backlight drivers for v3.12.

The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

  Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-backlight-for-v3.12

for you to fetch changes up to 0fb19cdabfc3f8884bac53fd81b02bf61c7904af:

  ARM: mach-shmobile: ag5evm: Use bd6107 backlight driver (2013-07-17 10:06:18 +0900)

----------------------------------------------------------------
Renesas ARM and SH based SoC backlight drivers for v3.12

Backlight drivers used by SH and ARM SH-Mobile boards.

----------------------------------------------------------------
Laurent Pinchart (7):
      backlight: Add GPIO-based backlight driver
      backlight: Add Sanyo LV5207LP backlight driver
      backlight: Add ROHM BD6107 backlight driver
      ARM: mach-shmobile: mackerel: Use gpio-backlight
      sh: ecovec24: Use gpio-backlight
      sh: kfr2r09: Use lv5207lp backlight
      ARM: mach-shmobile: ag5evm: Use bd6107 backlight driver

 arch/arm/mach-shmobile/board-ag5evm.c        |   65 ++------
 arch/arm/mach-shmobile/board-mackerel.c      |   34 ++--
 arch/sh/boards/mach-ecovec24/setup.c         |   37 +++--
 arch/sh/boards/mach-kfr2r09/lcd_wqvga.c      |   48 ------
 arch/sh/boards/mach-kfr2r09/setup.c          |   19 ++-
 arch/sh/include/mach-kfr2r09/mach/kfr2r09.h  |    2 -
 drivers/video/backlight/Kconfig              |   19 +++
 drivers/video/backlight/Makefile             |    3 +
 drivers/video/backlight/bd6107.c             |  213 ++++++++++++++++++++++++++
 drivers/video/backlight/gpio_backlight.c     |  133 ++++++++++++++++
 drivers/video/backlight/lv5207lp.c           |  171 +++++++++++++++++++++
 include/linux/platform_data/bd6107.h         |   19 +++
 include/linux/platform_data/gpio_backlight.h |   21 +++
 include/linux/platform_data/lv5207lp.h       |   19 +++
 14 files changed, 665 insertions(+), 138 deletions(-)
 create mode 100644 drivers/video/backlight/bd6107.c
 create mode 100644 drivers/video/backlight/gpio_backlight.c
 create mode 100644 drivers/video/backlight/lv5207lp.c
 create mode 100644 include/linux/platform_data/bd6107.h
 create mode 100644 include/linux/platform_data/gpio_backlight.h
 create mode 100644 include/linux/platform_data/lv5207lp.h

             reply	other threads:[~2013-07-19  4:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-19  4:34 Simon Horman [this message]
2013-07-19  4:35 ` [PATCH 1/7] backlight: Add GPIO-based backlight driver Simon Horman
2013-07-19  4:35 ` [PATCH 2/7] backlight: Add Sanyo LV5207LP " Simon Horman
2013-07-19  4:35 ` [PATCH 3/7] backlight: Add ROHM BD6107 " Simon Horman
2013-07-19  4:35 ` [PATCH 4/7] ARM: mach-shmobile: mackerel: Use gpio-backlight Simon Horman
2013-07-19  4:35 ` [PATCH 5/7] sh: ecovec24: " Simon Horman
2013-07-19  4:35 ` [PATCH 6/7] sh: kfr2r09: Use lv5207lp backlight Simon Horman
2013-07-19  4:35 ` [PATCH 7/7] ARM: mach-shmobile: ag5evm: Use bd6107 backlight driver Simon Horman
2013-08-04 19:21 ` [GIT 0/7] Renesas ARM and SH based SoC backlight drivers for v3.12 Olof Johansson

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=cover.1374207161.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.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).