linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] serial: 8250_early: simplify serial_putc()
@ 2015-10-30  2:39 Masahiro Yamada
  2015-10-30  2:39 ` [PATCH v3 1/3] serial: 8250_early: do not save and restore IER in write callback Masahiro Yamada
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Masahiro Yamada @ 2015-10-30  2:39 UTC (permalink / raw)
  To: linux-serial
  Cc: Peter Hurley, Masahiro Yamada, Greg Kroah-Hartman, linux-kernel,
	Jiri Slaby



Changes in v3:
  - Split into three patches.
  - Confirm the empty TX only after sending each character.

Changes in v2:
  - split into two patches

Masahiro Yamada (3):
  serial: 8250_early: do not save and restore IER in write callback
  serial: 8250_early: confirm empty transmitter after sending characters
  serial: 8250_early: squash wait_for_xmitr() into serial_putc()

 drivers/tty/serial/8250/8250_early.c | 24 ++++--------------------
 1 file changed, 4 insertions(+), 20 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-10-30 13:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30  2:39 [PATCH v3 0/3] serial: 8250_early: simplify serial_putc() Masahiro Yamada
2015-10-30  2:39 ` [PATCH v3 1/3] serial: 8250_early: do not save and restore IER in write callback Masahiro Yamada
2015-10-30  2:39 ` [PATCH v3 2/3] serial: 8250_early: confirm empty transmitter after sending characters Masahiro Yamada
2015-10-30  2:39 ` [PATCH v3 3/3] serial: 8250_early: squash wait_for_xmitr() into serial_putc() Masahiro Yamada
2015-10-30 13:41 ` [PATCH v3 0/3] serial: 8250_early: simplify serial_putc() Peter Hurley

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).