]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - Documentation/kernel-parameters.txt
serial: support 16-bit register interface for console
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 28 Oct 2015 03:46:05 +0000 (12:46 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Dec 2015 03:59:48 +0000 (19:59 -0800)
commitbd94c4077a0b2ecc35562c294f80f3659ecd8499
tree939d81f6945ce1b0925ab4bf6f7e40c399057e17
parent004e2ed5cc6d89201140ca96693bf9c0b2945f43
serial: support 16-bit register interface for console

Currently, 8-bit (MMIO) and 32-bit (MMIO32) register interfaces are
supported for the 8250 console, but the 16-bit (MMIO16) is not.
The 8250 UART device on my board is connected to a 16-bit bus and
my main motivation is to use earlycon with it.
(Refer to arch/arm/boot/dts/uniphier-support-card.dtsi)

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/kernel-parameters.txt
drivers/tty/serial/8250/8250_core.c
drivers/tty/serial/8250/8250_early.c
drivers/tty/serial/8250/8250_port.c
drivers/tty/serial/earlycon.c
drivers/tty/serial/of_serial.c
drivers/tty/serial/serial_core.c
include/linux/serial_core.h
include/uapi/linux/serial.h