Home
last modified time | relevance | path

Searched hist:"6 ef4e47926b2008c6a1736fe4e3b2817e3b95463" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/include/debug/
H A D8250.Sdiff 6ef4e47926b2008c6a1736fe4e3b2817e3b95463 Wed Mar 25 12:27:46 CET 2015 Ben Dooks <ben.dooks@codethink.co.uk> ARM: debug: fix big endian operation for 8250 word mode

If the 8250 debug code is used in word mode on an big endian
host then the writes need to be change into little endian for
the bus.

Note, we have to re-convert the value back as the debug code
will inspect the value after writing it to see if a newline
has been written.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>