aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-25serial: 8250_early: Setup divider when uartclk is passedMichal Simek1-1/+1
2018-04-25tty/nozomi: fix inconsistent indentationJoey Pabalinas1-38/+38
2018-04-25tty/nozomi: cleanup DUMP() macroJoey Pabalinas1-13/+13
2018-04-23tty: serial: xuartps: Setup early console when uartclk is also passedMichal Simek1-1/+1
2018-04-23tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa2-3/+7
2018-04-23tty: Avoid possible error pointer dereference at tty_ldisc_restore().Tetsuo Handa1-8/+5
2018-04-23tty: nozomi: fix spelling mistake in macro NOZOMI_STATE_UKNOWNColin Ian King1-1/+1
2018-04-23tty: ipwireless: Replace GFP_ATOMIC with GFP_KERNEL in ipwireless_network_createJia-Ju Bai1-1/+1
2018-04-23tty: serial: qcom_geni_serial: Use signed variable to get IRQKarthikeyan Ramasubramanian1-4/+6
2018-04-23serial/aspeed-vuart: Implement quick throttle mechanismJeremy Kerr1-4/+101
2018-04-23serial/aspeed-vuart: Implement rx throttlingJeremy Kerr1-0/+27
2018-04-23serial/8250: export serial8250_read_charJeremy Kerr1-1/+2
2018-04-23serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOsJeremy Kerr1-2/+2
2018-04-23serial: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-4/+0
2018-04-23earlycon: Initialize port->uartclk based on clock-frequency propertyMichal Simek1-0/+4
2018-04-23tty: serial: 8250: pass IRQ shared flag to UART portsKurt Kanzenbach1-0/+1
2018-04-23serial: 8250: omap: Provide ability to enable/disable UART as wakeup sourceVignesh R1-0/+11
2018-04-23serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devicesJoshua Scott1-4/+27
2018-04-23serial: sh-sci: Support for HSCIF RX sampling point adjustmentUlrich Hecht2-23/+46
2018-04-23serial: sh-sci: Add support for dynamic instancesGeert Uytterhoeven2-0/+10
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-2/+4
2018-04-23serial: imx: fix cached UCR2 read on software resetStefan Agner1-1/+1
2018-04-23serial: imx: warn user when using unsupported configurationStefan Agner1-0/+17
2018-04-22serial: mvebu-uart: add suspend/resume supportMiquel Raynal1-0/+64
2018-04-22serial: mvebu-uart: Fix local flags handling on termios updateMarc Zyngier1-1/+0
2018-04-22tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren1-0/+11
2018-04-22tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren1-1/+11
2018-04-22tty: serial: msm_serial: Add support for suspend/resumePascal Huerst1-0/+25
2018-04-22tty: serial: simplify getting .drvdataWolfram Sang4-24/+12
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds31-632/+2367
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linuxLinus Torvalds2-4/+4
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds19-11368/+0
2018-04-02x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski1-3/+3
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski1-1/+1
2018-03-26tty: hvc: remove tile driverArnd Bergmann2-197/+0
2018-03-26tty: remove bfin_jtag_comm and hvc_bfin_jtag driversArnd Bergmann6-481/+0
2018-03-26serial: remove tile uart driverArnd Bergmann3-699/+0
2018-03-26serial: remove m32r_sio driverArnd Bergmann4-1233/+0
2018-03-26serial: remove blackfin driversArnd Bergmann5-2725/+0
2018-03-26serial: remove cris/etrax uart driversArnd Bergmann5-5354/+0
2018-03-25tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4
2018-03-23serial: expose buf_overrun count through proc interfaceJeremy Kerr1-0/+2
2018-03-22serial: mvebu-uart: fix tx lost charactersGabriel Matni1-1/+1
2018-03-22tty: serial: msm_geni_serial: Fix return value check in qcom_geni_serial_probe()Wei Yongjun1-2/+2
2018-03-20Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman8-5/+41
2018-03-20tty: serial: msm_geni_serial: Add serial driver support for GENI based QUPKarthikeyan Ramasubramanian3-0/+1174
2018-03-18s390/setup : enable display support for KVM guestFarhan Ali1-1/+1
2018-03-158250-men-mcb: add support for 16z025 and 16z057Michael Moese2-36/+94
2018-03-15serial: stm32: fix initialization of RS485 modeBich HEMON1-0/+4