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

2014-11-14 Thread Johan Havold
On Thu, Nov 13, 2014 at 05:17:21PM +0200, Laurentiu Palcu wrote: > Hi Johan, > > On Thu, Nov 13, 2014 at 01:27:28PM +0100, Johan Havold wrote: > > On Wed, Nov 12, 2014 at 03:38:09PM +0200, Laurentiu Palcu wrote: > > > +struct dln2_spi { > > > + struct plat

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

2014-11-14 Thread Johan Havold
On Thu, Nov 13, 2014 at 05:17:21PM +0200, Laurentiu Palcu wrote: Hi Johan, On Thu, Nov 13, 2014 at 01:27:28PM +0100, Johan Havold wrote: On Wed, Nov 12, 2014 at 03:38:09PM +0200, Laurentiu Palcu wrote: +struct dln2_spi { + struct platform_device *pdev; + struct spi_master *master

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

2014-11-13 Thread Johan Havold
On Wed, Nov 12, 2014 at 03:38:09PM +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. >

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

2014-11-13 Thread Johan Havold
On Wed, Nov 12, 2014 at 03:38:09PM +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. [1]