Re: [PATCH v2] powerpc/8xx: Adding support of IRQ in MPC8xx GPIO

2017-05-05 Thread Rob Herring
On Mon, May 01, 2017 at 09:38:13AM +0200, Christophe Leroy wrote: > This patch allows the use of IRQ to notify the change of GPIO status > on MPC8xx CPM IO ports. This then allows to associate IRQs to GPIOs > in the Device Tree. Wow, that's an old part. > Ex: > CPM1_PIO_C:

[PATCH v2] powerpc/8xx: Adding support of IRQ in MPC8xx GPIO

2017-05-01 Thread Christophe Leroy
This patch allows the use of IRQ to notify the change of GPIO status on MPC8xx CPM IO ports. This then allows to associate IRQs to GPIOs in the Device Tree. Ex: CPM1_PIO_C: gpio-controller@960 { #gpio-cells = <2>; compatible = "fsl,cpm1-pario-bank-c";