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

2020-12-02 Thread Tom Rini
On Wed, Sep 09, 2020 at 06:26:16PM +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: Simon Glass > Reviewed-by: Heiko Schocher Applied to u-boot/next, thanks!

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

2020-09-10 Thread Heiko Schocher
Hello Patrick, Am 09.09.2020 um 18:26 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/gpio/gpio-uclass.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

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

2020-09-10 Thread Simon Glass
On Wed, 9 Sep 2020 at 10:26, 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 > --- > > drivers/gpio/gpio-uclass.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-)

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

2020-09-09 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/gpio/gpio-uclass.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpio/gpio-uclass.c b/drivers/gpio/gpio-uclass.c