Re: [PATCH 3/5] ARM: mvebu: Allow using the GIC for wakeup in standby mode

2015-04-01 Thread Gregory CLEMENT
Hi Marcin, On 01/04/2015 10:34, Marcin Wojtas wrote: > Hi Gregory, > > 2015-03-30 16:04 GMT+02:00 Gregory CLEMENT > : >> On the Armada 375/38x/39x SoCs, in standby mode the SoC stay powered >> and it is possible to wake-up from any interrupt sources. This patch >> adds flag to the GIC irqchip dr

Re: [PATCH 3/5] ARM: mvebu: Allow using the GIC for wakeup in standby mode

2015-04-01 Thread Marcin Wojtas
Hi Gregory, 2015-03-30 16:04 GMT+02:00 Gregory CLEMENT : > On the Armada 375/38x/39x SoCs, in standby mode the SoC stay powered > and it is possible to wake-up from any interrupt sources. This patch > adds flag to the GIC irqchip driver to let linux know this. > > Signed-off-by: Gregory CLEMENT >

[PATCH 3/5] ARM: mvebu: Allow using the GIC for wakeup in standby mode

2015-03-30 Thread Gregory CLEMENT
On the Armada 375/38x/39x SoCs, in standby mode the SoC stay powered and it is possible to wake-up from any interrupt sources. This patch adds flag to the GIC irqchip driver to let linux know this. Signed-off-by: Gregory CLEMENT --- arch/arm/mach-mvebu/board-v7.c | 7 +++ 1 file changed, 7 i