All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] rs485 support for Raspberry Pi aux uart
@ 2020-02-28 13:31 Lukas Wunner
  2020-02-28 13:31 ` [PATCH 1/8] serial: 8250: Don't touch RTS modem control while in rs485 mode Lukas Wunner
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Lukas Wunner @ 2020-02-28 13:31 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Nicolas Saenz Julienne
  Cc: Matwey V. Kornilov, Heiko Schocher, Giulio Benetti,
	Uwe Kleine-Koenig, Stefan Wahren, Matthias Brugger, Martin Sperl,
	linux-serial, linux-rpi-kernel

The objective of this series is to add rs485 support for the
Raspberry Pi auxiliary uart (patch [6/8] and [7/8]).

But I'm taking the opportunity to improve rs485 support for any
8250-compatible uart:

* rs485 devicetree properties support (patch [2/8]).
* rs485 serial console support (patch [8/8]).
* various fixes and cleanups.

Please review and test.  Thanks!


Lukas Wunner (8):
  serial: 8250: Don't touch RTS modem control while in rs485 mode
  serial: 8250: Support rs485 devicetree properties
  serial: 8250: Deduplicate ->rs485_config() callback
  serial: 8250: Sanitize rs485 config harder
  serial: 8250: Deduplicate rs485 active_timer assignment
  serial: 8250: Generalize rs485 software emulation
  serial: 8250_bcm2835aux: Support rs485 software emulation
  serial: 8250: Support console on software emulated rs485 ports

 drivers/tty/serial/8250/8250.h            |   4 +-
 drivers/tty/serial/8250/8250_bcm2835aux.c |  62 ++++++++-
 drivers/tty/serial/8250/8250_core.c       |   6 +-
 drivers/tty/serial/8250/8250_of.c         |  39 +-----
 drivers/tty/serial/8250/8250_omap.c       |  34 +----
 drivers/tty/serial/8250/8250_port.c       | 157 +++++++++++++++++-----
 include/linux/serial_8250.h               |   3 +
 7 files changed, 204 insertions(+), 101 deletions(-)

-- 
2.24.0


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

end of thread, other threads:[~2020-02-28 13:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-28 13:31 [PATCH 0/8] rs485 support for Raspberry Pi aux uart Lukas Wunner
2020-02-28 13:31 ` [PATCH 1/8] serial: 8250: Don't touch RTS modem control while in rs485 mode Lukas Wunner
2020-02-28 13:31 ` [PATCH 2/8] serial: 8250: Support rs485 devicetree properties Lukas Wunner
2020-02-28 13:31 ` [PATCH 3/8] serial: 8250: Deduplicate ->rs485_config() callback Lukas Wunner
2020-02-28 13:31 ` [PATCH 4/8] serial: 8250: Sanitize rs485 config harder Lukas Wunner
2020-02-28 13:31 ` [PATCH 5/8] serial: 8250: Deduplicate rs485 active_timer assignment Lukas Wunner
2020-02-28 13:31 ` [PATCH 6/8] serial: 8250: Generalize rs485 software emulation Lukas Wunner
2020-02-28 13:31 ` [PATCH 7/8] serial: 8250_bcm2835aux: Support " Lukas Wunner
2020-02-28 13:31 ` [PATCH 8/8] serial: 8250: Support console on software emulated rs485 ports Lukas Wunner

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.