[linux-sunxi] Re: [PATCH v3 4/4] pinctrl: sunxi: Define enable / disable irq callbacks for level triggered irqs

2014-07-04 Thread Linus Walleij
On Sun, Jun 29, 2014 at 4:11 PM, Hans de Goede wrote: > Some drivers use disable_irq / enable_irq and do the work clearing the source > in another thread instead of using a threaded interrupt handler. > > The irqchip used not having irq_disable and irq_enable callbacks in this case, > will lead t

[linux-sunxi] Re: [PATCH v3 4/4] pinctrl: sunxi: Define enable / disable irq callbacks for level triggered irqs

2014-07-01 Thread Maxime Ripard
On Sun, Jun 29, 2014 at 04:11:02PM +0200, Hans de Goede wrote: > Some drivers use disable_irq / enable_irq and do the work clearing the source > in another thread instead of using a threaded interrupt handler. > > The irqchip used not having irq_disable and irq_enable callbacks in this case, > wil