Re: [U-Boot] [PATCH v2 08/16] drivers: spi: ti_qspi: convert driver to adopt device driver model

2015-11-08 Thread Tom Rini
On Wed, Nov 04, 2015 at 01:46:16PM +0530, Mugunthan V N wrote: > adopt ti_qspi driver to device driver model > > Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH v2 08/16] drivers: spi: ti_qspi: convert driver to adopt device driver model

2015-11-06 Thread Simon Glass
On 4 November 2015 at 01:16, Mugunthan V N wrote: > adopt ti_qspi driver to device driver model > > Signed-off-by: Mugunthan V N > --- > drivers/spi/ti_qspi.c | 172 > ++ > 1 file changed, 172

[U-Boot] [PATCH v2 08/16] drivers: spi: ti_qspi: convert driver to adopt device driver model

2015-11-04 Thread Mugunthan V N
adopt ti_qspi driver to device driver model Signed-off-by: Mugunthan V N --- drivers/spi/ti_qspi.c | 172 ++ 1 file changed, 172 insertions(+) diff --git a/drivers/spi/ti_qspi.c b/drivers/spi/ti_qspi.c index 003df80..fa86f4f