Re: [PATCH v2] gpio: convince line to become input in irq helper

2016-07-05 Thread Linus Walleij
I sent a patch for the direction setter to be more careful, but it's no silver bullet for strange semantics. On Tue, Jul 5, 2016 at 12:07 PM, Geert Uytterhoeven wrote: > [1] gpio_rcar e6052000.gpio: sense irq = 11, type = 8 > ravb e680.ethernet eth0: Base address

Re: [PATCH v2] gpio: convince line to become input in irq helper

2016-07-05 Thread Geert Uytterhoeven
Hi Linus, On Wed, Jun 22, 2016 at 11:25 PM, Linus Walleij wrote: > The generic IRQ helper library just checks if the IRQ line is > set as input before activating it for interrupts. As we > recently started to check things better with .get_dir() it > turns out that it's