commit | a50dad355a5314da64586da36804b86fbebb7c2a | [log] [tgz] |
---|---|---|
author | Arun Chandran <achandran@mvista.com> | Wed Feb 18 16:59:35 2015 +0530 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 20 15:51:31 2015 -0500 |
tree | e0b41be8f30ee85291d349454b32989bc7602e06 | |
parent | 931c471af51565a6290d9fabbe14ed7c8fa4a317 [diff] |
net: macb: Add big endian CPU support This patch converts all __raw_readl and __raw_writel function calls to their corresponding readl_relaxed and writel_relaxed variants. It also tells the driver to set ahb_endian_swp_mgmt_en bit in dma_cfg when the CPU is configured in big endian mode. Signed-off-by: Arun Chandran <achandran@mvista.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: David S. Miller <davem@davemloft.net>