Re: [U-Boot] [PATCH v5 02/12] spi: davinci_spi: Convert to driver to adapt to DM

2016-05-23 Thread Vignesh R
On 05/20/2016 08:54 PM, Simon Glass wrote: > Hi Vignesh, > > On 19 May 2016 at 23:01, Vignesh R wrote: >> >> Convert davinci_spi driver so that it complies with SPI DM framework. >> >> Signed-off-by: Vignesh R >> Reviewed-by: Tom Rini >> --- >> >> v5: correct error message. >> >> v4: Check er

Re: [U-Boot] [PATCH v5 02/12] spi: davinci_spi: Convert to driver to adapt to DM

2016-05-20 Thread Simon Glass
Hi Vignesh, On 19 May 2016 at 23:01, Vignesh R wrote: > > Convert davinci_spi driver so that it complies with SPI DM framework. > > Signed-off-by: Vignesh R > Reviewed-by: Tom Rini > --- > > v5: correct error message. > > v4: Check error returned by dev_map_physmem(). > > v3: No changes > > v2: