Re: [PATCHv10 1/6] arm64: io: Use asm-generic high level MMIO accessors

From: Arnd Bergmann
Date: Wed Apr 27 2022 - 11:58:24 EST


On Thu, Feb 24, 2022 at 7:07 AM Sai Prakash Ranjan
<quic_saipraka@xxxxxxxxxxx> wrote:
>
> Remove custom arm64 MMIO accessors read{b,w,l,q} and their relaxed
> versions in support to use asm-generic defined accessors. Also define
> one set of IO barriers (ar/bw version) used by asm-generic code to
> override the arm64 specific variants.
>
> Suggested-by: Arnd Bergmann <arnd@xxxxxxxx>
> Signed-off-by: Sai Prakash Ranjan <quic_saipraka@xxxxxxxxxxx>
> Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>