Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-26 | serial: stm32x7: migrate serial struct to driver | Patrice Chotard | |
This allow to remove include/dm/platform_data/serial_stm32x7.h which was included in the past by stm32x7 driver and by stm32f746-disco.c board file. Since patch 42bf5e7c27 "serial: stm32f7: add device tree support" this file is no more needed in board file. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Acked-by: Vikas MANOCHA <vikas.manocha@st.com> | |||
2016-02-24 | stm32x7: add support for stm32x7 serial driver | Vikas Manocha | |
This patch adds support for stm32f7 family usart peripheral. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> Reviewed-by: Simon Glass <sjg@chromium.org> |