Searched hist:"5733 c38ae3473115ac7df3fe19bd2502149d8c51" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/dma/ |
H A D | mv_xor.c | diff 5733c38ae3473115ac7df3fe19bd2502149d8c51 Mon Jul 29 10:42:13 CDT 2013 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Dan Williams <djbw@fb.com>
|