summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-prima2/lluart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: sirf: enable multiplatform supportArnd Bergmann2013-03-251-1/+1
| | | | | | All the prerequisites are there now, so we can move sirf into multiplatform. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: sirf: move debug-macro.S to include/debug/sirf.SArnd Bergmann2013-03-251-1/+11
| | | | | | | | | The new style ll_debug implementation for multiplatform requires the platform glue to be in include/debug, so let's move it there to separate the debugging logic from the platform code. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Tested-by: Barry Song <Baohua.Song@csr.com>
* ARM: CSR: mapping early DEBUG_LL uartBarry Song2011-07-091-0/+25
Signed-off-by: Barry Song <baohua.song@csr.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>