Re: [PATCH v2 1/2] irqchip: stm32: don't clear rising/falling config registers at init

2019-03-07 Thread Marc Zyngier
On 07/03/2019 17:36, Fabien Dessenne wrote: > falling and rising configuration and status registers are not banked. > As they are shared with M4 co-processor, they should not be cleared > at probe time, else M4 co-processor configuration will be lost. > > Signed-off-by: Loic Pallardy > Signed-off

[PATCH v2 1/2] irqchip: stm32: don't clear rising/falling config registers at init

2019-03-07 Thread Fabien Dessenne
falling and rising configuration and status registers are not banked. As they are shared with M4 co-processor, they should not be cleared at probe time, else M4 co-processor configuration will be lost. Signed-off-by: Loic Pallardy Signed-off-by: Fabien Dessenne --- drivers/irqchip/irq-stm32-ext