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

2018-11-13 Thread Anatolij Gustschin
On Tue, 13 Nov 2018 10:11:32 -0800 Mark Brown broo...@kernel.org wrote: >Please don't do this, the numbering for a patch series only makes sense >for ordering the patches within a series. If you're just sending a >single patch then there's no need to number anything, or the patch >series hasn't

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

2018-11-13 Thread Mark Brown
On Sat, Nov 10, 2018 at 11:39:58AM +0100, Anatolij Gustschin wrote: > This v2 patch is the only patch of the original series that was > changed, I didn't resend whole series to avoid spamming the lists. Please don't do this, the numbering for a patch series only makes sense for ordering the

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

2018-11-10 Thread Anatolij Gustschin
On Fri, 9 Nov 2018 15:30:26 + Mark Brown broo...@kernel.org wrote: >On Fri, Nov 09, 2018 at 08:53:56AM +0100, Anatolij Gustschin 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

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

2018-11-09 Thread Mark Brown
On Fri, Nov 09, 2018 at 08:53:56AM +0100, Anatolij Gustschin 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 platform

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

2018-11-08 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: