Re: [PATCH] pinctrl: msm: drop wake_irqs bitmap

2014-03-12 Thread Linus Walleij
On Wed, Mar 5, 2014 at 8:33 PM, Josh Cartwright wrote: > Currently, the wake_irqs bitmap is used to track whether there are any > gpio's which are configured as wake irqs, and uses this to determine > whether or not to call enable_irq_wake()/disable_irq_wake() on the > summary interrupt. > >

Re: [PATCH] pinctrl: msm: drop wake_irqs bitmap

2014-03-12 Thread Linus Walleij
On Wed, Mar 5, 2014 at 8:33 PM, Josh Cartwright jo...@codeaurora.org wrote: Currently, the wake_irqs bitmap is used to track whether there are any gpio's which are configured as wake irqs, and uses this to determine whether or not to call enable_irq_wake()/disable_irq_wake() on the summary

Re: [PATCH] pinctrl: msm: drop wake_irqs bitmap

2014-03-06 Thread Bjorn Andersson
On Wed 05 Mar 11:33 PST 2014, Josh Cartwright wrote: > Currently, the wake_irqs bitmap is used to track whether there are any > gpio's which are configured as wake irqs, and uses this to determine > whether or not to call enable_irq_wake()/disable_irq_wake() on the > summary interrupt. > >

Re: [PATCH] pinctrl: msm: drop wake_irqs bitmap

2014-03-06 Thread Bjorn Andersson
On Wed 05 Mar 11:33 PST 2014, Josh Cartwright wrote: Currently, the wake_irqs bitmap is used to track whether there are any gpio's which are configured as wake irqs, and uses this to determine whether or not to call enable_irq_wake()/disable_irq_wake() on the summary interrupt. However,

[PATCH] pinctrl: msm: drop wake_irqs bitmap

2014-03-05 Thread Josh Cartwright
Currently, the wake_irqs bitmap is used to track whether there are any gpio's which are configured as wake irqs, and uses this to determine whether or not to call enable_irq_wake()/disable_irq_wake() on the summary interrupt. However, the genirq core already handles this case, by maintaining a

[PATCH] pinctrl: msm: drop wake_irqs bitmap

2014-03-05 Thread Josh Cartwright
Currently, the wake_irqs bitmap is used to track whether there are any gpio's which are configured as wake irqs, and uses this to determine whether or not to call enable_irq_wake()/disable_irq_wake() on the summary interrupt. However, the genirq core already handles this case, by maintaining a