Merge tag 'tty-3.11-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 driver merge for 3.11-rc1. It's not all that big, nothing major changed in the tty api, which is a nice change, just a number of serial driver fixes and updates and new drivers, along with some n_tty fixes to help resolve some reported issues. All of these have been in the linux-next releases for a while, with the exception of the last revert patch, which was reported this past weekend by two different people as being needed." * tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (51 commits) Revert "serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller" pch_uart: Add uart_clk selection for the MinnowBoard tty: atmel_serial: prepare clk before calling enable tty: Reset itty for other pty n_tty: Buffer work should not reschedule itself n_tty: Fix unsafe update of available buffer space n_tty: Untangle read completion variables n_tty: Encapsulate minimum_to_wake within N_TTY serial: omap: Fix device tree based PM runtime serial: imx: Fix serial clock unbalance serial/mpc52xx_uart: fix kernel panic when system reboot serial: mfd: Add sysrq support serial: imx: enable the clocks for console tty: serial: add Freescale lpuart driver support serial: imx: Improve Kconfig text serial: imx: Allow module build serial: imx: Fix warning when !CONFIG_SERIAL_IMX_CONSOLE tty/serial/sirf: fix error propagation in sirfsoc_uart_probe() serial: omap: fix potential NULL pointer dereference in serial_omap_runtime_suspend() tty: serial: Enable uartlite for ARM zynq ...
No related branches found
No related tags found
Showing
- Documentation/console/console.txt 14 additions, 14 deletionsDocumentation/console/console.txt
- Documentation/devicetree/bindings/tty/serial/fsl-imx-uart.txt 3 additions, 0 deletions...mentation/devicetree/bindings/tty/serial/fsl-imx-uart.txt
- Documentation/devicetree/bindings/tty/serial/fsl-lpuart.txt 14 additions, 0 deletionsDocumentation/devicetree/bindings/tty/serial/fsl-lpuart.txt
- Documentation/serial/00-INDEX 0 additions, 2 deletionsDocumentation/serial/00-INDEX
- Documentation/serial/stallion.txt 0 additions, 392 deletionsDocumentation/serial/stallion.txt
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- arch/alpha/kernel/console.c 3 additions, 1 deletionarch/alpha/kernel/console.c
- arch/alpha/kernel/process.c 3 additions, 1 deletionarch/alpha/kernel/process.c
- arch/mips/pci/pci-bcm1480.c 3 additions, 1 deletionarch/mips/pci/pci-bcm1480.c
- arch/mips/pci/pci-sb1250.c 3 additions, 1 deletionarch/mips/pci/pci-sb1250.c
- arch/parisc/kernel/setup.c 1 addition, 1 deletionarch/parisc/kernel/setup.c
- arch/powerpc/include/asm/mpc52xx_psc.h 49 additions, 0 deletionsarch/powerpc/include/asm/mpc52xx_psc.h
- drivers/char/Kconfig 0 additions, 12 deletionsdrivers/char/Kconfig
- drivers/tty/Makefile 1 addition, 1 deletiondrivers/tty/Makefile
- drivers/tty/hvc/hvc_iucv.c 1 addition, 1 deletiondrivers/tty/hvc/hvc_iucv.c
- drivers/tty/n_tty.c 51 additions, 37 deletionsdrivers/tty/n_tty.c
- drivers/tty/serial/8250/8250_pci.c 0 additions, 4 deletionsdrivers/tty/serial/8250/8250_pci.c
- drivers/tty/serial/8250/Kconfig 2 additions, 3 deletionsdrivers/tty/serial/8250/Kconfig
- drivers/tty/serial/Kconfig 20 additions, 7 deletionsdrivers/tty/serial/Kconfig
- drivers/tty/serial/Makefile 1 addition, 0 deletionsdrivers/tty/serial/Makefile
Loading
Please register or sign in to comment