[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190514104133.GN4319@dell>
Date: Tue, 14 May 2019 11:41:33 +0100
From: Lee Jones <lee.jones@...aro.org>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] Backlight for v5.2
Enjoy!
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-5.2
for you to fetch changes up to 8fbce8efe15cd2ca7a4947bc814f890dbe4e43d7:
backlight: lm3630a: Add firmware node support (2019-05-14 08:16:01 +0100)
----------------------------------------------------------------
- Fix-ups
- Remove unused BACKLIGHT_LCD_SUPPORT symbol; Kconfig
- Remove unused BACKLIGHT_CLASS_DEVICE dependencies; Kconfig
- Add DT support; lm3630a_bl
- Bug Fixes
- Fix error path issues; lm3630a_bl
----------------------------------------------------------------
Alexander Shiyan (2):
video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol
video: lcd: Remove useless BACKLIGHT_CLASS_DEVICE dependencies
Brian Masney (3):
backlight: lm3630a: Return 0 on success in update_status functions
dt-bindings: backlight: Add lm3630a bindings
backlight: lm3630a: Add firmware node support
.../bindings/leds/backlight/lm3630a-backlight.yaml | 129 +++++++++++++++++
arch/unicore32/Kconfig | 1 -
drivers/gpu/drm/Kconfig | 2 -
drivers/gpu/drm/bridge/Kconfig | 1 -
drivers/gpu/drm/fsl-dcu/Kconfig | 1 -
drivers/gpu/drm/i915/Kconfig | 1 -
drivers/gpu/drm/nouveau/Kconfig | 2 -
drivers/gpu/drm/shmobile/Kconfig | 1 -
drivers/gpu/drm/tilcdc/Kconfig | 1 -
drivers/staging/olpc_dcon/Kconfig | 1 -
drivers/usb/misc/Kconfig | 1 -
drivers/video/backlight/Kconfig | 35 ++---
drivers/video/backlight/lm3630a_bl.c | 153 ++++++++++++++++++++-
drivers/video/fbdev/Kconfig | 5 -
include/linux/platform_data/lm3630a_bl.h | 4 +
15 files changed, 293 insertions(+), 45 deletions(-)
create mode 100644 Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml
--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists