All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/3] Fix handware handshake on SAM9x5 platforms
@ 2016-09-12  9:47 ` Richard Genoud
  0 siblings, 0 replies; 32+ messages in thread
From: Richard Genoud @ 2016-09-12  9:47 UTC (permalink / raw)
  To: Cyrille Pitchen, Alexandre Belloni, Nicolas Ferre, Greg Kroah-Hartman
  Cc: linux-arm-kernel, linux-serial, linux-kernel, Richard Genoud

Since commit 1cf6e8fc8341 ("tty/serial: at91: fix RTS line management when
hardware handshake is enabled"), hardware handshake is not working
anymore on SAM9x5 platforms.

The first two patches fix the hardware handshake when CTS/RTS pins are
handle by GPIOs.

The last patch fixes hardware handshake when CTS/RTS pins are not GPIOs.

Changes since v1:
 - Correct patch 1 with the error found by kbuild.
 - Add Alexandre's Acked-by on patch 2
 - Rewrite patch 3 logic in the light of the on-going discussion
   with Cyrille and Alexandre.

NB: patch 2 NEEDS patch 1 to compile.


Richard Genoud (3):
  serial: mctrl_gpio: implement mctrl_gpio_use_rtscts
  tty/serial: at91: fix hardware handshake with GPIOs
  tty/serial: at91: fix hardware handshake when DMA is not used

 drivers/tty/serial/atmel_serial.c      | 25 +++++++++++++++++--------
 drivers/tty/serial/serial_mctrl_gpio.c |  8 ++++++++
 drivers/tty/serial/serial_mctrl_gpio.h | 10 ++++++++++
 3 files changed, 35 insertions(+), 8 deletions(-)

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

end of thread, other threads:[~2016-09-27  7:46 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-12  9:47 [PATCHv2 0/3] Fix handware handshake on SAM9x5 platforms Richard Genoud
2016-09-12  9:47 ` Richard Genoud
2016-09-12  9:47 ` [PATCHv2 1/3] serial: mctrl_gpio: implement mctrl_gpio_use_rtscts Richard Genoud
2016-09-12  9:47   ` Richard Genoud
2016-09-22 13:14   ` Uwe Kleine-König
2016-09-22 13:14     ` Uwe Kleine-König
2016-09-26 11:57     ` Richard Genoud
2016-09-26 11:57       ` Richard Genoud
2016-09-26 11:57       ` Richard Genoud
2016-09-12  9:47 ` [PATCHv2 2/3] tty/serial: at91: fix hardware handshake with GPIOs Richard Genoud
2016-09-12  9:47   ` Richard Genoud
2016-09-22  9:47   ` Greg Kroah-Hartman
2016-09-22  9:47     ` Greg Kroah-Hartman
2016-09-22 13:20   ` Uwe Kleine-König
2016-09-22 13:20     ` Uwe Kleine-König
2016-09-22 13:20     ` Uwe Kleine-König
2016-09-27  7:45     ` Richard Genoud
2016-09-27  7:45       ` Richard Genoud
2016-09-27  7:45       ` Richard Genoud
2016-09-12  9:47 ` [PATCHv2 3/3] tty/serial: at91: fix hardware handshake on SAM9x5 (without GPIOs) Richard Genoud
2016-09-12  9:47   ` Richard Genoud
2016-09-12  9:53   ` Alexandre Belloni
2016-09-12  9:53     ` Alexandre Belloni
2016-09-12 10:50     ` Richard Genoud
2016-09-12 10:50       ` Richard Genoud
2016-09-12 10:50       ` Richard Genoud
2016-09-13 13:45       ` Alexandre Belloni
2016-09-13 13:45         ` Alexandre Belloni
2016-09-13 13:45         ` Alexandre Belloni
2016-09-14 10:31         ` Richard Genoud
2016-09-14 10:31           ` Richard Genoud
2016-09-14 10:31           ` Richard Genoud

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.