commit | 35ca3f61617db77364e40c1977952c5ee0a776cb | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Thu Nov 24 13:27:54 2016 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Nov 25 15:12:27 2016 +0100 |
tree | bb448a70e161f55836c6a1bb8051e89453d9321d | |
parent | d245b3f9bd36f02fd641cba9931d8b4c77126e74 [diff] |
gpio: set explicit nesting on drivers The ADNP, CrystalCove and WhiskeyCove are all nested GPIO irqchips, but were avoiding to connect the parent IRQ to the gpiochip. This works, but is kind of sloppy as the child IRQs are not marked as having the parent IRQ as parent. Cc: Mika Westerberg <mika.westerberg@linux.intel.com> Cc: Ajay Thomas <ajay.thomas.david.rajamanickam@intel.com> Cc: Bin Gao <bin.gao@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>