Re: [U-Boot] [PATCH 08/18] sandbox: Use the reset driver to handle reset

2015-10-03 Thread Simon Glass
Hi Stephen, On 25 September 2015 at 06:32, Stephen Warren wrote: > On 09/24/2015 11:13 PM, Stephen Warren wrote: >> On 08/10/2015 09:44 PM, Simon Glass wrote: >>> Hi Stephen, >>> >>> On 10 August 2015 at 21:35, Stephen Warren wrote: On

Re: [U-Boot] [PATCH 08/18] sandbox: Use the reset driver to handle reset

2015-09-24 Thread Stephen Warren
On 08/10/2015 09:44 PM, Simon Glass wrote: > Hi Stephen, > > On 10 August 2015 at 21:35, Stephen Warren wrote: >> On 07/17/2015 05:58 PM, Simon Glass wrote: >>> On 6 July 2015 at 12:54, Simon Glass wrote: Move sandbox over to use the reset uclass

Re: [U-Boot] [PATCH 08/18] sandbox: Use the reset driver to handle reset

2015-09-24 Thread Stephen Warren
On 09/24/2015 11:13 PM, Stephen Warren wrote: > On 08/10/2015 09:44 PM, Simon Glass wrote: >> Hi Stephen, >> >> On 10 August 2015 at 21:35, Stephen Warren wrote: >>> On 07/17/2015 05:58 PM, Simon Glass wrote: On 6 July 2015 at 12:54, Simon Glass

Re: [U-Boot] [PATCH 08/18] sandbox: Use the reset driver to handle reset

2015-08-10 Thread Stephen Warren
On 07/17/2015 05:58 PM, Simon Glass wrote: On 6 July 2015 at 12:54, Simon Glass s...@chromium.org wrote: Move sandbox over to use the reset uclass for reset, instead of a direct call to do_reset(). This allows us to add tests. Signed-off-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH 08/18] sandbox: Use the reset driver to handle reset

2015-08-10 Thread Simon Glass
Hi Stephen, On 10 August 2015 at 21:35, Stephen Warren swar...@wwwdotorg.org wrote: On 07/17/2015 05:58 PM, Simon Glass wrote: On 6 July 2015 at 12:54, Simon Glass s...@chromium.org wrote: Move sandbox over to use the reset uclass for reset, instead of a direct call to do_reset(). This allows

Re: [U-Boot] [PATCH 08/18] sandbox: Use the reset driver to handle reset

2015-07-17 Thread Simon Glass
On 6 July 2015 at 12:54, Simon Glass s...@chromium.org wrote: Move sandbox over to use the reset uclass for reset, instead of a direct call to do_reset(). This allows us to add tests. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/cpu/cpu.c| 9 +

[U-Boot] [PATCH 08/18] sandbox: Use the reset driver to handle reset

2015-07-06 Thread Simon Glass
Move sandbox over to use the reset uclass for reset, instead of a direct call to do_reset(). This allows us to add tests. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/cpu/cpu.c| 9 + arch/sandbox/dts/test.dts | 8