aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan1-2/+11
2019-12-12tty: serial: samsung_tty: fix blank line checkpatch warningGreg Kroah-Hartman1-0/+3
2019-12-12tty: serial: samsung_tty: fix up minor comment formattingGreg Kroah-Hartman1-7/+9
2019-12-12tty: serial: samsung_tty: use 'unsigned int' not 'unsigned'Greg Kroah-Hartman1-1/+2
2019-12-12tty: serial: samsung_tty: use standard debugging macrosGreg Kroah-Hartman1-48/+30
2019-12-12tty: serial: samsung_tty: drop unneded dbg() callsGreg Kroah-Hartman1-22/+0
2019-12-12tty: serial: samsung_tty: delete samsung.hGreg Kroah-Hartman2-147/+130
2019-12-12tty: serial: samsung.h: remove reset_port callback from struct s3c24xx_uart_infoGreg Kroah-Hartman1-3/+0
2019-12-12tty: serial: samsung.h: fix up minor comment issuesGreg Kroah-Hartman1-2/+2
2019-12-12tty: serial: samsung_tty: fix build warningGreg Kroah-Hartman1-0/+3
2019-12-12tty: serial: samsung: allow driver to be built by anyoneGreg Kroah-Hartman1-1/+1
2019-12-12tty/serial: atmel: fix out of range clock divider handlingDavid Engraf1-3/+3
2019-12-12tty: pl011: Add suspend resume supportShubhrajyoti Datta1-0/+1
2019-12-12tty: serial: amba-pl011: remove set but unused variableXiongfeng Wang1-4/+2
2019-12-12tty: serial: samsung: remove variable 'ufstat' set but not usedChen Wandun1-2/+2
2019-12-10tty: omap-serial: remove set but unused variableXiongfeng Wang1-2/+5
2019-12-09serial: ucc_uart: access __be32 field using be32_to_cpuRasmus Villemoes1-3/+3
2019-12-09serial: ucc_uart: limit brg-frequency workaround to PPC32Rasmus Villemoes1-0/+7
2019-12-09serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()Rasmus Villemoes1-21/+15
2019-12-09serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32Rasmus Villemoes1-1/+16
2019-12-09serial: ucc_uart: factor out soft_uart initializationRasmus Villemoes1-52/+58
2019-12-09serial: ucc_uart: replace ppc-specific IO accessorsRasmus Villemoes1-108/+102
2019-12-09serial: ucc_uart: explicitly include soc/fsl/cpm.hRasmus Villemoes1-0/+1
2019-12-03Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds36-702/+641
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+5
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas1-5/+3
2019-11-27Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds2-2/+2
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+8
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+2
2019-11-27Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Je Yen Tam1-288/+4
2019-11-27vcs: prevent write access to vcsu devicesNicolas Pitre1-0/+3
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2019-11-23tty: vt: keyboard: reject invalid keycodesDmitry Torokhov1-1/+1
2019-11-22tty: don't crash in tty_init_dev when missing tty_portJiri Slaby1-3/+6
2019-11-21serial: stm32: fix clearing interrupt error flagsFabrice Gasnier1-3/+3
2019-11-21tty: Fix Kconfig indentation, continuedKrzysztof Kozlowski2-28/+28
2019-11-21serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao1-1/+1
2019-11-20tty: remove unused argument from tty_open_by_driver()Sudip Mukherjee1-3/+2
2019-11-20tty: Fix Kconfig indentationKrzysztof Kozlowski4-64/+64
2019-11-18{tty: serial, nand: onenand}: samsung: rename to fix build warningSudip Mukherjee2-1/+1
2019-11-18serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan1-0/+3
2019-11-18serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch1-4/+2
2019-11-14Revert "serial-uartlite: Move the uart register"Greg Kroah-Hartman1-9/+9
2019-11-14Revert "serial-uartlite: Add get serial id if not provided"Greg Kroah-Hartman1-7/+0
2019-11-14Revert "serial-uartlite: Do not use static struct uart_driver out of probe()"Greg Kroah-Hartman1-15/+5
2019-11-14Revert "serial-uartlite: Add runtime support"Greg Kroah-Hartman1-43/+9
2019-11-14Revert "serial-uartlite: Change logic how console_port is setup"Greg Kroah-Hartman1-8/+2
2019-11-14Revert "serial-uartlite: Use allocated structure instead of static ones"Greg Kroah-Hartman1-2/+2
2019-11-13riscv: don't allow selecting SBI based drivers for M-modeDamien Le Moal2-2/+2