Re: [PATCH v7 02/11] power/restart: Call machine_restart instead of arm_pm_restart

2014-08-23 Thread Guenter Roeck
On 08/21/2014 01:39 PM, Sebastian Reichel wrote: Hi, On Tue, Aug 19, 2014 at 05:45:29PM -0700, Guenter Roeck wrote: machine_restart is supported on non-ARM platforms, and and ultimately calls arm_pm_restart, so dont call arm_pm_restart directly but use the more generic function. Cc: Russell Ki

Re: [PATCH v7 02/11] power/restart: Call machine_restart instead of arm_pm_restart

2014-08-21 Thread Sebastian Reichel
Hi, On Tue, Aug 19, 2014 at 05:45:29PM -0700, Guenter Roeck wrote: > machine_restart is supported on non-ARM platforms, and and ultimately calls > arm_pm_restart, so dont call arm_pm_restart directly but use the more > generic function. > > Cc: Russell King > Signed-off-by: Guenter Roeck > Acke

Re: [PATCH v7 02/11] power/restart: Call machine_restart instead of arm_pm_restart

2014-08-21 Thread Guenter Roeck
On Thu, Aug 21, 2014 at 12:30:44PM -0700, Doug Anderson wrote: > Guenter, > > On Wed, Aug 20, 2014 at 9:42 PM, Guenter Roeck wrote: > > On Wed, Aug 20, 2014 at 09:10:31PM -0700, Doug Anderson wrote: > >> Guenter, > >> > >> On Tue, Aug 19, 2014 at 5:45 PM, Guenter Roeck wrote: > >> > machine_rest

Re: [PATCH v7 02/11] power/restart: Call machine_restart instead of arm_pm_restart

2014-08-21 Thread Doug Anderson
Guenter, On Wed, Aug 20, 2014 at 9:42 PM, Guenter Roeck wrote: > On Wed, Aug 20, 2014 at 09:10:31PM -0700, Doug Anderson wrote: >> Guenter, >> >> On Tue, Aug 19, 2014 at 5:45 PM, Guenter Roeck wrote: >> > machine_restart is supported on non-ARM platforms, and and ultimately calls >> > arm_pm_res

Re: [PATCH v7 02/11] power/restart: Call machine_restart instead of arm_pm_restart

2014-08-20 Thread Guenter Roeck
On Wed, Aug 20, 2014 at 09:10:31PM -0700, Doug Anderson wrote: > Guenter, > > On Tue, Aug 19, 2014 at 5:45 PM, Guenter Roeck wrote: > > machine_restart is supported on non-ARM platforms, and and ultimately calls > > arm_pm_restart, so dont call arm_pm_restart directly but use the more > > generic

Re: [PATCH v7 02/11] power/restart: Call machine_restart instead of arm_pm_restart

2014-08-20 Thread Doug Anderson
Guenter, On Tue, Aug 19, 2014 at 5:45 PM, Guenter Roeck wrote: > machine_restart is supported on non-ARM platforms, and and ultimately calls > arm_pm_restart, so dont call arm_pm_restart directly but use the more > generic function. > > Cc: Russell King Do you need to submit this to his patch t

[PATCH v7 02/11] power/restart: Call machine_restart instead of arm_pm_restart

2014-08-19 Thread Guenter Roeck
machine_restart is supported on non-ARM platforms, and and ultimately calls arm_pm_restart, so dont call arm_pm_restart directly but use the more generic function. Cc: Russell King Signed-off-by: Guenter Roeck Acked-by: Catalin Marinas Acked-by: Heiko Stuebner --- v7: No change. v6: No change.