Driver for 16550 UART interface
authorVarun Wadekar <vwadekar@nvidia.com>
Tue, 19 May 2015 11:14:17 +0000 (16:44 +0530)
committerVarun Wadekar <vwadekar@nvidia.com>
Fri, 29 May 2015 05:55:20 +0000 (11:25 +0530)
commitc13b2e32f1391a1678c258a01286f100df67cd33
tree9b423f57a0daa77c1282c3cd297b39e54bfcec9c
parentaaa48a86b9bd74ca9621afffe6cd8e9444b5c235
Driver for 16550 UART interface

This patch adds driver for the 16550 UART interface. The driver is exposed
as a console, which platforms can use to dump their boot/crash logs.

Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Makefile
drivers/ti/uart/16550_console.S [new file with mode: 0644]
include/drivers/ti/uart/uart_16550.h [new file with mode: 0644]