All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] serial_mxc: fixing reception
@ 2022-09-06 12:15 Johannes Schneider
  2022-09-06 12:15 ` [PATCH v5 1/2] serial: mxc: enable the RX pipeline Johannes Schneider
  2022-09-06 12:15 ` [PATCH v5 2/2] serial: mxc: have putc use the TXFIFO Johannes Schneider
  0 siblings, 2 replies; 31+ messages in thread
From: Johannes Schneider @ 2022-09-06 12:15 UTC (permalink / raw)
  To: u-boot
  Cc: festevam, peng.fan, sbabic, 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 v5:
- fix multilne-comment format
- add another 'reviewed-by'

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 | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-11-08 11:56 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 12:15 [PATCH v5 0/2] serial_mxc: fixing reception Johannes Schneider
2022-09-06 12:15 ` [PATCH v5 1/2] serial: mxc: enable the RX pipeline Johannes Schneider
2022-09-18 20:40   ` sbabic
2022-09-06 12:15 ` [PATCH v5 2/2] serial: mxc: have putc use the TXFIFO Johannes Schneider
2022-09-18 20:41   ` sbabic
2022-10-25 19:18   ` Tim Harvey
2022-10-25 20:23     ` Pali Rohár
2022-10-25 20:37       ` Fabio Estevam
2022-10-25 21:37         ` Tim Harvey
2022-10-25 21:48           ` Fabio Estevam
2022-10-25 22:19           ` Fabio Estevam
2022-10-26 10:10             ` Peng Fan
2022-10-26 10:15               ` Fabio Estevam
2022-10-26 17:45             ` Pali Rohár
2022-10-26 22:22               ` SCHNEIDER Johannes
2022-10-26 22:26                 ` Pali Rohár
2022-11-01 20:39                 ` Fabio Estevam
2022-11-02  5:16                   ` SCHNEIDER Johannes
2022-11-02 12:15                     ` Fabio Estevam
2022-11-02 12:38                       ` SCHNEIDER Johannes
2022-11-02 14:20                         ` Fabio Estevam
2022-11-02 17:24                           ` Pali Rohár
2022-11-02 18:37                             ` Fabio Estevam
2022-11-03  6:17                               ` SCHNEIDER Johannes
2022-11-03  8:35                                 ` TERTYCHNYI Grygorii
2022-11-03  8:47                                   ` Pali Rohár
2022-11-03 11:14                                 ` Fabio Estevam
2022-11-07 21:17                                   ` Fabio Estevam
2022-11-08  9:37                                     ` SCHNEIDER Johannes
2022-11-08 11:55                                       ` Fabio Estevam
2022-10-25 21:41         ` Pali Rohár

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.