aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/debug/socfpga.S
AgeCommit message (Collapse)AuthorFilesLines
2013-08-25ARM: debug: add support for word accesses to debug/8250.SRussell King1-21/+0
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>
2012-10-25ARM: socfpga: Fix socfpga compilation with early_printk() enabledPavel Machek1-0/+5
This fixes early_printk() compilation for socfpga. (senduart/busyuart/waituart were missing). It does that by making Picochip code generic. Signed-off-by: Pavel Machek <pavel@denx.de> Acked-by: Dinh Nguyen <dinguyen@altera.com> Acked-by: Jamie Iles <jamie@jamieiles.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2012-09-14ARM: socfpga: move debug macros to include/debugRob Herring1-0/+16
Move socfpga debug-macro.S over to common debug macro directory. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Dinh Nguyen <dinguyen@altera.com>