Re: [PATCH 0/7] pinctrl-msm cleanups

2014-03-12 Thread Linus Walleij
On Fri, Mar 7, 2014 at 7:44 AM, Stephen Boyd wrote: > Here are some small fixes and cleanups for the msm pinctrl > driver. Okay, applied all 7 patches with Björn's ACK. I had to use some fuzzing on patch 5 so please check the end result in linux-next. Yours, Linus Walleij -- To unsubscribe fro

Re: [PATCH 0/7] pinctrl-msm cleanups

2014-03-07 Thread Bjorn Andersson
On Thu, Mar 6, 2014 at 10:44 PM, Stephen Boyd wrote: > Here are some small fixes and cleanups for the msm pinctrl > driver. > > Stephen Boyd (7): > pinctrl: msm: Silence recursive lockdep warning > pinctrl: msm: Check for ngpios > MAX_NR_GPIO > pinctrl: msm: Drop unused includes > pinctrl:

[PATCH 0/7] pinctrl-msm cleanups

2014-03-06 Thread Stephen Boyd
Here are some small fixes and cleanups for the msm pinctrl driver. Stephen Boyd (7): pinctrl: msm: Silence recursive lockdep warning pinctrl: msm: Check for ngpios > MAX_NR_GPIO pinctrl: msm: Drop unused includes pinctrl: msm: Drop OF_IRQ dependency pinctrl: msm: Replace lookup tables wi