Re: [PATCH v3 2/3] spi: add FTDI MPSSE SPI controller driver

2018-12-05 Thread Anatolij Gustschin
Hi Mark, On Tue, 27 Nov 2018 18:54:37 +0100 Anatolij Gustschin ag...@denx.de wrote: >Add SPI bus controller driver for FTDI MPSSE mode. This driver >is supposed to be used together with the FT232H interface driver >for FPGA configuration in drivers/usb/misc/ft232h-intf.c which >adds an mpsse spi

[PATCH v3 2/3] spi: add FTDI MPSSE SPI controller driver

2018-11-27 Thread Anatolij Gustschin
Add SPI bus controller driver for FTDI MPSSE mode. This driver is supposed to be used together with the FT232H interface driver for FPGA configuration in drivers/usb/misc/ft232h-intf.c which adds an mpsse spi platform device describing USB SPI bus with attached SPI slave devices. Signed-off-by: An