From: Lee Jones <lee.jones@linaro.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Backlight for v4.20
Date: Tue, 23 Oct 2018 12:13:55 +0100 [thread overview]
Message-ID: <20181023111355.GY4939@dell> (raw)
Linus,
Welcome back.
Enjoy!
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git backlight-next-4.20
for you to fetch changes up to e1c9f2eaa0fbfda0ca0d958e98fe0c458ecfa96d:
backlight: Remove ld9040 driver (2018-10-09 02:59:20 -0700)
----------------------------------------------------------------
- Old Drivers
- Remove driver for S6E63M0
- Remove driver for LD9040
- Fix-ups
- Trivial (email address update); adp*_bl
- Use 'atomic' PWM API; pwm_bl
- Bug Fixes
- Remove pointless boolen '&ptr' check; lm3639_bl
----------------------------------------------------------------
Enric Balletbo i Serra (1):
backlight: pwm_bl: Switch to using "atomic" PWM API
Krzysztof Kozlowski (2):
backlight: Remove s6e63m0 driver
backlight: Remove ld9040 driver
Michael Hennerich (1):
backlight: Update MODULE AUTHOR email address
Nathan Chancellor (1):
backlight: lm3639: Unconditionally call led_classdev_unregister
Documentation/ABI/testing/sysfs-class-lcd-s6e63m0 | 27 --
drivers/video/backlight/Kconfig | 16 -
drivers/video/backlight/Makefile | 2 -
drivers/video/backlight/adp5520_bl.c | 2 +-
drivers/video/backlight/adp8860_bl.c | 2 +-
drivers/video/backlight/adp8870_bl.c | 2 +-
drivers/video/backlight/ld9040.c | 811 -------------------------------------------
drivers/video/backlight/ld9040_gamma.h | 202 -----------
drivers/video/backlight/lm3639_bl.c | 6 +-
drivers/video/backlight/pwm_bl.c | 81 ++---
drivers/video/backlight/s6e63m0.c | 857 ----------------------------------------------
drivers/video/backlight/s6e63m0_gamma.h | 266 --------------
12 files changed, 47 insertions(+), 2227 deletions(-)
delete mode 100644 Documentation/ABI/testing/sysfs-class-lcd-s6e63m0
delete mode 100644 drivers/video/backlight/ld9040.c
delete mode 100644 drivers/video/backlight/ld9040_gamma.h
delete mode 100644 drivers/video/backlight/s6e63m0.c
delete mode 100644 drivers/video/backlight/s6e63m0_gamma.h
--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next reply other threads:[~2018-10-23 11:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-23 11:13 Lee Jones [this message]
2018-10-25 13:22 ` [GIT PULL] Backlight for v4.20 Linus Torvalds
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=20181023111355.GY4939@dell \
--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.