Re: [PATCH v4 2/9] drivers: irqchip: Add STM32 external interrupts support

2016-09-08 Thread Alexandre Torgue
Hi Jason, On 09/06/2016 07:37 PM, Jason Cooper wrote: On Tue, Sep 06, 2016 at 06:45:34PM +0200, Alexandre TORGUE wrote: The STM32 external interrupt controller consists of edge detectors that generate interrupts requests or wake-up events. Each line can be independently configured as interrupt

Re: [PATCH v4 2/9] drivers: irqchip: Add STM32 external interrupts support

2016-09-06 Thread Jason Cooper
On Tue, Sep 06, 2016 at 06:45:34PM +0200, Alexandre TORGUE wrote: > The STM32 external interrupt controller consists of edge detectors that > generate interrupts requests or wake-up events. > > Each line can be independently configured as interrupt or wake-up source, > and triggers either on risin

[PATCH v4 2/9] drivers: irqchip: Add STM32 external interrupts support

2016-09-06 Thread Alexandre TORGUE
The STM32 external interrupt controller consists of edge detectors that generate interrupts requests or wake-up events. Each line can be independently configured as interrupt or wake-up source, and triggers either on rising, falling or both edges. Each line can also be masked independently. Signe