Re: [U-Boot] [PATCH] drivers: spi: migrate cf_spi to DM

2018-05-02 Thread Jagan Teki
On Sat, Apr 21, 2018 at 3:17 AM, Angelo Dureghello wrote: > Hi Jagan, > > On Fri, Apr 20, 2018 at 09:37:29PM +, Jagan Teki wrote: >> On Thu, Mar 22, 2018 at 8:13 PM, Angelo Dureghello wrote: >> > This patch adds DM support to cf_spi.c. >> > To be able to build spi driver with DM support, a ne

Re: [U-Boot] [PATCH] drivers: spi: migrate cf_spi to DM

2018-04-20 Thread Angelo Dureghello
Hi Jagan, On Fri, Apr 20, 2018 at 09:37:29PM +, Jagan Teki wrote: > On Thu, Mar 22, 2018 at 8:13 PM, Angelo Dureghello wrote: > > This patch adds DM support to cf_spi.c. > > To be able to build spi driver with DM support, a new config > > option has been introdiced (DM_NO_DT) since m68k archi

Re: [U-Boot] [PATCH] drivers: spi: migrate cf_spi to DM

2018-04-19 Thread Jagan Teki
On Thu, Mar 22, 2018 at 8:13 PM, Angelo Dureghello wrote: > This patch adds DM support to cf_spi.c. > To be able to build spi driver with DM support, a new config > option has been introdiced (DM_NO_DT) since m68k architecture > does not support fdt. This can be different case, how about using pl

[U-Boot] [PATCH] drivers: spi: migrate cf_spi to DM

2018-03-22 Thread Angelo Dureghello
This patch adds DM support to cf_spi.c. To be able to build spi driver with DM support, a new config option has been introdiced (DM_NO_DT) since m68k architecture does not support fdt. Signed-off-by: Angelo Dureghello --- arch/Kconfig| 1 + drivers/core/Kconfig