From: Lee Jones <lee.jones@linaro.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Backlight for v4.3
Date: Thu, 3 Sep 2015 15:08:53 +0100 [thread overview]
Message-ID: <20150903140853.GY4796@x1> (raw)
Hi Linus,
The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590:
Linux 4.2-rc2 (2015-07-12 15:10:30 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-for-linus-4.3
for you to fetch changes up to 13d20b3b618adc43168b034792eec57063b5ec6f:
backlight: tosa: Export I2C module alias information (2015-08-25 08:44:12 +0100)
----------------------------------------------------------------
- Stop using LP855X Platform Data to control regulators
- Move PWM8941 WLED driver into Backlight
- Remove invalid use of IS_ERR_VALUE() macro
- Remove duplicate check for NULL data before unregistering
- Export I2C Device ID structure
----------------------------------------------------------------
Axel Lin (1):
backlight: sky81452: Remove unneeded use of IS_ERR_VALUE() macro
Bjorn Andersson (1):
backlight: pm8941-wled: Move PM8941 WLED driver to backlight
Javier Martinez Canillas (1):
backlight: tosa: Export I2C module alias information
Markus Elfring (1):
backlight: lp8788_bl: Delete a check before backlight_device_unregister()
Milo Kim (1):
backlight: lp855x: Use private data for regulator control
.../backlight/pm8941-wled.txt} | 5 +-
drivers/leds/Kconfig | 8 ---
drivers/leds/Makefile | 1 -
drivers/video/backlight/Kconfig | 7 +++
drivers/video/backlight/Makefile | 1 +
drivers/video/backlight/lp855x_bl.c | 23 +++++----
drivers/video/backlight/lp8788_bl.c | 3 +-
.../backlight/pm8941-wled.c} | 60 ++++++++++------------
drivers/video/backlight/sky81452-backlight.c | 26 +++++-----
drivers/video/backlight/tosa_bl.c | 1 +
include/linux/platform_data/lp855x.h | 2 -
11 files changed, 62 insertions(+), 75 deletions(-)
rename Documentation/devicetree/bindings/{leds/leds-pm8941-wled.txt => video/backlight/pm8941-wled.txt} (84%)
rename drivers/{leds/leds-pm8941-wled.c => video/backlight/pm8941-wled.c} (90%)
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
reply other threads:[~2015-09-03 14:08 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=20150903140853.GY4796@x1 \
--to=lee.jones@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.