Re: [PATCH V1 2/4] qcom: spmi-wled: Add support for short circuit handling

From: Rob Herring
Date: Fri Nov 17 2017 - 15:30:33 EST


On Thu, Nov 16, 2017 at 05:48:35PM +0530, Kiran Gunda wrote:
> Handle the short circuit(SC) interrupt and check if the SC interrupt
> is valid. Re-enable the module to check if it goes away. Disable the
> module altogether if the SC event persists.
>
> Signed-off-by: Kiran Gunda <kgunda@xxxxxxxxxxxxxx>
> ---
> .../bindings/leds/backlight/qcom-spmi-wled.txt | 22 ++++

... and also put all the binding in one patch. I want to review the full
view of the h/w, not piecemeal.

> drivers/video/backlight/qcom-spmi-wled.c | 126 ++++++++++++++++++++-
> 2 files changed, 142 insertions(+), 6 deletions(-)