Re: [PATCH] RFT: pinctrl: msm: switch to using generic GPIO irqchip helpers

2014-05-09 Thread Bjorn Andersson
On Fri 09 May 01:33 PDT 2014, Linus Walleij wrote: > On Tue, Apr 29, 2014 at 8:06 PM, Linus Walleij > wrote: > > > This switches the Qualcomm MSM pin control driver over to using > > the generic GPIO irqchip helpers. > > > > Cc: Bjorn Andersson > > Cc: Stephen Boyd > > Cc: Josh Cartwright >

Re: [PATCH] RFT: pinctrl: msm: switch to using generic GPIO irqchip helpers

2014-05-09 Thread Linus Walleij
On Tue, Apr 29, 2014 at 8:06 PM, Linus Walleij wrote: > This switches the Qualcomm MSM pin control driver over to using > the generic GPIO irqchip helpers. > > Cc: Bjorn Andersson > Cc: Stephen Boyd > Cc: Josh Cartwright > Signed-off-by: Linus Walleij Anyone up for testing this patch?

Re: [PATCH] RFT: pinctrl: msm: switch to using generic GPIO irqchip helpers

2014-05-09 Thread Linus Walleij
On Tue, Apr 29, 2014 at 8:06 PM, Linus Walleij linus.wall...@linaro.org wrote: This switches the Qualcomm MSM pin control driver over to using the generic GPIO irqchip helpers. Cc: Bjorn Andersson bjorn.anders...@sonymobile.com Cc: Stephen Boyd sb...@codeaurora.org Cc: Josh Cartwright

Re: [PATCH] RFT: pinctrl: msm: switch to using generic GPIO irqchip helpers

2014-05-09 Thread Bjorn Andersson
On Fri 09 May 01:33 PDT 2014, Linus Walleij wrote: On Tue, Apr 29, 2014 at 8:06 PM, Linus Walleij linus.wall...@linaro.org wrote: This switches the Qualcomm MSM pin control driver over to using the generic GPIO irqchip helpers. Cc: Bjorn Andersson bjorn.anders...@sonymobile.com Cc:

[PATCH] RFT: pinctrl: msm: switch to using generic GPIO irqchip helpers

2014-04-29 Thread Linus Walleij
This switches the Qualcomm MSM pin control driver over to using the generic GPIO irqchip helpers. Cc: Bjorn Andersson Cc: Stephen Boyd Cc: Josh Cartwright Signed-off-by: Linus Walleij --- Stephen: you may get the lockdep warnings back if you use this with the pinctrl tree only, but the GPIO

[PATCH] RFT: pinctrl: msm: switch to using generic GPIO irqchip helpers

2014-04-29 Thread Linus Walleij
This switches the Qualcomm MSM pin control driver over to using the generic GPIO irqchip helpers. Cc: Bjorn Andersson bjorn.anders...@sonymobile.com Cc: Stephen Boyd sb...@codeaurora.org Cc: Josh Cartwright jo...@codeaurora.org Signed-off-by: Linus Walleij linus.wall...@linaro.org --- Stephen: