summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2019-12-18tty/serial: Migrate cpm_uart to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate clps711x to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate atmel_serial to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate arc_uart to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate apbuart to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate amba-pl01* to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate 8250_port to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate 8250_omap to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate bcm63xx_uart to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate 8250_fsl to use has_sysrqDmitry Safonov
2019-12-18Revert "serdev: simplify Makefile"Johan Hovold
2019-12-18Revert "tty/serial: atmel: fix out of range clock divider handling"Greg Kroah-Hartman
2019-12-17tty/serial: Migrate aspeed_vuart to use has_sysrqDmitry Safonov
2019-12-17tty: serial: samsung_tty: do not abuse the struct uart_port unused fieldsGreg Kroah-Hartman
2019-12-17sysrq: Remove sysrq_handler_registeredDmitry Safonov
2019-12-17tty: vt: move conmakehash to drivers/tty/vt/ from scripts/Masahiro Yamada
2019-12-17tty: drop useless variable initialisation in tty_kopen()Uwe Kleine-König
2019-12-17serdev: make use of printk extension %pe for better error messagesUwe Kleine-König
2019-12-17serdev: simplify MakefileUwe Kleine-König
2019-12-17tty/serial: atmel: fix out of range clock divider handlingDavid Engraf
2019-12-17tty: link tty and port before configuring it as consoleSudip Mukherjee
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-12serial: sprd: Add clearing break interrupt operationYonghan Ye
2019-12-12tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan
2019-12-12tty: serial: samsung_tty: fix blank line checkpatch warningGreg Kroah-Hartman
2019-12-12tty: serial: samsung_tty: fix up minor comment formattingGreg Kroah-Hartman
2019-12-12tty: serial: samsung_tty: use 'unsigned int' not 'unsigned'Greg Kroah-Hartman
2019-12-12tty: serial: samsung_tty: use standard debugging macrosGreg Kroah-Hartman
2019-12-12tty: serial: samsung_tty: drop unneded dbg() callsGreg Kroah-Hartman
2019-12-12tty: serial: samsung_tty: delete samsung.hGreg Kroah-Hartman
2019-12-12tty: serial: samsung.h: remove reset_port callback from struct s3c24xx_uart_infoGreg Kroah-Hartman
2019-12-12tty: serial: samsung.h: fix up minor comment issuesGreg Kroah-Hartman
2019-12-12tty: serial: samsung_tty: fix build warningGreg Kroah-Hartman
2019-12-12tty: serial: samsung: allow driver to be built by anyoneGreg Kroah-Hartman
2019-12-12tty/serial: atmel: fix out of range clock divider handlingDavid Engraf
2019-12-12tty: pl011: Add suspend resume supportShubhrajyoti Datta
2019-12-12tty: serial: amba-pl011: remove set but unused variableXiongfeng Wang
2019-12-12tty: serial: samsung: remove variable 'ufstat' set but not usedChen Wandun
2019-12-10tty: omap-serial: remove set but unused variableXiongfeng Wang
2019-12-09serial: ucc_uart: access __be32 field using be32_to_cpuRasmus Villemoes
2019-12-09serial: ucc_uart: limit brg-frequency workaround to PPC32Rasmus Villemoes
2019-12-09serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()Rasmus Villemoes
2019-12-09serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32Rasmus Villemoes
2019-12-09serial: ucc_uart: factor out soft_uart initializationRasmus Villemoes
2019-12-09serial: ucc_uart: replace ppc-specific IO accessorsRasmus Villemoes
2019-12-09serial: ucc_uart: explicitly include soc/fsl/cpm.hRasmus Villemoes
2019-12-03Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas