Re: [U-Boot] [PATCH v2 05/30] dm: spi: Move cmd device code into its own function

2014-09-30 Thread Simon Glass
On 15 September 2014 06:33, Simon Glass wrote: > In preparation for changing the error handling in this code for driver > model, move it into its own function. > > Reviewed-by: Jagannadha Sutradharudu Teki > Signed-off-by: Simon Glass > --- > > Changes in v2: None Applied to u-boot-dm/for-tom a

[U-Boot] [PATCH v2 05/30] dm: spi: Move cmd device code into its own function

2014-09-15 Thread Simon Glass
In preparation for changing the error handling in this code for driver model, move it into its own function. Reviewed-by: Jagannadha Sutradharudu Teki Signed-off-by: Simon Glass --- Changes in v2: None common/cmd_spi.c | 53 - 1 file changed