]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/serial/Kconfig
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)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 03:06:11 +0000 (21:06 -0600)
commitbf6e702232e3b8c38fe0934c1f0240958eaabed3
treed87edfd116af4e8bb0b395cb89934420ce1c02f3
parent89ca9351cf85ed0843a1a82d626560e0dadb3fe5
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