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:

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 { >