Re: [U-Boot] [PATCH] i2c: Add support for the Arm's Versatile Express I2C controller.

2018-09-24 Thread Heiko Schocher
Hello Liviu, Am 18.09.2018 um 06:21 schrieb Heiko Schocher: Hello Liviu, Am 17.09.2018 um 18:51 schrieb Liviu Dudau: The Arm Versatile Express I2C controller is a simple register-based controller that uses a register to control the state of the SCL and SDA lines. Add support for it.

Re: [U-Boot] [PATCH] i2c: Add support for the Arm's Versatile Express I2C controller.

2018-09-18 Thread Liviu Dudau
On Tue, Sep 18, 2018 at 06:21:17AM +0200, Heiko Schocher wrote: > Hello Liviu, > > Am 17.09.2018 um 18:51 schrieb Liviu Dudau: > > The Arm Versatile Express I2C controller is a simple register-based > > controller that uses a register to control the state of the SCL and > > SDA lines. Add support

Re: [U-Boot] [PATCH] i2c: Add support for the Arm's Versatile Express I2C controller.

2018-09-17 Thread Heiko Schocher
Hello Liviu, Am 17.09.2018 um 18:51 schrieb Liviu Dudau: The Arm Versatile Express I2C controller is a simple register-based controller that uses a register to control the state of the SCL and SDA lines. Add support for it. Signed-off-by: Liviu Dudau --- drivers/i2c/Kconfig | 7 +

[U-Boot] [PATCH] i2c: Add support for the Arm's Versatile Express I2C controller.

2018-09-17 Thread Liviu Dudau
The Arm Versatile Express I2C controller is a simple register-based controller that uses a register to control the state of the SCL and SDA lines. Add support for it. Signed-off-by: Liviu Dudau --- drivers/i2c/Kconfig | 7 + drivers/i2c/Makefile| 1 +