summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2020-02-20tty: serial: samsung_tty: build it for any platformGreg Kroah-Hartman
2020-02-19n_gsm: switch escape to boolJiri Slaby
2020-02-19n_gsm: switch constipated to boolJiri Slaby
2020-02-19n_gsm: switch throttled to boolJiri Slaby
2020-02-19n_gsm: switch dead to boolJiri Slaby
2020-02-19n_gsm: add missing \n to printsJiri Slaby
2020-02-19n_gsm: add missing __user annotationsJiri Slaby
2020-02-19n_gsm: introduce enum gsm_mux_stateJiri Slaby
2020-02-19n_gsm: introduce enum gsm_dlci_modeJiri Slaby
2020-02-19n_gsm: introduce enum gsm_dlci_stateJiri Slaby
2020-02-19n_gsm: drop unneeded gsm_dlci->fifo fieldJiri Slaby
2020-02-19serial: 8250_port: Use dev_*() instead of pr_*()Andy Shevchenko
2020-02-19serial: 8250_port: Switch to use DEVICE_ATTR_RW()Andy Shevchenko
2020-02-19tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni
2020-02-19tty: serial: Kconfig: Fix a typoChristophe JAILLET
2020-02-19serial: 8250_pxa: avoid autodetecting the port typeLubomir Rintel
2020-02-17serial: core: Switch to use DEVICE_ATTR_RO()Andy Shevchenko
2020-02-14serial: core: use octal permissions on module paramAndy Shevchenko
2020-02-14serial: core: Consolidate spin lock initialization codeAndy Shevchenko
2020-02-14serial: core: Introduce uart_console_enabled() helperAndy Shevchenko
2020-02-14drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki
2020-02-13vt: selection, close sel_buffer raceJiri Slaby
2020-02-13vt: selection, handle pending signals in paste_selectionJiri Slaby
2020-02-13serial: cpm_uart: call cpm_muram_init before registering consoleRasmus Villemoes
2020-02-13serial: 8250_pci: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-13serial: sc16is7xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-13PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki
2020-02-12tty: n_gsm: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-12tty/serial: 8250_exar: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-12tty: serial: qcom_geni_serial: Fix RX cancel command failuresatya priya
2020-02-12serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko
2020-02-12tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan
2020-02-12vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet
2020-02-10vt: fix scrollback flushing on background consolesNicolas Pitre
2020-02-10serial: 8250_early: Add earlycon for BCM2835 aux uartMatthias Brugger
2020-02-10serial: 8250_tegra: Create Tegra specific 8250 driverJeff Brasen
2020-02-10n_tty: check printk arguments for n_tty_traceJiri Slaby
2020-02-10kgdboc: Use for_each_console() helperAndy Shevchenko
2020-02-10tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't startedDmitry Osipenko
2020-02-10tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre
2020-02-10serdev: ttyport: restore client ops on deregistrationJohan Hovold
2020-02-10serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDEDaniel Golle
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-02-08Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds