This series has the remaining patches to [1] which were not applied due
to a build error. That error is addressed in patch 1. The remaining
patches are unmodified, except for 3 which incorperates Simon's
feedback.

[1] 
https://lore.kernel.org/u-boot/[email protected]/


Sean Anderson (4):
  serial: Fix _serial_puts using \n\r instead of \r\n
  serial: sandbox: Implement puts
  test: serial: Add test for putc/puts
  serial: smh: Implement puts for DM

 arch/sandbox/include/asm/serial.h   | 22 +++++++++++++
 drivers/serial/Kconfig              |  2 ++
 drivers/serial/sandbox.c            | 48 +++++++++++++++++++++++++++--
 drivers/serial/serial-uclass.c      | 32 +++++++++++++------
 drivers/serial/serial_semihosting.c | 31 +++++++++++++++++++
 test/dm/serial.c                    | 19 ++++++++++++
 6 files changed, 142 insertions(+), 12 deletions(-)

-- 
2.35.1.1320.gc452695387.dirty

Reply via email to