Re: [PATCH v2] i2c: Add support for DesignWare controllers

2015-11-19 Thread Sascha Hauer
On Wed, Nov 18, 2015 at 08:09:05PM -0800, Andrey Smirnov wrote: > On Wed, Nov 18, 2015 at 5:26 PM, Trent Piepho wrote: > > On Mon, 2015-11-09 at 07:20 +0100, Sascha Hauer wrote: > >> On Sun, Nov 08, 2015 at 04:18:46PM -0800, Andrey Smirnov wrote: > >> > Add a driver for

Re: [PATCH v2] i2c: Add support for DesignWare controllers

2015-11-18 Thread Trent Piepho
On Mon, 2015-11-09 at 07:20 +0100, Sascha Hauer wrote: > On Sun, Nov 08, 2015 at 04:18:46PM -0800, Andrey Smirnov wrote: > > Add a driver for DesignWare I2C controller IP block found on several > > SoCs including Altera SoC products > > > > Tested using Terrasic SoCKit board and GPIO expander

Re: [PATCH v2] i2c: Add support for DesignWare controllers

2015-11-18 Thread Andrey Smirnov
On Wed, Nov 18, 2015 at 5:26 PM, Trent Piepho wrote: > On Mon, 2015-11-09 at 07:20 +0100, Sascha Hauer wrote: >> On Sun, Nov 08, 2015 at 04:18:46PM -0800, Andrey Smirnov wrote: >> > Add a driver for DesignWare I2C controller IP block found on several >> > SoCs including

[PATCH v2] i2c: Add support for DesignWare controllers

2015-11-08 Thread Andrey Smirnov
Add a driver for DesignWare I2C controller IP block found on several SoCs including Altera SoC products Tested using Terrasic SoCKit board and GPIO expander board with I2C EEPROM on it Signed-off-by: Andrey Smirnov --- New in version 2: - kzalloc() replaced with

Re: [PATCH v2] i2c: Add support for DesignWare controllers

2015-11-08 Thread Sascha Hauer
On Sun, Nov 08, 2015 at 04:18:46PM -0800, Andrey Smirnov wrote: > Add a driver for DesignWare I2C controller IP block found on several > SoCs including Altera SoC products > > Tested using Terrasic SoCKit board and GPIO expander board with I2C > EEPROM on it > > Signed-off-by: Andrey Smirnov