Re: [PATCH] pinctrl: qcom: Release pin ranges when gpiochip_irqchip_add fails

2014-09-02 Thread Linus Walleij
On Wed, Aug 27, 2014 at 12:57 PM, Pramod Gurav wrote: > This patches adds a call to gpiochip_remove_pin_ranges when > gpiochip_irqchip_add fails to release memory allocated for pin_ranges. > > CC: Ivan T. Ivanov > CC: Bjorn Andersson > CC: Linus Walleij > Signed-off-by: Pramod Gurav

Re: [PATCH] pinctrl: qcom: Release pin ranges when gpiochip_irqchip_add fails

2014-09-02 Thread Linus Walleij
On Wed, Aug 27, 2014 at 12:57 PM, Pramod Gurav pramod.gu...@smartplayin.com wrote: This patches adds a call to gpiochip_remove_pin_ranges when gpiochip_irqchip_add fails to release memory allocated for pin_ranges. CC: Ivan T. Ivanov iiva...@mm-sol.com CC: Bjorn Andersson

Re: [PATCH] pinctrl: qcom: Release pin ranges when gpiochip_irqchip_add fails

2014-08-29 Thread Pramod Gurav
On 29-08-2014 09:19 AM, Bjorn Andersson wrote: > On Thu 28 Aug 00:13 PDT 2014, Pramod Gurav wrote: > >> On Thursday 28 August 2014 02:54 AM, Bjorn Andersson wrote: >>> On Wed, Aug 27, 2014 at 3:57 AM, Pramod Gurav >>> wrote: This patches adds a call to gpiochip_remove_pin_ranges when

Re: [PATCH] pinctrl: qcom: Release pin ranges when gpiochip_irqchip_add fails

2014-08-29 Thread Pramod Gurav
On 29-08-2014 09:19 AM, Bjorn Andersson wrote: On Thu 28 Aug 00:13 PDT 2014, Pramod Gurav wrote: On Thursday 28 August 2014 02:54 AM, Bjorn Andersson wrote: On Wed, Aug 27, 2014 at 3:57 AM, Pramod Gurav pramod.gu...@smartplayin.com wrote: This patches adds a call to

Re: [PATCH] pinctrl: qcom: Release pin ranges when gpiochip_irqchip_add fails

2014-08-28 Thread Bjorn Andersson
On Thu 28 Aug 00:13 PDT 2014, Pramod Gurav wrote: > On Thursday 28 August 2014 02:54 AM, Bjorn Andersson wrote: > > On Wed, Aug 27, 2014 at 3:57 AM, Pramod Gurav > > wrote: > >> This patches adds a call to gpiochip_remove_pin_ranges when > >> gpiochip_irqchip_add fails to release memory

Re: [PATCH] pinctrl: qcom: Release pin ranges when gpiochip_irqchip_add fails

2014-08-28 Thread Pramod Gurav
On Thursday 28 August 2014 02:54 AM, Bjorn Andersson wrote: > On Wed, Aug 27, 2014 at 3:57 AM, Pramod Gurav > wrote: >> This patches adds a call to gpiochip_remove_pin_ranges when >> gpiochip_irqchip_add fails to release memory allocated for pin_ranges. >> >> diff --git

Re: [PATCH] pinctrl: qcom: Release pin ranges when gpiochip_irqchip_add fails

2014-08-28 Thread Pramod Gurav
On Thursday 28 August 2014 02:54 AM, Bjorn Andersson wrote: On Wed, Aug 27, 2014 at 3:57 AM, Pramod Gurav pramod.gu...@smartplayin.com wrote: This patches adds a call to gpiochip_remove_pin_ranges when gpiochip_irqchip_add fails to release memory allocated for pin_ranges. diff --git

Re: [PATCH] pinctrl: qcom: Release pin ranges when gpiochip_irqchip_add fails

2014-08-28 Thread Bjorn Andersson
On Thu 28 Aug 00:13 PDT 2014, Pramod Gurav wrote: On Thursday 28 August 2014 02:54 AM, Bjorn Andersson wrote: On Wed, Aug 27, 2014 at 3:57 AM, Pramod Gurav pramod.gu...@smartplayin.com wrote: This patches adds a call to gpiochip_remove_pin_ranges when gpiochip_irqchip_add fails to

Re: [PATCH] pinctrl: qcom: Release pin ranges when gpiochip_irqchip_add fails

2014-08-27 Thread Bjorn Andersson
On Wed, Aug 27, 2014 at 3:57 AM, Pramod Gurav wrote: > This patches adds a call to gpiochip_remove_pin_ranges when > gpiochip_irqchip_add fails to release memory allocated for pin_ranges. > > diff --git a/drivers/pinctrl/qcom/pinctrl-msm.c > b/drivers/pinctrl/qcom/pinctrl-msm.c > @@ -845,6

[PATCH] pinctrl: qcom: Release pin ranges when gpiochip_irqchip_add fails

2014-08-27 Thread Pramod Gurav
This patches adds a call to gpiochip_remove_pin_ranges when gpiochip_irqchip_add fails to release memory allocated for pin_ranges. CC: Ivan T. Ivanov CC: Bjorn Andersson CC: Linus Walleij Signed-off-by: Pramod Gurav --- drivers/pinctrl/qcom/pinctrl-msm.c |1 + 1 file changed, 1

[PATCH] pinctrl: qcom: Release pin ranges when gpiochip_irqchip_add fails

2014-08-27 Thread Pramod Gurav
This patches adds a call to gpiochip_remove_pin_ranges when gpiochip_irqchip_add fails to release memory allocated for pin_ranges. CC: Ivan T. Ivanov iiva...@mm-sol.com CC: Bjorn Andersson bjorn.anders...@sonymobile.com CC: Linus Walleij linus.wall...@linaro.org Signed-off-by: Pramod Gurav

Re: [PATCH] pinctrl: qcom: Release pin ranges when gpiochip_irqchip_add fails

2014-08-27 Thread Bjorn Andersson
On Wed, Aug 27, 2014 at 3:57 AM, Pramod Gurav pramod.gu...@smartplayin.com wrote: This patches adds a call to gpiochip_remove_pin_ranges when gpiochip_irqchip_add fails to release memory allocated for pin_ranges. diff --git a/drivers/pinctrl/qcom/pinctrl-msm.c