All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drivers: serial: Aspeed VUART driver
@ 2017-03-28  5:44 ` Joel Stanley
  0 siblings, 0 replies; 16+ messages in thread
From: Joel Stanley @ 2017-03-28  5:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Mark Rutland, Rob Herring
  Cc: linux-serial, linux-kernel, openbmc, devicetree,
	Benjamin Herrenschmidt, Jeremy Kerr

This is a driver for the Aspeed VUART. The VUART is a serial device on the BMC
side of the LPC bus that connects a BMC to it's host processor.

We add a flag to the serial core to allow the driver to skip probing of the
THRE irq behaviour, which could hang due to the host not reading bytes out of
the buffer.

We've been using this on systems for over a year, so it has seen a good amount
of testing.

Cheers,

Joel


Jeremy Kerr (1):
  drivers/serial: Add driver for Aspeed virtual UART

Joel Stanley (1):
  serial: 8250: Add flag so drivers can avoid THRE probe

 Documentation/devicetree/bindings/serial/8250.txt |   2 +
 drivers/tty/serial/8250/8250_port.c               |   2 +-
 drivers/tty/serial/Kconfig                        |  10 +
 drivers/tty/serial/Makefile                       |   1 +
 drivers/tty/serial/aspeed-vuart.c                 | 335 ++++++++++++++++++++++
 include/linux/serial_core.h                       |   1 +
 6 files changed, 350 insertions(+), 1 deletion(-)
 create mode 100644 drivers/tty/serial/aspeed-vuart.c

-- 
2.11.0

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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-28  5:44 [PATCH 0/2] drivers: serial: Aspeed VUART driver Joel Stanley
2017-03-28  5:44 ` Joel Stanley
2017-03-28  5:44 ` [PATCH 1/2] serial: 8250: Add flag so drivers can avoid THRE probe Joel Stanley
2017-03-28  5:44 ` [PATCH 2/2] drivers/serial: Add driver for Aspeed virtual UART Joel Stanley
2017-03-31 13:31   ` Greg Kroah-Hartman
2017-03-31 13:31     ` Greg Kroah-Hartman
2017-03-31 21:29     ` Benjamin Herrenschmidt
2017-04-02 13:07   ` Andy Shevchenko
2017-04-02 13:07     ` Andy Shevchenko
2017-04-02 13:07     ` Andy Shevchenko
2017-04-02 21:09     ` Benjamin Herrenschmidt
2017-04-02 21:09       ` Benjamin Herrenschmidt
2017-04-03  7:11     ` Joel Stanley
2017-04-03  7:11       ` Joel Stanley
2017-04-03  7:11       ` Joel Stanley
2017-04-03 14:25   ` Rob Herring

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.