Re: [PATCH v3 0/9] irqchip: stm32: add stm32h7 support

2018-02-14 Thread Alexandre Torgue
Hi On 11/06/2017 06:03 PM, Ludovic Barre wrote: From: Ludovic Barre This series adds: -Management of multi-bank of external interrupts stm32h7 has up to 96 inputs (3 banks of 32 inputs). -Fix initial value after cold/hot boot (wakeup issue). Changes v3: -remove

Re: [PATCH v3 0/9] irqchip: stm32: add stm32h7 support

2018-02-14 Thread Alexandre Torgue
Hi On 11/06/2017 06:03 PM, Ludovic Barre wrote: From: Ludovic Barre This series adds: -Management of multi-bank of external interrupts stm32h7 has up to 96 inputs (3 banks of 32 inputs). -Fix initial value after cold/hot boot (wakeup issue). Changes v3: -remove chip.name and handler,

Re: [PATCH v3 0/9] irqchip: stm32: add stm32h7 support

2017-11-07 Thread Alexandre Torgue
Hi On 11/07/2017 02:06 PM, Ludovic BARRE wrote: hi Marc normally, Alex take the last 3 ("ARM: dts") commits in his branch, and will send in his pull request Alex you confirm? Yes. I will merge DT patches in my next pull request (for 4. 16) Regards Alex BR Ludo On 11/07/2017 12:23 PM,

Re: [PATCH v3 0/9] irqchip: stm32: add stm32h7 support

2017-11-07 Thread Alexandre Torgue
Hi On 11/07/2017 02:06 PM, Ludovic BARRE wrote: hi Marc normally, Alex take the last 3 ("ARM: dts") commits in his branch, and will send in his pull request Alex you confirm? Yes. I will merge DT patches in my next pull request (for 4. 16) Regards Alex BR Ludo On 11/07/2017 12:23 PM,

Re: [PATCH v3 0/9] irqchip: stm32: add stm32h7 support

2017-11-07 Thread Ludovic BARRE
hi Marc normally, Alex take the last 3 ("ARM: dts") commits in his branch, and will send in his pull request Alex you confirm? BR Ludo On 11/07/2017 12:23 PM, Marc Zyngier wrote: Hi Ludovic, On 06/11/17 17:03, Ludovic Barre wrote: From: Ludovic Barre This series

Re: [PATCH v3 0/9] irqchip: stm32: add stm32h7 support

2017-11-07 Thread Ludovic BARRE
hi Marc normally, Alex take the last 3 ("ARM: dts") commits in his branch, and will send in his pull request Alex you confirm? BR Ludo On 11/07/2017 12:23 PM, Marc Zyngier wrote: Hi Ludovic, On 06/11/17 17:03, Ludovic Barre wrote: From: Ludovic Barre This series adds: -Management of

Re: [PATCH v3 0/9] irqchip: stm32: add stm32h7 support

2017-11-07 Thread Marc Zyngier
Hi Ludovic, On 06/11/17 17:03, Ludovic Barre wrote: > From: Ludovic Barre > > This series adds: > -Management of multi-bank of external interrupts > stm32h7 has up to 96 inputs (3 banks of 32 inputs). > -Fix initial value after cold/hot boot (wakeup issue). > > Changes

Re: [PATCH v3 0/9] irqchip: stm32: add stm32h7 support

2017-11-07 Thread Marc Zyngier
Hi Ludovic, On 06/11/17 17:03, Ludovic Barre wrote: > From: Ludovic Barre > > This series adds: > -Management of multi-bank of external interrupts > stm32h7 has up to 96 inputs (3 banks of 32 inputs). > -Fix initial value after cold/hot boot (wakeup issue). > > Changes v3: > -remove chip.name

[PATCH v3 0/9] irqchip: stm32: add stm32h7 support

2017-11-06 Thread Ludovic Barre
From: Ludovic Barre This series adds: -Management of multi-bank of external interrupts stm32h7 has up to 96 inputs (3 banks of 32 inputs). -Fix initial value after cold/hot boot (wakeup issue). Changes v3: -remove chip.name and handler, already done by

[PATCH v3 0/9] irqchip: stm32: add stm32h7 support

2017-11-06 Thread Ludovic Barre
From: Ludovic Barre This series adds: -Management of multi-bank of external interrupts stm32h7 has up to 96 inputs (3 banks of 32 inputs). -Fix initial value after cold/hot boot (wakeup issue). Changes v3: -remove chip.name and handler, already done by irq_alloc_domain_generic_chips -add Rob