git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ebe6af
)
ARM: debug: fix big endian operation for 8250 word mode
author
Ben Dooks
<ben.dooks@codethink.co.uk>
Wed, 25 Mar 2015 11:27:46 +0000
(11:27 +0000)
committer
Dinh Nguyen
<dinguyen@opensource.altera.com>
Mon, 11 May 2015 18:59:23 +0000
(13:59 -0500)
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>
arch/arm/include/debug/8250.S
patch
|
blob
|
history
diff --cc
arch/arm/include/debug/8250.S
Simple merge