summaryrefslogtreecommitdiff
path: root/arch/arm/mach-prima2/lluart.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: sirf: move to debug_ll_io_init and drop map_ioBarry Song2015-01-201-33/+0
| | | | | | | | This patch moves to debug_ll_io_init(), then finally drops CSR map_io() machine callbacks. Signed-off-by: Barry Song <Baohua.Song@csr.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
* ARM: sirf: drop Marco low-level debug portBarry Song2015-01-141-2/+0
| | | | | | | | Marco will not be supported any more. it has been replaced by CSR Atlas7. Signed-off-by: Barry Song <Baohua.Song@csr.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
* 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>