Re: [PATCH] i2c: i2c-gpio: Convert to use APIs which support live DT

2020-10-24 Thread Tom Rini
On Thu, Sep 10, 2020 at 06:25:09PM +0200, Patrick Delaunay wrote: > Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the > driver can support live DT. > > Signed-off-by: Patrick Delaunay > Reviewed-by: Heiko Schocher Applied to u-boot/master, thanks! -- Tom signature.asc D

Re: [PATCH] i2c: i2c-gpio: Convert to use APIs which support live DT

2020-09-10 Thread Heiko Schocher
Hello Patrick, Am 10.09.2020 um 18:25 schrieb Patrick Delaunay: Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the driver can support live DT. Signed-off-by: Patrick Delaunay --- drivers/i2c/i2c-gpio.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) Re

[PATCH] i2c: i2c-gpio: Convert to use APIs which support live DT

2020-09-10 Thread Patrick Delaunay
Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the driver can support live DT. Signed-off-by: Patrick Delaunay --- drivers/i2c/i2c-gpio.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/i2c/i2c-gpio.c b/drivers/i2c/i2c-gpio.c index cfdea