On Wed, Jun 05, 2019 at 02:42:15PM -0600, Robert Hancock wrote: > This driver was using in_be32 and out_be32 IO accessors which do not > exist on most platforms. Also, the use of big-endian accessors does not > seem correct as this hardware is accessed over an AXI bus which, to the > extent it has an endian-ness, is little-endian. Switch to standard > ioread32/iowrite32 accessors. > > Signed-off-by: Robert Hancock <hanc...@sedsystems.ca>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew