[U-Boot] [PATCH v1 0/5] Update STM32 serial driver
Patrice Chotard
patrice.chotard at st.com
Thu May 17 12:50:41 UTC 2018
This series :
_ adds support of DEBUG_UART
_ fixes bit register define names
_ add new setparity ops support in DM and in STM32 serial driver
_ update STM32MP1 machine to allow DEBUG_UART activation
Patrice Chotard (1):
serial: stm32: Fix bits defines name
Patrick Delaunay (4):
serial: stm32: Add debug uart support
dm: serial: Add setparity
serial: stm32: Add setparity support
stm32mp1: Allow to activate CONFIG_DEBUG_UART
arch/arm/mach-stm32mp/Kconfig | 15 +++
arch/arm/mach-stm32mp/cpu.c | 14 ++-
arch/arm/mach-stm32mp/include/mach/stm32.h | 12 +++
board/st/stm32mp1/board.c | 27 +++++
drivers/serial/Kconfig | 9 ++
drivers/serial/serial_stm32.c | 158 ++++++++++++++++++++++++-----
drivers/serial/serial_stm32.h | 16 ++-
include/serial.h | 16 +++
8 files changed, 234 insertions(+), 33 deletions(-)
--
1.9.1
More information about the U-Boot
mailing list