linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/13] stm32 usart various fixes
@ 2021-03-04 16:22 Erwan Le Ray
  2021-03-04 16:22 ` [PATCH v2 01/13] serial: stm32: fix probe and remove order for dma Erwan Le Ray
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Erwan Le Ray @ 2021-03-04 16:22 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Maxime Coquelin, Alexandre Torgue
  Cc: linux-serial, linux-stm32, linux-arm-kernel, linux-kernel,
	Erwan Le Ray, Fabrice Gasnier, Valentin Caron

Changes in v2:
Rebase on latest 5.12-rc1 requested by maintainer because of merge
conflict.

Erwan Le Ray (13):
  serial: stm32: fix probe and remove order for dma
  serial: stm32: fix startup by enabling usart for reception
  serial: stm32: fix incorrect characters on console
  serial: stm32: fix TX and RX FIFO thresholds
  serial: stm32: fix a deadlock condition with wakeup event
  serial: stm32: fix wake-up flag handling
  serial: stm32: fix a deadlock in set_termios
  serial: stm32: fix tx dma completion, release channel
  serial: stm32: call stm32_transmit_chars locked
  serial: stm32: fix FIFO flush in startup and set_termios
  serial: stm32: add FIFO flush when port is closed
  serial: stm32: fix tx_empty condition
  serial: stm32: add support for "flush_buffer" ops

 drivers/tty/serial/stm32-usart.c | 198 +++++++++++++++++++++----------
 drivers/tty/serial/stm32-usart.h |   3 -
 2 files changed, 135 insertions(+), 66 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-03-04 16:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-04 16:22 [PATCH v2 00/13] stm32 usart various fixes Erwan Le Ray
2021-03-04 16:22 ` [PATCH v2 01/13] serial: stm32: fix probe and remove order for dma Erwan Le Ray
2021-03-04 16:22 ` [PATCH v2 02/13] serial: stm32: fix startup by enabling usart for reception Erwan Le Ray
2021-03-04 16:22 ` [PATCH v2 03/13] serial: stm32: fix incorrect characters on console Erwan Le Ray
2021-03-04 16:22 ` [PATCH v2 04/13] serial: stm32: fix TX and RX FIFO thresholds Erwan Le Ray
2021-03-04 16:23 ` [PATCH v2 05/13] serial: stm32: fix a deadlock condition with wakeup event Erwan Le Ray
2021-03-04 16:23 ` [PATCH v2 06/13] serial: stm32: fix wake-up flag handling Erwan Le Ray
2021-03-04 16:23 ` [PATCH v2 07/13] serial: stm32: fix a deadlock in set_termios Erwan Le Ray
2021-03-04 16:23 ` [PATCH v2 08/13] serial: stm32: fix tx dma completion, release channel Erwan Le Ray
2021-03-04 16:23 ` [PATCH v2 09/13] serial: stm32: call stm32_transmit_chars locked Erwan Le Ray
2021-03-04 16:23 ` [PATCH v2 10/13] serial: stm32: fix FIFO flush in startup and set_termios Erwan Le Ray
2021-03-04 16:23 ` [PATCH v2 11/13] serial: stm32: add FIFO flush when port is closed Erwan Le Ray
2021-03-04 16:23 ` [PATCH v2 12/13] serial: stm32: fix tx_empty condition Erwan Le Ray
2021-03-04 16:23 ` [PATCH v2 13/13] serial: stm32: add support for "flush_buffer" ops Erwan Le Ray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).