Re: [PATCH 08/19] irqchip: atmel-aic: add common mask and unmask functions

2016-01-04 Thread Boris Brezillon
On Mon, 4 Jan 2016 13:28:32 +0900 Milo Kim wrote: > AIC has one register access to enable/disable an interrupt. > AIC5 requires two register accesses - SSR and IECR/IDCR. > This patch unifies interrupt mask and unmask operations. > > Mask and unmask operations are moved into aic_common_of_init()

[PATCH 08/19] irqchip: atmel-aic: add common mask and unmask functions

2016-01-03 Thread Milo Kim
AIC has one register access to enable/disable an interrupt. AIC5 requires two register accesses - SSR and IECR/IDCR. This patch unifies interrupt mask and unmask operations. Mask and unmask operations are moved into aic_common_of_init(). AIC5 can have multiple IRQ chips, mask/unmask should be assi