Re: [PATCH v4 4/6] irqchip: ocelot: Add support for Luton platforms

2020-11-23 Thread Alexandre Belloni
On 20/11/2020 17:41:06+0100, Gregory CLEMENT wrote: > This patch extends irqchip driver for oceleot to be used with an other > vcoreiii base platform: Luton. > > For this platform there is a few differences: >- the interrupt must be enabled for the parent controller >- there is no trigger

[PATCH v4 4/6] irqchip: ocelot: Add support for Luton platforms

2020-11-20 Thread Gregory CLEMENT
This patch extends irqchip driver for oceleot to be used with an other vcoreiii base platform: Luton. For this platform there is a few differences: - the interrupt must be enabled for the parent controller - there is no trigger register needed to be managed Signed-off-by: Gregory CLEMENT