Re: [U-Boot] [PATCH 2/3] remoteproc: Introduce a sandbox dummy driver

2015-08-25 Thread Nishanth Menon
On 08/25/2015 12:04 AM, Simon Glass wrote: [...] >> +# Please keep the configuration alphabetically sorted. >> +config DM_TESTPROC_SANDBOX > > Should this be REMOTEPROC_SANDBOX? Yep - will do. >> diff --git a/drivers/remoteproc/sandbox_testproc.c >> b/drivers/remoteproc/sandbox_testproc.c >> ne

Re: [U-Boot] [PATCH 2/3] remoteproc: Introduce a sandbox dummy driver

2015-08-24 Thread Simon Glass
Hi Nishanth, On 24 August 2015 at 11:28, Nishanth Menon wrote: > Introduce a dummy driver for sandbox that allows us to verify basic > functionality. This is not meant to do anything functional - but is > more or less meant as a framework plumbing debug helper. > > The sandbox remoteproc driver m

[U-Boot] [PATCH 2/3] remoteproc: Introduce a sandbox dummy driver

2015-08-24 Thread Nishanth Menon
Introduce a dummy driver for sandbox that allows us to verify basic functionality. This is not meant to do anything functional - but is more or less meant as a framework plumbing debug helper. The sandbox remoteproc driver maintains absolutey no states and is a simple driver which just is filled w