Re: [PATCH v2 0/3] irqchip: dw-apb-ictl: IRQ_GC_MASK_CACHE_PER_TYPE and PM support

2014-11-26 Thread Jason Cooper
On Wed, Nov 12, 2014 at 02:22:51PM +0800, Jisheng Zhang wrote: > These patches try to improve dw-apb-ictl irqchip driver a bit. > > The first patch improves the performance a bit -- use the relaxed version > > The two dw-apb-ictl's irq_chip_type instances have separate mask registers, > so the

Re: [PATCH v2 0/3] irqchip: dw-apb-ictl: IRQ_GC_MASK_CACHE_PER_TYPE and PM support

2014-11-26 Thread Jason Cooper
On Wed, Nov 12, 2014 at 02:22:51PM +0800, Jisheng Zhang wrote: These patches try to improve dw-apb-ictl irqchip driver a bit. The first patch improves the performance a bit -- use the relaxed version The two dw-apb-ictl's irq_chip_type instances have separate mask registers, so the second

[PATCH v2 0/3] irqchip: dw-apb-ictl: IRQ_GC_MASK_CACHE_PER_TYPE and PM support

2014-11-11 Thread Jisheng Zhang
These patches try to improve dw-apb-ictl irqchip driver a bit. The first patch improves the performance a bit -- use the relaxed version The two dw-apb-ictl's irq_chip_type instances have separate mask registers, so the second patch enables IRQ_GC_MASK_CACHE_PER_TYPE. The last patch adds

[PATCH v2 0/3] irqchip: dw-apb-ictl: IRQ_GC_MASK_CACHE_PER_TYPE and PM support

2014-11-11 Thread Jisheng Zhang
These patches try to improve dw-apb-ictl irqchip driver a bit. The first patch improves the performance a bit -- use the relaxed version The two dw-apb-ictl's irq_chip_type instances have separate mask registers, so the second patch enables IRQ_GC_MASK_CACHE_PER_TYPE. The last patch adds