serial: mps2-uart: add MPS2 UART driver

This driver adds support to the UART controller found on ARM MPS2
platform.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Vladimir Murzin
2016-04-25 09:47:47 +01:00
committed by Greg Kroah-Hartman
parent 8a872e770f
commit 041f031def
4 changed files with 613 additions and 0 deletions

View File

@@ -264,4 +264,7 @@
/* MVEBU UART */
#define PORT_MVEBU 114
/* MPS2 UART */
#define PORT_MPS2UART 115
#endif /* _UAPILINUX_SERIAL_CORE_H */