Re: [U-Boot] [PATCH v3 02/11] drivers: spi: cf_spi: add Kconfig option

2018-10-18 Thread Simon Glass
On 13 October 2018 at 16:34, Angelo Dureghello wrote: > This patch adds cf_spi DM Kconfig option. > > Signed-off-by: Angelo Dureghello > --- > Changes for v2: > - new patch > Changes for v3: > - re-put SOFT_SPI in place, options are out of alphabetical order > --- > drivers/spi/Kconfig | 6 +

[U-Boot] [PATCH v3 02/11] drivers: spi: cf_spi: add Kconfig option

2018-10-14 Thread Angelo Dureghello
This patch adds cf_spi DM Kconfig option. Signed-off-by: Angelo Dureghello --- Changes for v2: - new patch Changes for v3: - re-put SOFT_SPI in place, options are out of alphabetical order --- drivers/spi/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/spi/Kconfig b/dri