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

2016-06-16 Thread Vignesh R
On Friday 17 June 2016 03:40 AM, Jagan Teki wrote: > On Jun 16, 2016 4:12 PM, Vignesh R wrote: >> >> >> >> On Tuesday 24 May 2016 09:54 AM, Vignesh R wrote: >>> Convert davinci_spi driver so that it complies with SPI DM framework. >>> >>> Signed-off-by: Vignesh R >>> --- >>> >>> v6: Fix ret

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

2016-06-16 Thread Simon Glass
Hi Vignesh, On 23 May 2016 at 22:24, Vignesh R wrote: > Convert davinci_spi driver so that it complies with SPI DM framework. > > Signed-off-by: Vignesh R > --- > > v6: Fix retval on dev_map_physmem() failure. > > drivers/spi/davinci_spi.c | 329 > +-

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

2016-06-16 Thread Jagan Teki
On Jun 16, 2016 4:12 PM, Vignesh R wrote: > > > > On Tuesday 24 May 2016 09:54 AM, Vignesh R wrote: > > Convert davinci_spi driver so that it complies with SPI DM framework. > > > > Signed-off-by: Vignesh R > > --- > > > > v6: Fix retval on dev_map_physmem() failure. > > > Gentle ping

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

2016-06-16 Thread Vignesh R
On Tuesday 24 May 2016 09:54 AM, Vignesh R wrote: > Convert davinci_spi driver so that it complies with SPI DM framework. > > Signed-off-by: Vignesh R > --- > > v6: Fix retval on dev_map_physmem() failure. Gentle ping > > drivers/spi/davinci_spi.c | 329 >

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

2016-05-23 Thread Vignesh R
Convert davinci_spi driver so that it complies with SPI DM framework. Signed-off-by: Vignesh R --- v6: Fix retval on dev_map_physmem() failure. drivers/spi/davinci_spi.c | 329 +- 1 file changed, 240 insertions(+), 89 deletions(-) diff --git a/drive