commit | 9166459b00bbdb81a8ba5ba5e32fd5796d3ed934 | [log] [tgz] |
---|---|---|
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | Wed Jul 27 12:25:08 2016 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Sep 21 14:55:14 2016 +0200 |
tree | 3e86397b83134830b6e1437e9a18679bd28b4ca8 | |
parent | d23bf8425d716a7844b93144ecb039819397c47f [diff] |
net: emaclite: use __raw_readl/writel instead of weird define out_be32 and in_be32 are actually #defined to little endian writel/readl in arch/microblaze. Just use __raw_writel/readl instead. That is also what is used in the Linux kernel driver for this IP block Tested on MIPSfpga. Can tftp a kernel. Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Reviewed-by: Paul Burton <paul.burton@imgtec.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>