Re: [PATCH V1 1/4] qcom: spmi-wled: Add support for qcom wled driver

From: Rob Herring
Date: Fri Nov 17 2017 - 15:29:14 EST


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 <kgunda@xxxxxxxxxxxxxx>
> ---
> .../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