serial: 8250_omap: Add support for AM654 UART controller
authorNishanth Menon <nm@ti.com>
Tue, 19 Jun 2018 19:44:50 +0000 (14:44 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jun 2018 12:23:44 +0000 (21:23 +0900)
commitbe70874498f3004bd602c77e07d14f4b11acd699
tree4b1d0d8909cadff9a0ca09f8bffbab4d0ed04431
parentccd8350d06c6df5dca868fefbd925af8ef55ac12
serial: 8250_omap: Add support for AM654 UART controller

AM654 uses a UART controller that is compatible (partially) with
existing 8250 UART, however, has a few differences with respect to DMA
support and control paths. Introduce a base definition that allows us
to build up the differences in follow on patches.

Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Vignesh R <vigneshr@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c