Re: [U-Boot] [PATCH] i2c: at91: Add missing probe function to device driver

2017-08-10 Thread Heiko Schocher
Hello Wenyou, Am 31.07.2017 um 03:56 schrieb Wenyou Yang: Add missing probe function to the device driver to active a device. Signed-off-by: Wenyou Yang --- drivers/i2c/at91_i2c.c | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) applied to u-boot-i2c.git

Re: [U-Boot] [PATCH] i2c: at91: Add missing probe function to device driver

2017-08-07 Thread Heiko Schocher
Hello Wenyou, Am 31.07.2017 um 03:56 schrieb Wenyou Yang: Add missing probe function to the device driver to active a device. Signed-off-by: Wenyou Yang --- drivers/i2c/at91_i2c.c | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) Reviewed-by: Heiko Schoche

[U-Boot] [PATCH] i2c: at91: Add missing probe function to device driver

2017-07-30 Thread Wenyou Yang
Add missing probe function to the device driver to active a device. Signed-off-by: Wenyou Yang --- drivers/i2c/at91_i2c.c | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/at91_i2c.c b/drivers/i2c/at91_i2c.c index b7298cf774..d394044f80