aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/debug/8250.S
Commit message (Collapse)AuthorAge
* ARM: debug: add support for word accesses to debug/8250.SRussell King2013-08-25
| | | | | | | Add 32-bit word access support to debug/8250.S and convert Picoxcell and SoCFPGA to this. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: debug: move 8250 debug include into arch/arm/include/debug/Russell King2013-08-25
Now that the 8250 debug include can stand alone without requiring platforms to provide any macros, move it into the debug directory so it can be directly included. This allows us to get rid of a lot of debug-macros include files. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>