Files
linux/arch/parisc/kernel
Julian Vetter 4e3ff3c585 parisc: Remove memcpy_fromio
Fully migrate parisc to the IO functions from lib/iomem_copy.c. In a
recent patch the functions memset_io and memcpy_toio were removed, but
the memcpy_fromio was kept, because for very short sequences it does
half word accesses, whereas the functions in lib/iomem_copy.c do byte
accesses until the memory is naturally aligned and then do machine word
accesses. But I don't think the single half-word access merits keeping
the arch specific implementation, so, remove it as well.

Signed-off-by: Julian Vetter <julian@outer-limits.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Helge Deller <deller@gmx.de>
2025-02-03 19:27:00 +01:00
..
2022-01-11 11:57:37 +01:00
2020-10-15 08:10:37 +02:00
2023-05-09 14:04:56 +02:00
2024-11-07 14:25:15 -08:00
2025-02-03 19:27:00 +01:00
2024-11-07 14:25:15 -08:00
2024-09-27 08:18:43 -07:00
2022-03-11 19:49:30 +01:00
2024-09-09 08:53:17 +02:00
2024-09-09 08:53:17 +02:00
2024-02-19 21:55:22 +01:00