aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/hardware/debug-8250.S
AgeCommit message (Collapse)AuthorFilesLines
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King1-29/+0
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <[email protected]>
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
Many files include the filename at the beginning, serveral used a wrong one. Signed-off-by: Uwe Zeisberger <[email protected]> Signed-off-by: Adrian Bunk <[email protected]>
2006-03-21[ARM] Collect 8250-based debug implementations togetherRussell King1-0/+29
Several ARM machine implementations used an 8250 compatible port for debugging purposes, and indepdently implemented the low level debug macros every time. Provide a common implementation and convert these implementations to use this version. Signed-off-by: Russell King <[email protected]>