
On 14 February 2017 at 07:38, patrice.chotard@st.com wrote:
From: Patrice Chotard patrice.chotard@st.com
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
v4: _ fix STi serial driver to be fully DT compliant _ remove useless code already supported by serial uclass _ remove useless arch/arm/include/asm/arch-stih410/sti.h
v3: _ use the fallback table from include/config_fallbacks.h
arch/arm/Kconfig | 2 + drivers/serial/Kconfig | 8 ++ drivers/serial/Makefile | 1 + drivers/serial/serial_sti_asc.c | 211 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 222 insertions(+) create mode 100644 drivers/serial/serial_sti_asc.c
Reviewed-by: Simon Glass sjg@chromium.org