On Thu, Nov 16, 2017 at 05:48:34PM +0530, Kiran Gunda wrote: > WLED driver provides the interface to the display driver to > adjust the brightness of the display backlight. > > Signed-off-by: Kiran Gunda <kgu...@codeaurora.org> > --- > .../bindings/leds/backlight/qcom-spmi-wled.txt | 90 ++++
Please split bindings to separate patch. > drivers/video/backlight/Kconfig | 9 + > drivers/video/backlight/Makefile | 1 + > drivers/video/backlight/qcom-spmi-wled.c | 504 > +++++++++++++++++++++ > 4 files changed, 604 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/leds/backlight/qcom-spmi-wled.txt > create mode 100644 drivers/video/backlight/qcom-spmi-wled.c