From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 27 Jul 2015 17:29:56 -0600 Subject: [U-Boot] [PATCH 17/55] exynos: Add debug UART support for Samsung S5P serial In-Reply-To: <1435882592-487-18-git-send-email-sjg@chromium.org> References: <1435882592-487-1-git-send-email-sjg@chromium.org> <1435882592-487-18-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2 July 2015 at 18:15, Simon Glass wrote: > 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 > --- > > drivers/serial/Kconfig | 7 +++++++ > drivers/serial/serial_s5p.c | 25 +++++++++++++++++++++++++ > 2 files changed, 32 insertions(+) Applied to u-boot-dm.