]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: BCM63XX: add low-level UART debug support
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 8 Jan 2014 17:19:50 +0000 (09:19 -0800)
committerFlorian Fainelli <f.fainelli@gmail.com>
Wed, 17 Sep 2014 17:56:06 +0000 (10:56 -0700)
commitb51312bebfa4452470c2bbf179200cb7c16d82d4
tree9a4156a40cc948f39af584979607b6967b801ac4
parentdc6aec60e15fec86cdafc47d9fe3e2ca6c10958b
ARM: BCM63XX: add low-level UART debug support

Broadcom BCM63xx DSL SoCs have a different UART implementation for which
we need specially crafted low-level debug assembly code to support. Add
support for this using the standard definitions provided in
include/linux/serial_bcm63xx.h (shared with their MIPS counterparts).

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/Kconfig.debug
arch/arm/include/debug/bcm63xx.S [new file with mode: 0644]