Re: [PATCH v8] spi: add support for DLN-2 USB-SPI adapter

2014-12-22 Thread Mark Brown
On Mon, Dec 08, 2014 at 03:52:29PM +0200, Laurentiu Palcu wrote: > This adds support for Diolan DLN2 USB-SPI adapter. > > Information about the USB protocol interface can be found in the > Programmer's Reference Manual [1], see section 5.4.6 for the SPI > master module commands and responses. App

[PATCH v8] spi: add support for DLN-2 USB-SPI adapter

2014-12-08 Thread Laurentiu Palcu
This adds support for Diolan DLN2 USB-SPI adapter. Information about the USB protocol interface can be found in the Programmer's Reference Manual [1], see section 5.4.6 for the SPI master module commands and responses. [1] https://www.diolan.com/downloads/dln-api-manual.pdf Signed-off-by: Lauren