Re: [U-Boot] [PATCH] i2c: rcar_iic: Add RCar IIC driver

2017-11-29 Thread Marek Vasut
On 11/29/2017 06:59 AM, Heiko Schocher wrote: > Hello Marek, > > Am 29.11.2017 um 03:48 schrieb Marek Vasut: >> Add driver for the RCar IIC or DVFS I2C controller. This driver is based >> on the SH I2C driver, but supports DM and DT probing as well as modern >> I2C framework API. >> >> Signed-off-

Re: [U-Boot] [PATCH] i2c: rcar_iic: Add RCar IIC driver

2017-11-28 Thread Heiko Schocher
Hello Marek, Am 29.11.2017 um 03:48 schrieb Marek Vasut: Add driver for the RCar IIC or DVFS I2C controller. This driver is based on the SH I2C driver, but supports DM and DT probing as well as modern I2C framework API. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- drivers/i2c/Kconfi

[U-Boot] [PATCH] i2c: rcar_iic: Add RCar IIC driver

2017-11-28 Thread Marek Vasut
Add driver for the RCar IIC or DVFS I2C controller. This driver is based on the SH I2C driver, but supports DM and DT probing as well as modern I2C framework API. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- drivers/i2c/Kconfig| 6 ++ drivers/i2c/Makefile | 1 + drivers/i2c/rc