[U-Boot] [PATCH 3/4] stm32x7: add support for stm32x7 serial driver

Simon Glass sjg at chromium.org
Tue Feb 16 17:00:32 CET 2016


On 11 February 2016 at 16:47, Vikas Manocha <vikas.manocha at st.com> wrote:
> This patch adds support for stm32f7 family usart peripheral.
>
> Signed-off-by: Vikas Manocha <vikas.manocha at st.com>
> ---
>  drivers/serial/Makefile                   |  1 +
>  drivers/serial/serial_stm32x7.c           | 83 +++++++++++++++++++++++++++++++
>  drivers/serial/serial_stm32x7.h           | 37 ++++++++++++++
>  include/dm/platform_data/serial_stm32x7.h | 17 +++++++
>  4 files changed, 138 insertions(+)
>  create mode 100644 drivers/serial/serial_stm32x7.c
>  create mode 100644 drivers/serial/serial_stm32x7.h
>  create mode 100644 include/dm/platform_data/serial_stm32x7.h

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list