Re: [PATCH v7 09/19] xen/riscv: introduce io.h

2024-04-08 Thread Jan Beulich
On 03.04.2024 12:20, Oleksii Kurochko wrote: > The header taken form Linux 6.4.0-rc1 and is based on > arch/riscv/include/asm/mmio.h with the following changes: > - drop forcing of endianess for read*(), write*() functions as > no matter what CPU endianness, what endianness a particular device >

[PATCH v7 09/19] xen/riscv: introduce io.h

2024-04-03 Thread Oleksii Kurochko
The header taken form Linux 6.4.0-rc1 and is based on arch/riscv/include/asm/mmio.h with the following changes: - drop forcing of endianess for read*(), write*() functions as no matter what CPU endianness, what endianness a particular device (and hence its MMIO region(s)) is using is entirely