Re: [PATCH v1 6/9] serial: stm32: Fix AARCH64 compilation warnings

2023-11-10 Thread Patrice CHOTARD
On 11/9/23 10:15, Patrick DELAUNAY wrote: > Hi, > > On 10/27/23 16:43, Patrice Chotard wrote: >> From: Patrice Chotard >> >> When building with AARCH64 defconfig, we got warnings, fix them >> by using registers base address defined as void __iomem * instead of >> fdt_addr_t. >> >> Signed-off-b

Re: [PATCH v1 6/9] serial: stm32: Fix AARCH64 compilation warnings

2023-11-09 Thread Patrick DELAUNAY
Hi, On 10/27/23 16:43, Patrice Chotard wrote: From: Patrice Chotard When building with AARCH64 defconfig, we got warnings, fix them by using registers base address defined as void __iomem * instead of fdt_addr_t. Signed-off-by: Patrice Chotard Signed-off-by: Patrice Chotard --- drivers/s

[PATCH v1 6/9] serial: stm32: Fix AARCH64 compilation warnings

2023-10-27 Thread Patrice Chotard
From: Patrice Chotard When building with AARCH64 defconfig, we got warnings, fix them by using registers base address defined as void __iomem * instead of fdt_addr_t. Signed-off-by: Patrice Chotard Signed-off-by: Patrice Chotard --- drivers/serial/serial_stm32.c | 23 +--