Re: [PATCH 2/2] power: regulator: gpio-regulator: Convert to use APIs which support live DT

2020-10-24 Thread Tom Rini
On Thu, Sep 10, 2020 at 06:18:17PM +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 Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [PATCH 2/2] power: regulator: gpio-regulator: Convert to use APIs which support live DT

2020-09-16 Thread Simon Glass
On Thu, 10 Sep 2020 at 10:18, 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/power/regulator/gpio-regulator.c | 22 +- > 1 file changed, 13

[PATCH 2/2] power: regulator: gpio-regulator: 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/power/regulator/gpio-regulator.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git