Re: [U-Boot] [PATCH u-boot] spi: Add Amlogic Meson SPI Flash Controller driver

2018-11-20 Thread Loic Devulder
Neil, I just saw that you found a bug and you will send a v2 patch, so I will retest it with the new version. On 11/21/18 12:45 AM, Loic Devulder wrote: > Hi Neil, > > I was able to detect the W25Q16FW SPI flash of my Khadas VIM2 with your > patch: > => sspi > SF: Detected w25q16dw with page

Re: [U-Boot] [PATCH u-boot] spi: Add Amlogic Meson SPI Flash Controller driver

2018-11-20 Thread Loic Devulder
Hi Neil, I was able to detect the W25Q16FW SPI flash of my Khadas VIM2 with your patch: => sspi SF: Detected w25q16dw with page size 256 Bytes, erase size 4 KiB, total 2 MiB => sf probe SF: Detected w25q16dw with page size 256 Bytes, erase size 4 KiB, total 2 MiB So, you can add a "Tested-by:

Re: [U-Boot] [PATCH u-boot] spi: Add Amlogic Meson SPI Flash Controller driver

2018-11-12 Thread Wolfgang Denk
Dear Neil, In message <7206f5df-626e-a367-8933-4e6afb64a...@baylibre.com> you wrote: > > On 06/11/2018 10:25, Neil Armstrong wrote: > > The Amlogic Meson SoCs embeds a Flash oriented SPI Controller name SPIFC. > > This driver, ported from the Linux meson-spi-spifc driver, add support > > for

Re: [U-Boot] [PATCH u-boot] spi: Add Amlogic Meson SPI Flash Controller driver

2018-11-12 Thread Neil Armstrong
Hi, On 06/11/2018 10:25, Neil Armstrong wrote: > The Amlogic Meson SoCs embeds a Flash oriented SPI Controller name SPIFC. > This driver, ported from the Linux meson-spi-spifc driver, add support > for this controller on the Amlogic Meson GX SoCs in U-Boot. I found a bug in this driver, I'll

Re: [U-Boot] [PATCH u-boot] spi: Add Amlogic Meson SPI Flash Controller driver

2018-11-06 Thread jbrunet
On Tue, 2018-11-06 at 10:25 +0100, Neil Armstrong wrote: > The Amlogic Meson SoCs embeds a Flash oriented SPI Controller name SPIFC. > This driver, ported from the Linux meson-spi-spifc driver, add support > for this controller on the Amlogic Meson GX SoCs in U-Boot. > > Signed-off-by: Neil

[U-Boot] [PATCH u-boot] spi: Add Amlogic Meson SPI Flash Controller driver

2018-11-06 Thread Neil Armstrong
The Amlogic Meson SoCs embeds a Flash oriented SPI Controller name SPIFC. This driver, ported from the Linux meson-spi-spifc driver, add support for this controller on the Amlogic Meson GX SoCs in U-Boot. Signed-off-by: Neil Armstrong --- drivers/spi/Kconfig | 8 + drivers/spi/Makefile