[U-Boot] [PATCH v2 0/3] Replace serial setparity by setconfig

Patrice Chotard patrice.chotard at st.com
Wed Aug 1 15:58:50 UTC 2018


This series :
  - replace setparity ops by more complete setconfig in serial uclass
  - replace setparity by setconfig in STM32 serial driver

Changes in v2:
  - Update SERIAL_BITS_MASK and SERIAL_STOP_MASK
  - Update serial_setconfig prototype
  - Update stm32_serial_setconfig prototype
  - Add sandbox serial test

Patrice Chotard (2):
  serial: stm32: Replace setparity by setconfig
  sandbox: Add serial test

Patrick Delaunay (1):
  dm: serial: Replace setparity by setconfig

 drivers/serial/sandbox.c       | 14 ++++++++++++++
 drivers/serial/serial-uclass.c | 16 ++++++++++++++++
 drivers/serial/serial_stm32.c  | 21 +++++++++++++++------
 include/common.h               |  1 +
 include/serial.h               | 42 +++++++++++++++++++++++++++++++++++++++---
 test/dm/Makefile               |  1 +
 test/dm/serial.c               | 26 ++++++++++++++++++++++++++
 7 files changed, 112 insertions(+), 9 deletions(-)
 create mode 100644 test/dm/serial.c

-- 
1.9.1



More information about the U-Boot mailing list