Re: [PATCH 06/19] irqchip: atmel-aic: introduce register data structure

2016-01-06 Thread Milo Kim
On 01/04/2016 05:53 PM, Boris Brezillon wrote: On Mon, 4 Jan 2016 13:28:30 +0900 Milo Kim wrote: Structure, 'aic_reg_offset' describes for device specific register offset. Each offset is used for IRQ chip operation. AIC and AIC5 have different register values, but the structure can be shared.

Re: [PATCH 06/19] irqchip: atmel-aic: introduce register data structure

2016-01-04 Thread Boris Brezillon
On Mon, 4 Jan 2016 13:28:30 +0900 Milo Kim wrote: > Structure, 'aic_reg_offset' describes for device specific register offset. > Each offset is used for IRQ chip operation. AIC and AIC5 have different > register values, but the structure can be shared. > > Please note that this is not complete p

[PATCH 06/19] irqchip: atmel-aic: introduce register data structure

2016-01-03 Thread Milo Kim
Structure, 'aic_reg_offset' describes for device specific register offset. Each offset is used for IRQ chip operation. AIC and AIC5 have different register values, but the structure can be shared. Please note that this is not complete patch, it's a preceding step for making unified AIC driver. Cc