commit | 8df9d7f70f87960b6ad2b4a90db755551d7ab7bd | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Jun 26 10:11:17 2019 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Jun 27 15:56:52 2019 +0100 |
tree | 38adf6b409e62dba093e28151db96266a8e10fd8 | |
parent | 4c0a8899d9c215633ef79805c68b2566c775d43d [diff] |
gpio: siox: Switch to IRQ_TYPE_NONE The siox driver is hardcoding a default type of IRQ_TYPE_EDGE_RISING to the irq helper, but this should only be applicable to old boardfiles and odd device tree irqchips with just onecell irq (no flags). I doubt this is the case with the siox, I think all consumers specify the flags they use in the device tree. Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>