From: Jingoo Han <jg1.han@samsung.com>
To: "'Andrew Morton'" <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
"'Richard Purdie'" <rpurdie@rpsys.net>,
"'Milo Kim'" <milo.kim@ti.com>,
"'Daniel Jeong'" <gshark.jeong@gmail.com>,
"'Jingoo Han'" <jg1.han@samsung.com>
Subject: [PATCH V2 0/6] backlight updates for 3.12-rc1
Date: Thu, 05 Sep 2013 13:14:12 +0900 [thread overview]
Message-ID: <000701cea9ee$609bfff0$21d3ffd0$%han@samsung.com> (raw)
Hi Andrew,
This is the 2nd version of the backlight updates for 3.12-rc1.
Please add these patches to mm-tree.
Changes since v1:
- Added missing author's information to 1st and 2nd patch.
- Added missing committer's signed-off to 1st and 2nd patch.
Best regards,
Jingoo Han
----------------------------------------------------------------
backlight updates for 3.12-rc1
- LP855x: Add LP8555 support
- LM3630 is changed to LM3630A
- Fix sparse warnings: ld9040, lm3639 and lp8788
----------------------------------------------------------------
Daniel Jeong (1):
backlight: lm3630: apply chip revision
Jingoo Han (4):
backlight: ld9040: Staticize local variable gamma_table
backlight: lm3639: Don't mix different enum types
backlight: lp8788: Staticize 'default_bl_config'
backlight: use dev_get_platdata()
Milo Kim (1):
backlight: lp855x_bl: support new LP8555 device
Documentation/backlight/lp855x-driver.txt | 5 +-
.../devicetree/bindings/video/backlight/lp855x.txt | 29 +-
drivers/video/backlight/88pm860x_bl.c | 2 +-
drivers/video/backlight/Kconfig | 10 +-
drivers/video/backlight/Makefile | 2 +-
drivers/video/backlight/aat2870_bl.c | 2 +-
drivers/video/backlight/adp5520_bl.c | 2 +-
drivers/video/backlight/adp8860_bl.c | 6 +-
drivers/video/backlight/adp8870_bl.c | 6 +-
drivers/video/backlight/ams369fg06.c | 2 +-
drivers/video/backlight/atmel-pwm-bl.c | 2 +-
drivers/video/backlight/bd6107.c | 2 +-
drivers/video/backlight/corgi_lcd.c | 2 +-
drivers/video/backlight/da903x_bl.c | 2 +-
drivers/video/backlight/generic_bl.c | 2 +-
drivers/video/backlight/gpio_backlight.c | 3 +-
drivers/video/backlight/ili9320.c | 2 +-
drivers/video/backlight/kb3886_bl.c | 2 +-
drivers/video/backlight/l4f00242t03.c | 6 +-
drivers/video/backlight/ld9040.c | 2 +-
drivers/video/backlight/ld9040_gamma.h | 4 +-
drivers/video/backlight/lm3533_bl.c | 2 +-
drivers/video/backlight/lm3630_bl.c | 475 -------------------
drivers/video/backlight/lm3630a_bl.c | 483 ++++++++++++++++++++
drivers/video/backlight/lm3639_bl.c | 13 +-
drivers/video/backlight/lms283gf05.c | 4 +-
drivers/video/backlight/lms501kf03.c | 2 +-
drivers/video/backlight/lp855x_bl.c | 21 +-
drivers/video/backlight/lp8788_bl.c | 2 +-
drivers/video/backlight/lv5207lp.c | 2 +-
drivers/video/backlight/omap1_bl.c | 2 +-
drivers/video/backlight/pcf50633-backlight.c | 2 +-
drivers/video/backlight/platform_lcd.c | 2 +-
drivers/video/backlight/pwm_bl.c | 2 +-
drivers/video/backlight/s6e63m0.c | 2 +-
drivers/video/backlight/tdo24m.c | 2 +-
drivers/video/backlight/tosa_bl.c | 2 +-
drivers/video/backlight/tps65217_bl.c | 5 +-
drivers/video/backlight/wm831x_bl.c | 8 +-
include/linux/platform_data/lm3630_bl.h | 57 ---
include/linux/platform_data/lm3630a_bl.h | 65 +++
include/linux/platform_data/lp855x.h | 19 +
42 files changed, 673 insertions(+), 594 deletions(-)
delete mode 100644 drivers/video/backlight/lm3630_bl.c
create mode 100644 drivers/video/backlight/lm3630a_bl.c
delete mode 100644 include/linux/platform_data/lm3630_bl.h
create mode 100644 include/linux/platform_data/lm3630a_bl.h
next reply other threads:[~2013-09-05 4:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-05 4:14 Jingoo Han [this message]
2013-09-05 4:16 ` [PATCH V2 1/6] backlight: lp855x_bl: support new LP8555 device Jingoo Han
2013-09-05 4:17 ` [PATCH V2 2/6] backlight: lm3630: apply chip revision Jingoo Han
2013-09-05 4:18 ` [PATCH V2 3/6] backlight: ld9040: Staticize local variable gamma_table Jingoo Han
2013-09-05 4:19 ` [PATCH V2 4/6] backlight: lm3639: Don't mix different enum types Jingoo Han
2013-09-05 4:19 ` [PATCH V2 5/6] backlight: lp8788: Staticize 'default_bl_config' Jingoo Han
2013-09-05 4:20 ` [PATCH V2 6/6] backlight: use dev_get_platdata() Jingoo Han
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='000701cea9ee$609bfff0$21d3ffd0$%han@samsung.com' \
--to=jg1.han@samsung.com \
--cc=akpm@linux-foundation.org \
--cc=gshark.jeong@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=milo.kim@ti.com \
--cc=rpurdie@rpsys.net \
/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
Powered by JetHome