Re: [PATCH] ARM: ux500: add restart support via prcmu

2013-06-17 Thread Linus Walleij
On Fri, Jun 14, 2013 at 3:22 PM, Fabio Baltieri wrote: > Add necessary code to restart ux500 based machines using > prcmu_system_reset(). > > Signed-off-by: Fabio Baltieri > --- > > Hi Linus, > > this is something I had in my tree for some time. This adds basic > soft-reboot support for all ux5

[PATCH] ARM: ux500: add restart support via prcmu

2013-06-14 Thread Fabio Baltieri
Add necessary code to restart ux500 based machines using prcmu_system_reset(). Signed-off-by: Fabio Baltieri --- Hi Linus, this is something I had in my tree for some time. This adds basic soft-reboot support for all ux500 machines using prcmu (the actual reboot code was already there) and may