Re: [RFC PATCH] m68k: nommu: Fix behaviour of io macros on non-CF
"Arnd Bergmann" <[email protected]>
| Newsgroups | org.kernel.vger.linux-m68k,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 17, 2026, at 16:11, Greg Ungerer wrote:
>
> I have some changes I am testing to do a blanket change of the arch
> specific code to use newly create IO access functions too. Simple
> enough (like your example patch) but of course it does cause of
> bit of churn.
Sounds good, yes. The hardest part I think is going to be the
shared drivers that currently rely on the flipped meaning of
readl()/ioread32be() like the regmap. These may need to get an
atomic patch that flips around the users at the same time
as removing the flipped readl().
Arnd