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:

Re: powerpc/8xx: Adding support of IRQ in MPC8xx GPIO

2017-05-01 Thread Scott Wood
On Mon, 2017-05-01 at 09:46 +0200, christophe leroy wrote: > > Le 30/04/2017 à 08:48, Scott Wood a écrit : > > On Thu, Mar 09, 2017 at 10:42:04AM +0100, Christophe Leroy wrote: > > > > > > @@ -625,6 +641,14 @@ int cpm1_gpiochip_add16(struct device_node *np) > > > > > >  

Re: powerpc/8xx: Adding support of IRQ in MPC8xx GPIO

2017-05-01 Thread christophe leroy
Le 30/04/2017 à 08:48, Scott Wood a écrit : On Thu, Mar 09, 2017 at 10:42:04AM +0100, 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. 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";

Re: powerpc/8xx: Adding support of IRQ in MPC8xx GPIO

2017-04-30 Thread Scott Wood
On Thu, Mar 09, 2017 at 10:42:04AM +0100, 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. > > Ex: > CPM1_PIO_C: gpio-controller@960 { >

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

2017-03-09 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";