]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/serial/Kconfig
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)
commit214a17e61dac5513fef4e8f5c784d02dc44e2617
tree43263bcc734a394f050d56e30887b62ec321cc07
parent413788cef5a793b581afb0e4feb2f6e76309d6e6
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]