From: Arun Chandran Date: Wed, 18 Feb 2015 11:29:35 +0000 (+0530) Subject: net: macb: Add big endian CPU support X-Git-Tag: omap-for-v4.2/o2_dc~131^2~415 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a50dad355a53;p=pandora-kernel.git 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 Acked-by: Nicolas Ferre Signed-off-by: David S. Miller --- Reading git-diff-tree failed