* [GIT PULL] Backlight for v4.18
@ 2018-06-11 12:52 Lee Jones
0 siblings, 0 replies; only message in thread
From: Lee Jones @ 2018-06-11 12:52 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
Good afternoon Linus,
As promised. Enjoy!
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-4.18
for you to fetch changes up to d5318d302e7cf6583ec85a2a8bfbb3a3910ae372:
backlight: as3711_bl: Fix Device Tree node leaks (2018-06-11 13:40:45 +0100)
----------------------------------------------------------------
- Core Frameworks
- Provide helpers to enable/disable backlight
- Provide standard and devres versions OF find helpers
- New Drivers
- Add support for the Zodiac Inflight Innovations RAVE Supervisory Processor
- New Functionality
- Allow pwm-on/pwm-off delay to be specified via DT
- Bug Fixes
- Fix ordering of the power {en,dis}able and PWM {en,dis}able signals
- Fix Device Tree node look-up
----------------------------------------------------------------
Andrey Smirnov (2):
backlight: Add RAVE SP backlight driver
dt-bindings: backlight: Add binding for RAVE SP backlight driver
Daniel Vetter (6):
backlight: Nuke unused backlight.props.state states
backlight: generic-bl: Remove DRIVER1 state
backlight: pandora: Stop using BL_CORE_DRIVER1
staging: fbtft: Stop using BL_CORE_DRIVER1
backlight: Nuke BL_CORE_DRIVER1
MAINTAINERS: Add dri-devel for backlight subsystem patches
Enric Balletbo i Serra (3):
pwm-backlight: Enable/disable the PWM before/after LCD enable toggle.
dt-bindings: pwm-backlight: Add PWM delay proprieties.
pwm-backlight: Add support for PWM delays proprieties.
Felix Brack (1):
backlight: otm3225a: Add support for ORISE OTM3225A LCD SoC
Johan Hovold (4):
backlight: as3711_bl: Fix Device Tree node lookup
backlight: max8925_bl: Fix Device Tree node lookup
backlight: tps65217_bl: Fix Device Tree node lookup
backlight: as3711_bl: Fix Device Tree node leaks
Wolfram Sang (1):
backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction
.../bindings/leds/backlight/pwm-backlight.txt | 6 +
.../leds/backlight/zii,rave-sp-backlight.txt | 23 ++
MAINTAINERS | 1 +
drivers/staging/fbtft/fbtft-core.c | 4 +-
drivers/staging/fbtft/fbtft.h | 1 +
drivers/video/backlight/Kconfig | 13 ++
drivers/video/backlight/Makefile | 2 +
drivers/video/backlight/as3711_bl.c | 45 ++--
drivers/video/backlight/generic_bl.c | 5 -
drivers/video/backlight/max8925_bl.c | 4 +-
drivers/video/backlight/otm3225a.c | 252 +++++++++++++++++++++
drivers/video/backlight/pandora_bl.c | 25 +-
drivers/video/backlight/pwm_bl.c | 34 ++-
drivers/video/backlight/rave-sp-backlight.c | 82 +++++++
drivers/video/backlight/tps65217_bl.c | 4 +-
include/linux/backlight.h | 4 -
include/linux/mfd/as3711.h | 4 +-
include/linux/mfd/rave-sp.h | 1 +
include/linux/pwm_backlight.h | 2 +
19 files changed, 466 insertions(+), 46 deletions(-)
create mode 100644 Documentation/devicetree/bindings/leds/backlight/zii,rave-sp-backlight.txt
create mode 100644 drivers/video/backlight/otm3225a.c
create mode 100644 drivers/video/backlight/rave-sp-backlight.c
--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-06-11 12:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-11 12:52 [GIT PULL] Backlight for v4.18 Lee Jones
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.