commit | ad674e53b5cce265fadafbde2c6a4f190345cd00 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Thu Dec 24 01:00:41 2009 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Thu Dec 24 19:40:29 2009 +0100 |
tree | 71251dd04712d3becb9cc4bdf374d2fb8863f76d | |
parent | c84bd4f104098861e162be848a00d64c1fa76ed4 [diff] |
MAC DBDMA: store register values in native endianness Store the register values in native endianness, by dropping all the endianness conversion functions, and converting the endianness in dbdma_readl/dbdma_writel instead. Also guard the endianness conversion with TARGET_WORDS_BIGENDIAN to simulate the backward connection of the bus. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>