Re: [PATCH v4 1/2] spi: add support for DLN-2 USB-SPI adapter

2014-11-19 Thread Johan Hovold
On Wed, Nov 19, 2014 at 12:47:11PM +0200, Laurentiu Palcu wrote: > + /* no need to protect this buffer because all SPI communication is > + * serialized by the SPI core > + */ > + void *buf; Preferred comment style is /* * ... */ Capitalisation and

[PATCH v4 1/2] spi: add support for DLN-2 USB-SPI adapter

2014-11-19 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:

[PATCH v4 1/2] spi: add support for DLN-2 USB-SPI adapter

2014-11-19 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:

Re: [PATCH v4 1/2] spi: add support for DLN-2 USB-SPI adapter

2014-11-19 Thread Johan Hovold
On Wed, Nov 19, 2014 at 12:47:11PM +0200, Laurentiu Palcu wrote: + /* no need to protect this buffer because all SPI communication is + * serialized by the SPI core + */ + void *buf; Preferred comment style is /* * ... */ Capitalisation and