Re: [PATCH 2/2] pinctrl: ocelot: add support for interrupt controller

2018-08-06 Thread Quentin Schulz
Hi Linus, On Mon, Aug 06, 2018 at 01:06:23PM +0200, Linus Walleij wrote: > Hi Quentin, sorry for delays! > No worries :) > On Wed, Jul 25, 2018 at 2:27 PM Quentin Schulz > wrote: > > > This GPIO controller can serve as an interrupt controller as well on the > > GPIOs it handles. > > > > An

Re: [PATCH 2/2] pinctrl: ocelot: add support for interrupt controller

2018-08-06 Thread Quentin Schulz
Hi Linus, On Mon, Aug 06, 2018 at 01:06:23PM +0200, Linus Walleij wrote: > Hi Quentin, sorry for delays! > No worries :) > On Wed, Jul 25, 2018 at 2:27 PM Quentin Schulz > wrote: > > > This GPIO controller can serve as an interrupt controller as well on the > > GPIOs it handles. > > > > An

Re: [PATCH 2/2] pinctrl: ocelot: add support for interrupt controller

2018-08-06 Thread Linus Walleij
Hi Quentin, sorry for delays! On Wed, Jul 25, 2018 at 2:27 PM Quentin Schulz wrote: > This GPIO controller can serve as an interrupt controller as well on the > GPIOs it handles. > > An interrupt is generated whenever a GPIO line changes and the > interrupt for this GPIO line is enabled. This

Re: [PATCH 2/2] pinctrl: ocelot: add support for interrupt controller

2018-08-06 Thread Linus Walleij
Hi Quentin, sorry for delays! On Wed, Jul 25, 2018 at 2:27 PM Quentin Schulz wrote: > This GPIO controller can serve as an interrupt controller as well on the > GPIOs it handles. > > An interrupt is generated whenever a GPIO line changes and the > interrupt for this GPIO line is enabled. This

[PATCH 2/2] pinctrl: ocelot: add support for interrupt controller

2018-07-25 Thread Quentin Schulz
This GPIO controller can serve as an interrupt controller as well on the GPIOs it handles. An interrupt is generated whenever a GPIO line changes and the interrupt for this GPIO line is enabled. This means that both the changes from low to high and high to low generate an interrupt. For some use

[PATCH 2/2] pinctrl: ocelot: add support for interrupt controller

2018-07-25 Thread Quentin Schulz
This GPIO controller can serve as an interrupt controller as well on the GPIOs it handles. An interrupt is generated whenever a GPIO line changes and the interrupt for this GPIO line is enabled. This means that both the changes from low to high and high to low generate an interrupt. For some use