Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1586152
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] Backlight for v4.11 |
| Date | 2017-02-22 14:40 +0100 |
| Message-ID | <tdFjc-2kS-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus,
Enjoy!
The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-for-linus-4.11
for you to fetch changes up to 80e5d455339ad15d0a5995c8b72d267ce1f70841:
MAINTAINERS: Rework entry for Backlight (2017-02-08 12:27:30 +0000)
----------------------------------------------------------------
File Edit Options Buffers Tools Text Help
- Core Frameworks
- Add Daniel Thompson as co-maintainer
- Fix-ups
- Improve error handling; adp5520_bl
- Check current PWM status; pwm_bl
- Bug Fixes
- Fix potential race; lcd
- Fix module auto-loading; da9052
----------------------------------------------------------------
Alexey Khoroshilov (1):
backlight: adp5520: Fix error handling in adp5520_bl_probe()
Javier Martinez Canillas (1):
backlight: da9052: Fix module autoload
Lee Jones (1):
MAINTAINERS: Rework entry for Backlight
Peter Ujfalusi (2):
backlight: pwm_bl: Move the checks for initial power state to a separate function
backlight: pwm_bl: Check the PWM state for initial backlight power state
Uwe Kleine-König (1):
backlight: lcd: Fix race condition during register
MAINTAINERS | 5 ++-
drivers/video/backlight/adp5520_bl.c | 12 ++++++--
drivers/video/backlight/da9052_bl.c | 2 +-
drivers/video/backlight/lcd.c | 4 +--
drivers/video/backlight/pwm_bl.c | 60 ++++++++++++++++++++++++------------
5 files changed, 58 insertions(+), 25 deletions(-)
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[GIT PULL] Backlight for v4.11 Lee Jones <lee.jones@linaro.org> - 2017-02-22 14:40 +0100
Re: [GIT PULL] Backlight for v4.11 Linus Torvalds <torvalds@linux-foundation.org> - 2017-02-23 17:30 +0100
Re: [GIT PULL] Backlight for v4.11 Lee Jones <lee.jones@linaro.org> - 2017-02-24 09:50 +0100
csiph-web