]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: Add serial_mvebu_a3700 for Armada 3700 SoC
authorStefan Roese <sr@denx.de>
Tue, 17 May 2016 14:36:00 +0000 (16:36 +0200)
committerStefan Roese <sr@denx.de>
Tue, 27 Sep 2016 15:29:52 +0000 (17:29 +0200)
commit6985d4966232bfc7bd1a13b46fe3ccbdf46e62f0
treedd2b5ea2aa46b246488c18dc4dd72159833f2489
parent35e3fca7e3ddaa2ae1fe9bd00b22be73e60a6042
serial: Add serial_mvebu_a3700 for Armada 3700 SoC

The Armada 3700's UART is a simple serial port. It has a 32 bytes
Tx FIFO and a 64 bytes Rx FIFO integrated. This patch adds support
for this UART including the DEBUG UART functions for very early
debug output.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Kostya Porotchkin <kostap@marvell.com>
Cc: Wilson Ding <dingwei@marvell.com>
Cc: Victor Gu <xigu@marvell.com>
Cc: Hua Jing <jinghua@marvell.com>
Cc: Terry Zhou <bjzhou@marvell.com>
Cc: Hanna Hawa <hannah@marvell.com>
Cc: Haim Boot <hayim@marvell.com>
drivers/serial/Kconfig
drivers/serial/Makefile
drivers/serial/serial_mvebu_a3700.c [new file with mode: 0644]