RE: [PATCH] mailbox: stm32_ipcc: Convert to use APIs which support live DT

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

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

2020-10-02 Thread Patrice CHOTARD
Hi Patrick On 9/9/20 5:48 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/mailbox/stm32-ipcc.c | 9 +++-- > 1 file changed, 3 insertions(+), 6 deletions(-)

[PATCH] mailbox: stm32_ipcc: 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/mailbox/stm32-ipcc.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/mailbox/stm32-ipcc.c