Re: [PATCH v7 08/11] arm/arm64: Unexport restart handlers

2014-12-04 Thread Guenter Roeck
On Thu, Dec 04, 2014 at 04:06:22PM +0100, Arnd Bergmann wrote: > On Thursday 04 December 2014 06:51:49 Guenter Roeck wrote: > > On 12/04/2014 06:44 AM, Geert Uytterhoeven wrote: > > > On Thu, Dec 4, 2014 at 3:26 PM, Guenter Roeck wrote: > > >> On 12/04/2014 05:36 AM, Geert Uytterhoeven wrote: > >

Re: [PATCH v7 08/11] arm/arm64: Unexport restart handlers

2014-12-04 Thread Arnd Bergmann
On Thursday 04 December 2014 06:51:49 Guenter Roeck wrote: > On 12/04/2014 06:44 AM, Geert Uytterhoeven wrote: > > On Thu, Dec 4, 2014 at 3:26 PM, Guenter Roeck wrote: > >> On 12/04/2014 05:36 AM, Geert Uytterhoeven wrote: > >>> On Wed, Aug 20, 2014 at 2:45 AM, Guenter Roeck wrote: > Impleme

Re: [PATCH v7 08/11] arm/arm64: Unexport restart handlers

2014-12-04 Thread Guenter Roeck
On 12/04/2014 06:44 AM, Geert Uytterhoeven wrote: Hi Günther, On Thu, Dec 4, 2014 at 3:26 PM, Guenter Roeck wrote: On 12/04/2014 05:36 AM, Geert Uytterhoeven wrote: On Wed, Aug 20, 2014 at 2:45 AM, Guenter Roeck wrote: Implementing a restart handler in a module don't make sense as there wou

Re: [PATCH v7 08/11] arm/arm64: Unexport restart handlers

2014-12-04 Thread Geert Uytterhoeven
Hi Günther, On Thu, Dec 4, 2014 at 3:26 PM, Guenter Roeck wrote: > On 12/04/2014 05:36 AM, Geert Uytterhoeven wrote: >> On Wed, Aug 20, 2014 at 2:45 AM, Guenter Roeck wrote: >>> Implementing a restart handler in a module don't make sense >>> as there would be no guarantee that the module is load

Re: [PATCH v7 08/11] arm/arm64: Unexport restart handlers

2014-12-04 Thread Guenter Roeck
On 12/04/2014 05:36 AM, Geert Uytterhoeven wrote: Hi Günther, On Wed, Aug 20, 2014 at 2:45 AM, Guenter Roeck wrote: Implementing a restart handler in a module don't make sense as there would be no guarantee that the module is loaded when a restart is needed. Unexport arm_pm_restart to ensure t

Re: [PATCH v7 08/11] arm/arm64: Unexport restart handlers

2014-12-04 Thread Geert Uytterhoeven
Hi Günther, On Wed, Aug 20, 2014 at 2:45 AM, Guenter Roeck wrote: > Implementing a restart handler in a module don't make sense > as there would be no guarantee that the module is loaded when > a restart is needed. Unexport arm_pm_restart to ensure that > no one gets the idea to do it anyway. Wh

Re: [PATCH v7 08/11] arm/arm64: Unexport restart handlers

2014-08-20 Thread Doug Anderson
Guenter, On Tue, Aug 19, 2014 at 5:45 PM, Guenter Roeck wrote: > Implementing a restart handler in a module don't make sense > as there would be no guarantee that the module is loaded when > a restart is needed. Unexport arm_pm_restart to ensure that > no one gets the idea to do it anyway. > > Si

[PATCH v7 08/11] arm/arm64: Unexport restart handlers

2014-08-19 Thread Guenter Roeck
Implementing a restart handler in a module don't make sense as there would be no guarantee that the module is loaded when a restart is needed. Unexport arm_pm_restart to ensure that no one gets the idea to do it anyway. Signed-off-by: Guenter Roeck Acked-by: Catalin Marinas Acked-by: Heiko Stueb