]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: debug: add support for Palmchip BK-310x UART
authorMans Rullgard <mans@mansr.com>
Fri, 5 Feb 2016 09:49:22 +0000 (10:49 +0100)
committerOlof Johansson <olof@lixom.net>
Mon, 8 Feb 2016 21:52:34 +0000 (13:52 -0800)
commit4ae5bce7e67880977b6372ec4bad9f3dac10f9a7
tree15236f341438e6d89d0253d32738e57628a39e9a
parent422610dfd6cd429199bef194ed3367db0f624612
ARM: debug: add support for Palmchip BK-310x UART

Some SoCs use a Palmchip BK-310x UART which is mostly 16550 compatible
but with a different register layout. While this UART has previously
only been supported in MIPS based chips (Alchemy, Ralink), the ARM based
SMP87xx series from Sigma Designs also uses it.

This patch allows the debug console to work with this type of UART.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/Kconfig.debug
arch/arm/include/debug/palmchip.S [new file with mode: 0644]