Re: [PATCH] arm64: use common reboot infrastructure

2013-07-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:13 Thu 11 Jul , Marc Zyngier wrote: > Commit 7b6d864b48d9 (reboot: arm: change reboot_mode to use enum > reboot_mode) changed the way reboot is handled on arm, which has a > direct impact on arm64 as we share the reset driver on the VE platform. > > The obvious fix is to move arm64 to

Re: [PATCH] arm64: use common reboot infrastructure

2013-07-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:13 Thu 11 Jul , Marc Zyngier wrote: Commit 7b6d864b48d9 (reboot: arm: change reboot_mode to use enum reboot_mode) changed the way reboot is handled on arm, which has a direct impact on arm64 as we share the reset driver on the VE platform. The obvious fix is to move arm64 to use

Re: [PATCH] arm64: use common reboot infrastructure

2013-07-17 Thread Catalin Marinas
On Thu, Jul 11, 2013 at 12:13:00PM +0100, Marc Zyngier wrote: > Commit 7b6d864b48d9 (reboot: arm: change reboot_mode to use enum > reboot_mode) changed the way reboot is handled on arm, which has a > direct impact on arm64 as we share the reset driver on the VE platform. > > The obvious fix is to

Re: [PATCH] arm64: use common reboot infrastructure

2013-07-17 Thread Catalin Marinas
On Thu, Jul 11, 2013 at 12:13:00PM +0100, Marc Zyngier wrote: Commit 7b6d864b48d9 (reboot: arm: change reboot_mode to use enum reboot_mode) changed the way reboot is handled on arm, which has a direct impact on arm64 as we share the reset driver on the VE platform. The obvious fix is to move

[PATCH] arm64: use common reboot infrastructure

2013-07-11 Thread Marc Zyngier
Commit 7b6d864b48d9 (reboot: arm: change reboot_mode to use enum reboot_mode) changed the way reboot is handled on arm, which has a direct impact on arm64 as we share the reset driver on the VE platform. The obvious fix is to move arm64 to use the same infrastructure. Cc: Robin Holt Cc: Pawel

[PATCH] arm64: use common reboot infrastructure

2013-07-11 Thread Marc Zyngier
Commit 7b6d864b48d9 (reboot: arm: change reboot_mode to use enum reboot_mode) changed the way reboot is handled on arm, which has a direct impact on arm64 as we share the reset driver on the VE platform. The obvious fix is to move arm64 to use the same infrastructure. Cc: Robin Holt h...@sgi.com