aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2017-05-18serial: ifx6x60: fix use-after-free on module unloadJohan Hovold1-1/+1
2017-05-18serial: altera_jtaguart: adding iounmap()Alexey Khoroshilov1-0/+1
2017-05-18serial: exar: Fix stuck MSIsJan Kiszka1-9/+10
2017-05-18serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET1-3/+8
2017-05-18serdev: fix tty-port client deregistrationJohan Hovold1-5/+10
2017-05-18Revert "tty_port: register tty ports with serdev bus"Johan Hovold1-12/+0
2017-05-18drivers/tty: 8250: only call fintek_8250_probe when doing port I/OArd Biesheuvel1-1/+1
2017-05-18serial: xilinx_uartps: Fix the error pathShubhrajyoti Datta1-4/+5
2017-05-18serial: meson: change interrupt description to tty nameHeiner Kallweit1-1/+1
2017-05-18serial: meson: remove use of flag UPF_IOREMAPHeiner Kallweit1-14/+8
2017-05-18serial: meson: make use of uart_port member mapsizeHeiner Kallweit1-24/+5
2017-05-18serial: meson: remove dead code in meson_uart_change_speedHeiner Kallweit1-2/+0
2017-05-18serial: meson: remove unneeded variable assignment in meson_serial_port_writeHeiner Kallweit1-1/+12
2017-05-18serial: meson: fix setting number of stop bitsHeiner Kallweit1-1/+1
2017-05-18tty/vt/keyboard: Remove AVR32 bits from the driverAndy Shevchenko1-2/+1
2017-05-18serial: pch_uart: use offset_in_page() macroGeliang Tang1-2/+1
2017-05-18tty/serial: atmel: use offset_in_page() macroGeliang Tang1-2/+3
2017-05-18drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged"Colin Ian King1-2/+1
2017-05-18serial: exar: Preconfigure xr17v35x MPIOs as outputJan Kiszka1-2/+2
2017-05-18imx-serial: RX DMA startup latencyPeter Senna Tschudin1-21/+5
2017-05-18tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrateStefan Wahren1-1/+1
2017-05-18serial: sh-sci: Move uart_register_driver call to device probeSjoerd Simons1-11/+15
2017-05-18serial: pl010: Move uart_register_driver call to device probeSjoerd Simons1-10/+21
2017-05-18serial: sh-sci: Fix race condition causing garbage during shutdownGeert Uytterhoeven1-2/+14
2017-05-18drivers/serial: Add driver for Aspeed virtual UARTJeremy Kerr3-0/+334
2017-05-18serial: 8250: Add flag so drivers can avoid THRE probeJoel Stanley1-1/+1
2017-05-18serial: 8250_exar: Remove duplicate assignmentAndy Shevchenko1-1/+0
2017-05-18serial: 8250: omap: Disable DMA for console UARTVignesh R1-0/+4
2017-05-16staging: speakup: add tty-based comms functionsOkash Khawaja1-0/+2
2017-05-16tty: export tty_open_by_driverOkash Khawaja1-3/+7
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-14/+14
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds37-1006/+1467
2017-05-08format-security: move static strings to constKees Cook2-6/+6
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+1
2017-05-03oom: improve oom disable handlingMichal Hocko1-1/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2017-04-24tty: fix comment for __tty_alloc_driver()Thadeu Lima de Souza Cascardo1-1/+1
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+69
2017-04-20Annotate hardware config module parameters in drivers/tty/David Howells6-14/+14
2017-04-18serial: small Makefile reorderingNicolas Pitre1-1/+2
2017-04-18tty: split job control support into a file of its ownNicolas Pitre3-537/+566
2017-04-18tty: move baudrate handling code to a file of its ownNicolas Pitre3-223/+234
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre1-24/+0
2017-04-18serial: 8250_early: Add earlycon support for Palmchip UARTMarc Gonzalez2-2/+26
2017-04-18tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44Timur Tabi1-8/+23
2017-04-17Merge 4.11-rc7 into tty-nextGreg Kroah-Hartman1-16/+69
2017-04-14Revert "tty: don't panic on OOM in tty_set_ldisc()"Greg Kroah-Hartman1-16/+69
2017-04-12serdev: implement get/set tiocmSebastian Reichel2-0/+46
2017-04-12serdev: add serdev_device_wait_until_sentSebastian Reichel2-4/+25
2017-04-12tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT initSebastian Reichel1-0/+3