summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2017-06-04Revert "tty: fix port buffer locking"Greg Kroah-Hartman-2/+0
2017-05-25serial: altera_uart: call iounmap() at driver removeTobias Klauser-0/+1
2017-05-25serial: imx: ensure UCR3 and UFCR are setup correctlyUwe Kleine-König-2/+12
2017-05-18serial: enable serdev supportJohan Hovold-2/+2
2017-05-18tty/serdev: add serdev registration interfaceJohan Hovold-2/+79
2017-05-18serdev: Restore serdev_device_write_buf for atomic contextStefan Wahren-0/+12
2017-05-18serial: core: fix crash in uart_suspend_portLucas Stach-1/+1
2017-05-18tty: fix port buffer lockingVegard Nossum-0/+2
2017-05-18tty: ehv_bytechan: clean up init error handlingJohan Hovold-9/+8
2017-05-18serial: ifx6x60: fix use-after-free on module unloadJohan Hovold-1/+1
2017-05-18serial: altera_jtaguart: adding iounmap()Alexey Khoroshilov-0/+1
2017-05-18serial: exar: Fix stuck MSIsJan Kiszka-9/+10
2017-05-18serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET-3/+8
2017-05-18serdev: fix tty-port client deregistrationJohan Hovold-5/+10
2017-05-18Revert "tty_port: register tty ports with serdev bus"Johan Hovold-12/+0
2017-05-18drivers/tty: 8250: only call fintek_8250_probe when doing port I/OArd Biesheuvel-1/+1
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+14
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1006/+1467
2017-05-08format-security: move static strings to constKees Cook-6/+6
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+1
2017-05-03oom: improve oom disable handlingMichal Hocko-1/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2017-04-24tty: fix comment for __tty_alloc_driver()Thadeu Lima de Souza Cascardo-1/+1
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+69
2017-04-20Annotate hardware config module parameters in drivers/tty/David Howells-14/+14
2017-04-18serial: small Makefile reorderingNicolas Pitre-1/+2
2017-04-18tty: split job control support into a file of its ownNicolas Pitre-537/+566
2017-04-18tty: move baudrate handling code to a file of its ownNicolas Pitre-223/+234
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre-24/+0
2017-04-18serial: 8250_early: Add earlycon support for Palmchip UARTMarc Gonzalez-2/+26
2017-04-18tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44Timur Tabi-8/+23
2017-04-17Merge 4.11-rc7 into tty-nextGreg Kroah-Hartman-16/+69
2017-04-14Revert "tty: don't panic on OOM in tty_set_ldisc()"Greg Kroah-Hartman-16/+69
2017-04-12serdev: implement get/set tiocmSebastian Reichel-0/+46
2017-04-12serdev: add serdev_device_wait_until_sentSebastian Reichel-4/+25
2017-04-12tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT initSebastian Reichel-0/+3
2017-04-11vt: make mouse selection of non-ASCII consistentAdam Borowski-10/+6
2017-04-11vt: set mouse selection word-chars to gpm's defaultAdam Borowski-1/+1
2017-04-11imx-serial: Reduce RX DMA startup latency when opening for readingPeter Senna Tschudin-14/+49
2017-04-11serial: omap: suspend device on probe errorsJohan Hovold-1/+2
2017-04-11serial: omap: fix runtime-pm handling on unbindJohan Hovold-1/+5
2017-04-08tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT initSebastian Reichel-0/+3
2017-04-08serial: samsung: Remove useless spinlockMarek Szyprowski-4/+0
2017-04-08serial: samsung: Add missing checks for dma_map_single failureMarek Szyprowski-7/+24
2017-04-08serial: samsung: Use right device for DMA-mapping callsMarek Szyprowski-5/+4
2017-04-08serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be offUwe Kleine-König-13/+23
2017-04-08tty: fix comment typo s/repsonsible/responsible/Thadeu Lima de Souza Cascardo-1/+1
2017-04-08tty: amba-pl011: Fix spurious TX interruptsJayachandran C-9/+14
2017-04-08serial: xuartps: Enable clocks in the pm disable case alsoShubhrajyoti Datta-7/+7
2017-04-08serial: core: Re-use struct uart_port {name} fieldAndy Shevchenko-6/+4