[U-Boot] [PATCH v4 4/9] STiH410: Add STi serial driver
Simon Glass
sjg at chromium.org
Thu Feb 16 20:43:56 UTC 2017
On 14 February 2017 at 07:38, <patrice.chotard at st.com> wrote:
> From: Patrice Chotard <patrice.chotard at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list