Re: [U-Boot] [PATCH 3/3] spi: omap3: Convert to driver model

2016-02-16 Thread Tom Rini
On Tue, Feb 16, 2016 at 09:00:28AM -0700, Simon Glass wrote: > On 11 February 2016 at 12:00, Jagan Teki wrote: > > After this conversion the driver will able to support > > both dm and non-dm and code is more extensible like we > > can remove the non-dm part simply without touching anycode > > if

Re: [U-Boot] [PATCH 3/3] spi: omap3: Convert to driver model

2016-02-16 Thread Simon Glass
On 11 February 2016 at 12:00, Jagan Teki wrote: > After this conversion the driver will able to support > both dm and non-dm and code is more extensible like we > can remove the non-dm part simply without touching anycode > if all the boards which are using this driver become dm driven. > > Cc: To

Re: [U-Boot] [PATCH 3/3] spi: omap3: Convert to driver model

2016-02-14 Thread Christophe Henri RICARD
Hi Jagan, Acked-by: Christophe Ricard Best Regards Christophe -Original Message- From: Jagan Teki [mailto:jt...@openedev.com] Sent: jeudi 11 février 2016 20:01 To: u-boot@lists.denx.de Cc: Jagan Teki; Tom Rini; Simon Glass; Christophe Henri RICARD Subject: [PATCH 3/3] spi: omap3: Conver