]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: set explicit nesting on drivers
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 24 Nov 2016 12:27:54 +0000 (13:27 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Nov 2016 14:12:27 +0000 (15:12 +0100)
commitf9d3b6a1f373606521bca521bf32e8aa57cb6f4f
treebb448a70e161f55836c6a1bb8051e89453d9321d
parentc451ed68000502c94c6993c69c3a2cbcf493b8c4
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>
drivers/gpio/gpio-adnp.c
drivers/gpio/gpio-crystalcove.c
drivers/gpio/gpio-wcove.c