On Fri, Sep 14, 2018 at 11:05:19PM +0200, Hans Verkuil wrote: > On 09/14/2018 09:41 PM, Guenter Roeck wrote: > > Hi, > > > > On Sat, Sep 08, 2018 at 11:23:17AM +0200, Hans Verkuil wrote: > >> From: Hans Verkuil <hans.verkuil@xxxxxxxxx> > >> > >> When using the gpiolib irqchip helpers install irq_enable/disable > >> hooks for the irqchip to ensure that gpiolib knows when the irq > >> is enabled or disabled, allowing drivers to disable the irq and then > >> use it as an output pin, and later switch the direction to input and > >> re-enable the irq. > >> > >> Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> > > > > This patch is causing a number of boot failures with qemu tests in > > -next. A non-exhaustive list is: > > This should be fixed with this patch: > > https://patchwork.ozlabs.org/patch/969684/ > Confirmed. > I gather it has already been applied. > Excellent. I sent a Tested-by: anyway; doesn't hurt. Thanks a lot for the quick fix! Guenter