From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgunda@codeaurora.org Subject: Re: [PATCH V1 2/4] qcom: spmi-wled: Add support for short circuit handling Date: Mon, 20 Nov 2017 17:12:58 +0530 Message-ID: <55de69a721a1806ed9beec6ae36b6572@codeaurora.org> References: <1510834717-21765-1-git-send-email-kgunda@codeaurora.org> <1510834717-21765-3-git-send-email-kgunda@codeaurora.org> <20171117203014.66r2n6x5mwuc6doe@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20171117203014.66r2n6x5mwuc6doe@rob-hp-laptop> Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: bjorn.andersson@linaro.org, linux-arm-msm@vger.kernel.org, Lee Jones , Daniel Thompson , Jingoo Han , Richard Purdie , Jacek Anaszewski , Pavel Machek , Mark Rutland , Bartlomiej Zolnierkiewicz , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-arm-msm-owner@vger.kernel.org List-Id: devicetree@vger.kernel.org On 2017-11-18 02:00, Rob Herring wrote: > 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. > Sure. Will send the next series with the changes suggested. >> drivers/video/backlight/qcom-spmi-wled.c | 126 >> ++++++++++++++++++++- >> 2 files changed, 142 insertions(+), 6 deletions(-)