linux/drivers/tty/serial/8250
Masahiro Yamada bd94c4077a 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>
2015-12-13 19:59:48 -08:00
..
8250.h
8250_accent.c
8250_acorn.c
8250_boca.c
8250_core.c serial: support 16-bit register interface for console 2015-12-13 19:59:48 -08:00
8250_dma.c TTY/Serial driver patches for 4.4-rc1 2015-11-04 21:35:12 -08:00
8250_dw.c The majority of the changes are driver updates and new device 2015-11-05 12:59:36 -08:00
8250_early.c serial: support 16-bit register interface for console 2015-12-13 19:59:48 -08:00
8250_em.c
8250_exar_st16c554.c
8250_fintek.c
8250_fourport.c
8250_fsl.c serial: export fsl8250_handle_irq 2015-11-20 16:19:54 -08:00
8250_gsc.c
8250_hp300.c
8250_hub6.c
8250_ingenic.c serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE 2015-12-13 19:59:48 -08:00
8250_lpc18xx.c
8250_mid.c serial: 8250_mid: add support for DMA engine handling from UART MMIO 2015-10-17 21:22:08 -07:00
8250_mtk.c drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modular 2015-12-13 19:59:48 -08:00
8250_omap.c serial: 8250_omap: Remove RTS clear 2015-10-17 21:05:46 -07:00
8250_pci.c serial: 8250_mid: add support for DMA engine handling from UART MMIO 2015-10-17 21:22:08 -07:00
8250_pnp.c
8250_port.c serial: support 16-bit register interface for console 2015-12-13 19:59:48 -08:00
8250_uniphier.c serial: 8250_uniphier: add earlycon support 2015-12-13 19:59:48 -08:00
Kconfig serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE 2015-12-13 19:59:48 -08:00
Makefile serial: 8250_pci: Intel MID UART support to its own driver 2015-10-17 21:18:38 -07:00
serial_cs.c