Home
last modified time | relevance | path

Searched hist:d85f5f3e4eb38300642d2b54c5740b351c0bdcc5 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.hdiff d85f5f3e4eb38300642d2b54c5740b351c0bdcc5 Thu Jun 06 17:28:06 CDT 2019 Robert Hancock <hancock@sedsystems.ca> net: axienet: Use standard IO accessors

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 <hancock@sedsystems.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dxilinx_axienet_main.cdiff d85f5f3e4eb38300642d2b54c5740b351c0bdcc5 Thu Jun 06 17:28:06 CDT 2019 Robert Hancock <hancock@sedsystems.ca> net: axienet: Use standard IO accessors

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 <hancock@sedsystems.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>