Re: [PATCH 01/11] irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain

2018-05-11 Thread Ludovic BARRE
On 05/08/2018 04:47 PM, Marc Zyngier wrote: On 26/04/18 17:18, Ludovic Barre wrote: From: radek - In stm32_exti_alloc function, discards irq_domain_set_info with handle_simple_irq. This overwrite the setting defined while init of generic chips. Exti

Re: [PATCH 01/11] irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain

2018-05-11 Thread Ludovic BARRE
On 05/08/2018 04:47 PM, Marc Zyngier wrote: On 26/04/18 17:18, Ludovic Barre wrote: From: radek - In stm32_exti_alloc function, discards irq_domain_set_info with handle_simple_irq. This overwrite the setting defined while init of generic chips. Exti controller manages edge irq type. -

Re: [PATCH 01/11] irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain

2018-05-08 Thread Marc Zyngier
On 26/04/18 17:18, Ludovic Barre wrote: > From: radek > > - In stm32_exti_alloc function, discards irq_domain_set_info > with handle_simple_irq. This overwrite the setting defined while init > of generic chips. Exti controller manages edge irq type. > - Removes

Re: [PATCH 01/11] irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain

2018-05-08 Thread Marc Zyngier
On 26/04/18 17:18, Ludovic Barre wrote: > From: radek > > - In stm32_exti_alloc function, discards irq_domain_set_info > with handle_simple_irq. This overwrite the setting defined while init > of generic chips. Exti controller manages edge irq type. > - Removes acking in chained irq handler

[PATCH 01/11] irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain

2018-04-26 Thread Ludovic Barre
From: radek - In stm32_exti_alloc function, discards irq_domain_set_info with handle_simple_irq. This overwrite the setting defined while init of generic chips. Exti controller manages edge irq type. - Removes acking in chained irq handler as this is done by

[PATCH 01/11] irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain

2018-04-26 Thread Ludovic Barre
From: radek - In stm32_exti_alloc function, discards irq_domain_set_info with handle_simple_irq. This overwrite the setting defined while init of generic chips. Exti controller manages edge irq type. - Removes acking in chained irq handler as this is done by irq_chip itself inside