public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v4 0/2] serial_mxc: fixing reception
@ 2022-09-06 12:06 Johannes Schneider
  2022-09-06 12:06 ` [PATCH v4 1/2] serial: mxc: enable the RX pipeline Johannes Schneider
  2022-09-06 12:06 ` [PATCH v4 2/2] serial: mxc: have putc use the TXFIFO Johannes Schneider
  0 siblings, 2 replies; 5+ messages in thread
From: Johannes Schneider @ 2022-09-06 12:06 UTC (permalink / raw)
  To: u-boot
  Cc: peng.fan, sbabic, festevam, trini, bsp-development.geo,
	Johannes Schneider, Pali Rohár, Peng Fan


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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-06 12:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-06 12:06 [PATCH v4 0/2] serial_mxc: fixing reception Johannes Schneider
2022-09-06 12:06 ` [PATCH v4 1/2] serial: mxc: enable the RX pipeline Johannes Schneider
2022-09-06 12:10   ` Fabio Estevam
2022-09-06 12:06 ` [PATCH v4 2/2] serial: mxc: have putc use the TXFIFO Johannes Schneider
2022-09-06 12:10   ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox