RE: [PATCH 1/2] video: stm32_ltdc: Convert to use APIs which support live DT

2020-10-02 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: mercredi 9 septembre 2020 17:44 > > 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/video/stm32/stm32_ltdc.c | 3 +-- > 1 file changed, 1

Re: [PATCH 1/2] video: stm32_ltdc: Convert to use APIs which support live DT

2020-10-02 Thread Patrice CHOTARD
Hi Patrick On 9/9/20 5:44 PM, 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/video/stm32/stm32_ltdc.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >

Re: [PATCH 1/2] video: stm32_ltdc: Convert to use APIs which support live DT

2020-09-10 Thread Yannick FERTRE
Reviewed-by: Yannick Fertré On 9/9/20 5:44 PM, 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/video/stm32/stm32_ltdc.c | 3 +-- > 1 file changed, 1

[PATCH 1/2] video: stm32_ltdc: 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/video/stm32/stm32_ltdc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/video/stm32/stm32_ltdc.c