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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot