Re: [PATCH 08/14] irqchip: Add driver for WPCM450 interrupt controller

2021-04-05 Thread Jonathan Neuschäfer
On Fri, Mar 26, 2021 at 07:52:07PM +0100, Jonathan Neuschäfer wrote: > On Wed, Mar 24, 2021 at 05:16:35PM +, Marc Zyngier wrote: > > On Sat, 20 Mar 2021 18:16:04 +, Jonathan Neuschäfer > > wrote: [...] > > > + /* Disable (mask) all interrupts */ > > > + writel(0x, aic->regs + AIC_

Re: [PATCH 08/14] irqchip: Add driver for WPCM450 interrupt controller

2021-03-26 Thread Jonathan Neuschäfer
On Wed, Mar 24, 2021 at 05:16:35PM +, Marc Zyngier wrote: > On Sat, 20 Mar 2021 18:16:04 +, > Jonathan Neuschäfer wrote: > > > > The WPCM450 AIC ("Advanced Interrupt Controller") is the interrupt > > controller found in the Nuvoton WPCM450 SoC and other Winbond/Nuvoton > > SoCs. > > > >

Re: [PATCH 08/14] irqchip: Add driver for WPCM450 interrupt controller

2021-03-24 Thread Marc Zyngier
On Sat, 20 Mar 2021 18:16:04 +, Jonathan Neuschäfer wrote: > > The WPCM450 AIC ("Advanced Interrupt Controller") is the interrupt > controller found in the Nuvoton WPCM450 SoC and other Winbond/Nuvoton > SoCs. > > The list of registers if based on the AMI vendor kernel and the > Nuvoton W90N

[PATCH 08/14] irqchip: Add driver for WPCM450 interrupt controller

2021-03-20 Thread Jonathan Neuschäfer
The WPCM450 AIC ("Advanced Interrupt Controller") is the interrupt controller found in the Nuvoton WPCM450 SoC and other Winbond/Nuvoton SoCs. The list of registers if based on the AMI vendor kernel and the Nuvoton W90N745 datasheet. Although the hardware supports other interrupt modes, the drive