public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <rpurdie@rpsys.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Backlight updates for 2.6.35
Date: Wed, 26 May 2010 17:42:20 +0100	[thread overview]
Message-ID: <1274892140.24079.47.camel@rex> (raw)

Linus,

Could you please pull from:

git://git.o-hand.com/linux-rpurdie-backlight for-linus

for the backlight tree updates for 2.6.35. This includes several new
drivers and various bugfixes/tweaks most of which have been in
linux-next/-mm for a while.

Thanks, Richard

 arch/arm/mach-mx3/mach-mx31moboard.c |   45 +++
 arch/arm/mach-orion5x/dns323-setup.c |   22 +
 drivers/leds/Kconfig                 |   17 +
 drivers/leds/Makefile                |    2 
 drivers/leds/led-class.c             |    2 
 drivers/leds/leds-88pm860x.c         |   11 
 drivers/leds/leds-gpio.c             |   31 ++
 drivers/leds/leds-lp3944.c           |    9 
 drivers/leds/leds-mc13783.c          |  403 +++++++++++++++++++++++++++++++++++
 drivers/leds/leds-net5501.c          |   94 ++++++++
 drivers/leds/leds-ss4200.c           |    2 
 drivers/mfd/mc13783-core.c           |    4 
 include/linux/leds.h                 |   12 -
 include/linux/mfd/mc13783.h          |   66 +++++
 14 files changed, 691 insertions(+), 29 deletions(-)

 arch/arm/mach-s3c2440/mach-gta02.c           |   76 --
 drivers/mfd/pcf50633-core.c                  |    3 
 drivers/video/backlight/88pm860x_bl.c        |    2 
 drivers/video/backlight/Kconfig              |  116 ++-
 drivers/video/backlight/Makefile             |    4 
 drivers/video/backlight/adp8860_bl.c         |  838 ++++++++++++++++++++++++
 drivers/video/backlight/adx_bl.c             |    4 
 drivers/video/backlight/ep93xx_bl.c          |  160 ++++
 drivers/video/backlight/l4f00242t03.c        |   11 
 drivers/video/backlight/max8925_bl.c         |    1 
 drivers/video/backlight/mbp_nvidia_bl.c      |   47 +
 drivers/video/backlight/pcf50633-backlight.c |  190 +++++
 drivers/video/backlight/s6e63m0.c            |  920 +++++++++++++++++++++++++++
 drivers/video/backlight/s6e63m0_gamma.h      |  266 +++++++
 include/linux/i2c/adp8860.h                  |  154 ++++
 include/linux/lcd.h                          |   23 
 include/linux/mfd/pcf50633/backlight.h       |   51 +
 include/linux/mfd/pcf50633/core.h            |    4 
 18 files changed, 2750 insertions(+), 120 deletions(-)

Alberto Panizzo (1):
      backlight: l4f00242t03: Fix regulators handling code in remove function

Axel Lin (3):
      backlight: l4f00242t03: fix error handling in l4f00242t03_probe
      backlight: max8925_bl: Fix error handling path
      backlight: 88pm860x_bl: fix error handling in pm860x_backlight_probe

Dan Carpenter (2):
      backlight: backlight_device_register() return ERR_PTR()
      backlight: 88pm860x_bl - potential memory leak

H Hartley Sweeten (2):
      backlight: Kconfig cleanup
      backlight: Add Cirrus EP93xx backlight driver

InKi Dae (1):
      backlight: add S6E63M0 AMOLED LCD Panel driver

Lars-Peter Clausen (3):
      backlight: Add pcf50633 backlight driver
      backlight: pcf50633: Register a pcf50633-backlight device in pcf50633 core driver.
      gta02: Use pcf50633 backlight driver instead of platform backlight driver.

Mario Schwalbe (1):
      backlight: mbp_nvidia_bl - add support for older MacBookPro and MacBook 6,1.

Michael Hennerich (2):
      backlight: new driver for the ADP8860 backlight parts
      backlight: adp8860: add support for ADP8861 & ADP8863

Randy Dunlap (1):
      backlight: fix adp8860_bl build errors

Steffen Röcker (1):
      backlight: mbp_nvidia_bl - Fix DMI_SYS_VENDOR for MacBook1,1

-- 
Richard Purdie
Intel Open Source Technology Centre



                 reply	other threads:[~2010-05-26 16:42 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=1274892140.24079.47.camel@rex \
    --to=rpurdie@rpsys.net \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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