Re: [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors

From: Tudor Ambarus
Date: Fri Jan 26 2024 - 03:57:41 EST




On 1/25/24 21:23, Arnd Bergmann wrote:
> My feeling is that this operation is rare enough that I'd prefer
> it to be open-coded in the driver than made generic here. Making
> it work for all corner cases is possible but probably not worth
> it.

Thanks for all the explanations, Arnd. I'll open-code the op in the SPI
driver for now.

Cheers,
ta