Re: [PATCH 04/17] irqchip: irq-armada-370-xp: suspend/resume support

2014-11-13 Thread Thomas Petazzoni
Dear Gregory CLEMENT, On Mon, 03 Nov 2014 18:38:10 +0100, Gregory CLEMENT wrote: > > It is worth mentioning that the affinity is lost during a > > suspend/resume cycle, because when a secondary CPU is brought > > off-line, all interrupts that are assigned to this CPU in terms of > > affinity

Re: [PATCH 04/17] irqchip: irq-armada-370-xp: suspend/resume support

2014-11-13 Thread Thomas Petazzoni
Dear Gregory CLEMENT, On Mon, 03 Nov 2014 18:38:10 +0100, Gregory CLEMENT wrote: It is worth mentioning that the affinity is lost during a suspend/resume cycle, because when a secondary CPU is brought off-line, all interrupts that are assigned to this CPU in terms of affinity gets

Re: [PATCH 04/17] irqchip: irq-armada-370-xp: suspend/resume support

2014-11-03 Thread Gregory CLEMENT
Hi Thomas, On 24/10/2014 13:59, Thomas Petazzoni wrote: > This commit adds suspend/resume support to the irqchip driver used on > Armada XP platforms (amongst others). It does so by adding a set of > suspend/resume syscore_ops, that will respectively save and restore > the necessary registers to

Re: [PATCH 04/17] irqchip: irq-armada-370-xp: suspend/resume support

2014-11-03 Thread Gregory CLEMENT
Hi Thomas, On 24/10/2014 13:59, Thomas Petazzoni wrote: This commit adds suspend/resume support to the irqchip driver used on Armada XP platforms (amongst others). It does so by adding a set of suspend/resume syscore_ops, that will respectively save and restore the necessary registers to

[PATCH 04/17] irqchip: irq-armada-370-xp: suspend/resume support

2014-10-24 Thread Thomas Petazzoni
This commit adds suspend/resume support to the irqchip driver used on Armada XP platforms (amongst others). It does so by adding a set of suspend/resume syscore_ops, that will respectively save and restore the necessary registers to ensure interrupts continue to work after resume. It is worth

[PATCH 04/17] irqchip: irq-armada-370-xp: suspend/resume support

2014-10-24 Thread Thomas Petazzoni
This commit adds suspend/resume support to the irqchip driver used on Armada XP platforms (amongst others). It does so by adding a set of suspend/resume syscore_ops, that will respectively save and restore the necessary registers to ensure interrupts continue to work after resume. It is worth