Re: [PATCH 1/3] usb: add support for Diolan DLN-2 devices

2014-08-21 Thread Octavian Purdila
On Thu, Aug 21, 2014 at 11:07 AM, Johan Hovold wrote: > On Wed, Aug 20, 2014 at 02:24:45PM +0300, Daniel Baluta wrote: >> From: Octavian Purdila >> >> This patch implements the USB part of the Diolan USB-I2C/SPI/GPIO >> Master Adapter DLN-2. Details about the device can be found here: >> > > I

Re: [PATCH 1/3] usb: add support for Diolan DLN-2 devices

2014-08-21 Thread Johan Hovold
On Wed, Aug 20, 2014 at 02:24:45PM +0300, Daniel Baluta wrote: > From: Octavian Purdila > > This patch implements the USB part of the Diolan USB-I2C/SPI/GPIO > Master Adapter DLN-2. Details about the device can be found here: > > https://www.diolan.com/i2c/i2c_interface.html. > > Information

Re: [PATCH 1/3] usb: add support for Diolan DLN-2 devices

2014-08-21 Thread Johan Hovold
On Wed, Aug 20, 2014 at 02:24:45PM +0300, Daniel Baluta wrote: From: Octavian Purdila octavian.purd...@intel.com This patch implements the USB part of the Diolan USB-I2C/SPI/GPIO Master Adapter DLN-2. Details about the device can be found here:

Re: [PATCH 1/3] usb: add support for Diolan DLN-2 devices

2014-08-21 Thread Octavian Purdila
On Thu, Aug 21, 2014 at 11:07 AM, Johan Hovold jo...@kernel.org wrote: On Wed, Aug 20, 2014 at 02:24:45PM +0300, Daniel Baluta wrote: From: Octavian Purdila octavian.purd...@intel.com This patch implements the USB part of the Diolan USB-I2C/SPI/GPIO Master Adapter DLN-2. Details about the

Re: [PATCH 1/3] usb: add support for Diolan DLN-2 devices

2014-08-20 Thread Arnd Bergmann
On Wednesday 20 August 2014, Daniel Baluta wrote: > From: Octavian Purdila > > This patch implements the USB part of the Diolan USB-I2C/SPI/GPIO > Master Adapter DLN-2. Details about the device can be found here: > > https://www.diolan.com/i2c/i2c_interface.html. > > Information about the USB

[PATCH 1/3] usb: add support for Diolan DLN-2 devices

2014-08-20 Thread Daniel Baluta
From: Octavian Purdila This patch implements the USB part of the Diolan USB-I2C/SPI/GPIO Master Adapter DLN-2. Details about the device can be found here: https://www.diolan.com/i2c/i2c_interface.html. Information about the USB protocol can be found in the Programmer's Reference Manual [1],

[PATCH 1/3] usb: add support for Diolan DLN-2 devices

2014-08-20 Thread Daniel Baluta
From: Octavian Purdila octavian.purd...@intel.com This patch implements the USB part of the Diolan USB-I2C/SPI/GPIO Master Adapter DLN-2. Details about the device can be found here: https://www.diolan.com/i2c/i2c_interface.html. Information about the USB protocol can be found in the

Re: [PATCH 1/3] usb: add support for Diolan DLN-2 devices

2014-08-20 Thread Arnd Bergmann
On Wednesday 20 August 2014, Daniel Baluta wrote: From: Octavian Purdila octavian.purd...@intel.com This patch implements the USB part of the Diolan USB-I2C/SPI/GPIO Master Adapter DLN-2. Details about the device can be found here: https://www.diolan.com/i2c/i2c_interface.html.