Re: [PATCH 05/13] ARM: OMAP2+: PRCM: create SoC-specific chip restart functions

2012-11-07 Thread Paul Walmsley
Another update on this one to fix a build break that Tony spotted. - Paul From: Paul Walmsley Date: Mon, 29 Oct 2012 20:56:07 -0600 Subject: [PATCH] ARM: OMAP2+: PRCM: create SoC-specific chip restart functions Split omap_prcm_restart() from mach-omap2/prcm.c into SoC-specific variants. T

Re: [PATCH 05/13] ARM: OMAP2+: PRCM: create SoC-specific chip restart functions

2012-11-01 Thread Paul Walmsley
Here's an update of this one. - Paul From: Paul Walmsley Date: Mon, 29 Oct 2012 20:56:07 -0600 Subject: [PATCH] ARM: OMAP2+: PRCM: create SoC-specific chip restart functions Split omap_prcm_restart() from mach-omap2/prcm.c into SoC-specific variants. These functions need to be able to save

Re: [PATCH 05/13] ARM: OMAP2+: PRCM: create SoC-specific chip restart functions

2012-10-30 Thread Paul Walmsley
On Wed, 31 Oct 2012, Vaibhav Hiremath wrote: > omap5xxx_restart declaration needs to be removed from here. > There is no such function implemented in code. Thanks, prototype dropped. - Paul -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majo

Re: [PATCH 05/13] ARM: OMAP2+: PRCM: create SoC-specific chip restart functions

2012-10-30 Thread Vaibhav Hiremath
On 10/26/2012 4:51 AM, Paul Walmsley wrote: > Split omap_prcm_restart() from mach-omap2/prcm.c into SoC-specific > variants. These functions need to be able to save the reboot reason > into the scratchpad RAM. This implies a dependency on both the PRM > and SCM IP blocks, so they've been moved

[PATCH 05/13] ARM: OMAP2+: PRCM: create SoC-specific chip restart functions

2012-10-25 Thread Paul Walmsley
Split omap_prcm_restart() from mach-omap2/prcm.c into SoC-specific variants. These functions need to be able to save the reboot reason into the scratchpad RAM. This implies a dependency on both the PRM and SCM IP blocks, so they've been moved into their own file. This will eventually call functi