Re: [U-Boot] [UBOOT PATCH 1/6] i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ

2018-02-26 Thread Michal Simek
On 16.2.2018 14:37, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_SYS_I2C_ZYNQ. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > drivers/i2c/Kconfig | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/drivers/i2c/Kconfig b/drivers

Re: [U-Boot] [UBOOT PATCH 1/6] i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ

2018-02-19 Thread Heiko Schocher
Hello Vipul, Am 16.02.2018 um 14:37 schrieb Vipul Kumar: This patch added Kconfig support for CONFIG_SYS_I2C_ZYNQ. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- drivers/i2c/Kconfig | 6 ++ 1 file changed, 6 insertions(+) Your patch does not apply to current

[U-Boot] [UBOOT PATCH 1/6] i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ

2018-02-16 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_SYS_I2C_ZYNQ. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- drivers/i2c/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 7dbec77..62d134c 100644 --- a/drivers/