From: Thomas Petazzoni Date: Mon, 29 Jul 2013 15:42:13 +0000 (+0200) Subject: mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel} X-Git-Tag: v3.12-rc1~74^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5733c38ae3473115ac7df3fe19bd2502149d8c51;p=pandora-kernel.git mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel} In order to support big-endian execution, the mv_xor driver is changed to use the readl_relaxed() and writel_relaxed() accessors that properly convert from the CPU endianess to the device endianess (which in the case of Marvell XOR hardware is always little-endian). Signed-off-by: Thomas Petazzoni Signed-off-by: Dan Williams --- Reading git-diff-tree failed