Re: [PATCH] parisc: Remove memcpy_toio and memset_io
From: Arnd Bergmann
Date: Wed Dec 04 2024 - 03:52:14 EST
On Wed, Dec 4, 2024, at 08:46, Julian Vetter wrote:
> Recently new functions for IO memcpy and IO memset were added in
> libs/iomem_copy.c. So, remove the arch specific implementations, to fall
> back to the generic ones which do exactly the same. Keep memcpy_fromio
> for now, because it's slight more optimized by doing 'u16' accesses if
> the buffer is aligned this way.
>
> Signed-off-by: Julian Vetter <julian@xxxxxxxxxxxxxxxx>
Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>