-
- Downloads
Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty/serial updates from Greg KH: "Here is the "big" TTY/Serial patch updates for 4.12-rc1 Not a lot of new things here, the normal number of serial driver updates and additions, tiny bugs fixed, and some core files split up to make future changes a bit easier for Nicolas's "tiny-tty" work. All of these have been in linux-next for a while" * tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (62 commits) serial: small Makefile reordering tty: split job control support into a file of its own tty: move baudrate handling code to a file of its own console: move console_init() out of tty_io.c serial: 8250_early: Add earlycon support for Palmchip UART tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44 vt: make mouse selection of non-ASCII consistent vt: set mouse selection word-chars to gpm's default imx-serial: Reduce RX DMA startup latency when opening for reading serial: omap: suspend device on probe errors serial: omap: fix runtime-pm handling on unbind tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT init serial: samsung: Remove useless spinlock serial: samsung: Add missing checks for dma_map_single failure serial: samsung: Use right device for DMA-mapping calls serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be off tty: fix comment typo s/repsonsible/responsible/ tty: amba-pl011: Fix spurious TX interrupts serial: xuartps: Enable clocks in the pm disable case also serial: core: Re-use struct uart_port {name} field ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/arm/sprd.txt 8 additions, 5 deletionsDocumentation/devicetree/bindings/arm/sprd.txt
- Documentation/devicetree/bindings/serial/sprd-uart.txt 13 additions, 1 deletionDocumentation/devicetree/bindings/serial/sprd-uart.txt
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- drivers/tty/Makefile 2 additions, 1 deletiondrivers/tty/Makefile
- drivers/tty/hvc/hvc_console.c 2 additions, 2 deletionsdrivers/tty/hvc/hvc_console.c
- drivers/tty/hvc/hvcs.c 1 addition, 1 deletiondrivers/tty/hvc/hvcs.c
- drivers/tty/n_gsm.c 6 additions, 15 deletionsdrivers/tty/n_gsm.c
- drivers/tty/pty.c 1 addition, 6 deletionsdrivers/tty/pty.c
- drivers/tty/serdev/core.c 31 additions, 5 deletionsdrivers/tty/serdev/core.c
- drivers/tty/serial/8250/8250_core.c 1 addition, 1 deletiondrivers/tty/serial/8250/8250_core.c
- drivers/tty/serial/8250/8250_dw.c 5 additions, 8 deletionsdrivers/tty/serial/8250/8250_dw.c
- drivers/tty/serial/8250/8250_early.c 24 additions, 0 deletionsdrivers/tty/serial/8250/8250_early.c
- drivers/tty/serial/8250/8250_exar.c 1 addition, 1 deletiondrivers/tty/serial/8250/8250_exar.c
- drivers/tty/serial/8250/8250_fintek.c 38 additions, 5 deletionsdrivers/tty/serial/8250/8250_fintek.c
- drivers/tty/serial/8250/8250_lpss.c 2 additions, 1 deletiondrivers/tty/serial/8250/8250_lpss.c
- drivers/tty/serial/8250/8250_port.c 2 additions, 2 deletionsdrivers/tty/serial/8250/8250_port.c
- drivers/tty/serial/Kconfig 11 additions, 0 deletionsdrivers/tty/serial/Kconfig
- drivers/tty/serial/Makefile 2 additions, 1 deletiondrivers/tty/serial/Makefile
- drivers/tty/serial/altera_jtaguart.c 20 additions, 0 deletionsdrivers/tty/serial/altera_jtaguart.c
- drivers/tty/serial/altera_uart.c 32 additions, 0 deletionsdrivers/tty/serial/altera_uart.c
Loading
Please register or sign in to comment