]> git.baikalelectronics.ru Git - uboot.git/commit
STiH410: Add STi serial driver
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 21 Feb 2017 12:37:07 +0000 (13:37 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 15 Mar 2017 00:40:19 +0000 (20:40 -0400)
commitd360e0c4b91a0e4d2c61649b36dfe2163b56ec5f
tree43263bcc734a394f050d56e30887b62ec321cc07
parent4c3de3b8e61c6f86bd90549efdb114adb438fc86
STiH410: Add STi serial driver

This patch adds support to ASC (asynchronous serial controller)
driver, which is basically a standard serial driver. This IP
is common across other STMicroelectronics SoCs

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig
drivers/serial/Kconfig
drivers/serial/Makefile
drivers/serial/serial_sti_asc.c [new file with mode: 0644]