commit | e12f50b900bcc2079954c40828dcc167e4ace5cb | [log] [tgz] |
---|---|---|
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | Sun Jul 10 19:08:56 2016 +0100 |
committer | David Gibson <david@gibson.dropbear.id.au> | Mon Jul 18 10:40:27 2016 +1000 |
tree | 699020c1eb238206b069ff8f5159b70bb64a8a34 | |
parent | 3f0d4128dc641f082c3631d610f843b0cdbb6e61 [diff] |
dbdma: fix load_word/store_word value endianness The values to read/write to/from physical memory are copied directly to the physical address with no endian swapping required. Also add some extra information to debugging output while we are here. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>