Re: [U-Boot] [RFC 2/2] dm: i2c: Add driver for Cadence I2C IP

2016-04-12 Thread Michal Simek
Hi Heiko, On 12.4.2016 09:45, Heiko Schocher wrote: > Hello Michal, > > Sorry for the late reply... > > Am 11.04.2016 um 14:50 schrieb Michal Simek: >> Hi Heiko, >> >> On 4.1.2016 08:15, Heiko Schocher wrote: >>> Hello Moritz, >>> >>> Am 28.12.2015 um 18:47 schrieb Moritz Fischer: This is a

Re: [U-Boot] [RFC 2/2] dm: i2c: Add driver for Cadence I2C IP

2016-04-12 Thread Heiko Schocher
Hello Michal, Sorry for the late reply... Am 11.04.2016 um 14:50 schrieb Michal Simek: Hi Heiko, On 4.1.2016 08:15, Heiko Schocher wrote: Hello Moritz, Am 28.12.2015 um 18:47 schrieb Moritz Fischer: This is a possible drop in replacement for drivers/i2c/zynq-i2c.c Since this is cadence IP

Re: [U-Boot] [RFC 2/2] dm: i2c: Add driver for Cadence I2C IP

2016-04-11 Thread Michal Simek
Hi Heiko, On 4.1.2016 08:15, Heiko Schocher wrote: > Hello Moritz, > > Am 28.12.2015 um 18:47 schrieb Moritz Fischer: >> This is a possible drop in replacement for drivers/i2c/zynq-i2c.c >> >> Since this is cadence IP it has been renamed to cdns-i2c, >> to make sense with the compatible string. >

Re: [U-Boot] [RFC 2/2] dm: i2c: Add driver for Cadence I2C IP

2016-01-03 Thread Heiko Schocher
Hello Moritz, Am 28.12.2015 um 18:47 schrieb Moritz Fischer: This is a possible drop in replacement for drivers/i2c/zynq-i2c.c Since this is cadence IP it has been renamed to cdns-i2c, to make sense with the compatible string. Signed-off-by: Moritz Fischer --- drivers/i2c/Kconfig| 7 +

[U-Boot] [RFC 2/2] dm: i2c: Add driver for Cadence I2C IP

2015-12-28 Thread Moritz Fischer
This is a possible drop in replacement for drivers/i2c/zynq-i2c.c Since this is cadence IP it has been renamed to cdns-i2c, to make sense with the compatible string. Signed-off-by: Moritz Fischer --- drivers/i2c/Kconfig| 7 + drivers/i2c/Makefile | 1 + drivers/i2c/i2c-cdns.c | 339 ++