
16 Feb
2016
16 Feb
'16
5 p.m.
On 11 February 2016 at 16:47, Vikas Manocha vikas.manocha@st.com wrote:
This patch adds support for stm32f7 family usart peripheral.
Signed-off-by: Vikas Manocha vikas.manocha@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@chromium.org