Re: [PATCHv3 1/3] net: fec: do not use readl()/writel() for ColdFire
From: Andrew Lunn
Date: Wed Sep 23 2026 - 10:16:28 EST
> The driver will always need to support big and little endian hardware, so I
> am not sure how to avoid some abstraction like this.
I was wondering if there is a linux standard set of macros which is
supposed to handle this big/little difference, the macro knows the
architecture and does the correct thing?
Andrew