]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
exynos: Add debug UART support for Samsung S5P serial
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:15:54 +0000 (18:15 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:14 +0000 (08:17 +0200)
commite51e014fbd4add464bb3e23ca0294315d0d02ab8
tree9f4a527511ef3a95205109a88b28408144963e71
parent1c09634b10ce1c8b3ed59f2104c2c19aa8de203e
exynos: Add debug UART support for Samsung S5P serial

Add a debug UART implementation for this serial driver. It does not set up
pinmux automatically - this must be done before calling debug_uart_init().

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/Kconfig
drivers/serial/serial_s5p.c