From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Fri, 17 Nov 2017 20:30:14 +0000 Subject: Re: [PATCH V1 2/4] qcom: spmi-wled: Add support for short circuit handling Message-Id: <20171117203014.66r2n6x5mwuc6doe@rob-hp-laptop> List-Id: References: <1510834717-21765-1-git-send-email-kgunda@codeaurora.org> <1510834717-21765-3-git-send-email-kgunda@codeaurora.org> In-Reply-To: <1510834717-21765-3-git-send-email-kgunda-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Kiran Gunda Cc: bjorn.andersson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Lee Jones , Daniel Thompson , Jingoo Han , Richard Purdie , Jacek Anaszewski , Pavel Machek , Mark Rutland , Bartlomiej Zolnierkiewicz , linux-leds-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-msm-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org 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 > --- > .../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(-)