mbox series

[v4,0/2] serial_mxc: fixing reception

Message ID 20220906120645.1528646-1-johannes.schneider@leica-geosystems.com
Headers show
Series serial_mxc: fixing reception | expand

Message

SCHNEIDER Johannes Sept. 6, 2022, 12:06 p.m. UTC
while writing to a imx-serial device is probably thoroughly tested - and obviosly works for the debug-serial - using a serial driver to read data received over the serial interface does not work reliably.

the patches in this series address issues found during the implementation of a custom uboot-command to query a coprocessor, connected to an imx8mm over uart4, for mainboard-identification strings

Changes in v4:
- add 'reviewd-by'

Changes in v3:
- more verbose commit messages

Changes in v2:
- manually fix 'to' and 'cc'
- fix comment delimiter

Johannes Schneider (2):
  serial: mxc: enable the RX pipeline
  serial: mxc: have putc use the TXFIFO

 drivers/serial/serial_mxc.c | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)