Re: [U-Boot] [PATCH 04/25] dm: spi: Move cmd device code into its own function

2014-09-02 Thread Simon Glass
Hi Jagan, On 25 August 2014 12:31, Jagan Teki wrote: > On 15 July 2014 06:26, Simon Glass wrote: >> In preparation for changing the error handling in this code for driver >> model, move it into its own function. >> >> Signed-off-by: Simon Glass >> --- >> >> common/cmd_spi.c | 53 ++

Re: [U-Boot] [PATCH 04/25] dm: spi: Move cmd device code into its own function

2014-08-25 Thread Jagan Teki
On 15 July 2014 06:26, Simon Glass wrote: > In preparation for changing the error handling in this code for driver > model, move it into its own function. > > Signed-off-by: Simon Glass > --- > > common/cmd_spi.c | 53 - > 1 file changed, 32 in

[U-Boot] [PATCH 04/25] dm: spi: Move cmd device code into its own function

2014-07-14 Thread Simon Glass
In preparation for changing the error handling in this code for driver model, move it into its own function. Signed-off-by: Simon Glass --- common/cmd_spi.c | 53 - 1 file changed, 32 insertions(+), 21 deletions(-) diff --git a/common/cmd_spi