linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] serial: console: add two features
@ 2015-10-19  5:40 Masahiro Yamada
  2015-10-19  5:40 ` [PATCH 1/2] serial: support register interface with 16-bit stride for console Masahiro Yamada
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2015-10-19  5:40 UTC (permalink / raw)
  To: linux-serial
  Cc: Masahiro Yamada, Sebastian Andrzej Siewior, Vineet Gupta,
	Kevin Cernekee, Jiri Slaby, Rob Herring, linux-api, Peter Hurley,
	linux-doc, Jonathan Corbet, linux-kernel, Wang Long, Noam Camus,
	Greg Kroah-Hartman, Eddie Huang

1/2: add MMIO16 register interface support
2/2: allow to input clock frequency from kernel parameter



Masahiro Yamada (2):
  serial: support register interface with 16-bit stride for console
  serial: earlycon: allow to specify uartclk in earlycon
    kernel-parameter

 Documentation/kernel-parameters.txt  |  9 +++++----
 drivers/tty/serial/8250/8250_early.c |  5 +++++
 drivers/tty/serial/8250/8250_port.c  | 20 ++++++++++++++++++++
 drivers/tty/serial/earlycon.c        | 23 ++++++++++++++++++-----
 drivers/tty/serial/serial_core.c     |  9 +++++++--
 include/linux/serial_core.h          |  1 +
 include/uapi/linux/serial.h          |  9 +++++----
 7 files changed, 61 insertions(+), 15 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-10-20  3:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19  5:40 [PATCH 0/2] serial: console: add two features Masahiro Yamada
2015-10-19  5:40 ` [PATCH 1/2] serial: support register interface with 16-bit stride for console Masahiro Yamada
2015-10-19 19:50   ` Peter Hurley
2015-10-20  3:37     ` Masahiro Yamada

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