summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2017-10-13tty: fall back to N_NULL if switching to N_TTY fails during hangupJohannes Weiner-6/+5
2017-09-18serial: sccnxp: Fix error handling in sccnxp_probe()Alexey Khoroshilov-2/+11
2017-09-18tty: serial: lpuart: avoid report NULL interruptFugang Duan-23/+17
2017-09-18serial: bcm63xx: fix timing issue.Russell Enderby-0/+5
2017-09-18mxser: fix timeout calculation for low ratesJiri Slaby-5/+11
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig-1/+1
2017-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds-0/+1161
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-0/+12
2017-09-05Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+96
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-286/+1568
2017-09-05Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-11/+11
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2017-08-31tty: goldfish: Implement support for kernel 'earlycon' parameterMiodrag Dinic-0/+29
2017-08-31tty: goldfish: Use streaming DMA for r/w operations on Ranchu platformsMiodrag Dinic-27/+139
2017-08-31tty: goldfish: Refactor constants to better reflect their natureAleksandar Markovic-27/+25
2017-08-31serial: 8250_port: Remove useless NULL checksAndy Shevchenko-4/+4
2017-08-31earlycon: initialise baud field of earlycon device structureEugeniy Paltsev-0/+5
2017-08-29sparc64: vcc: make ktermios constBhumika Goyal-1/+1
2017-08-29tty: hvcs: make ktermios constBhumika Goyal-1/+1
2017-08-28sparc64: vcc: Check for IS_ERR() instead of NULLDan Carpenter-2/+2
2017-08-28pty: show associative slave of ptmx in fdinfoMasatake YAMATO-1/+16
2017-08-28tty: n_gsm: Add compat_ioctlLars Poeschel-0/+11
2017-08-28tty: hvcs: constify vio_device_idArvind Yadav-1/+1
2017-08-28tty: hvc_vio: constify vio_device_idArvind Yadav-1/+1
2017-08-28tty: mips_ejtag_fdc: constify mips_cdmm_device_idArvind Yadav-1/+1
2017-08-28Introduce 8250_men_mcbMichael Moese-0/+130
2017-08-28serial: imx: Avoid post-PIO cleanup if TX DMA is startedIan Jamison-1/+4
2017-08-28tty: serial: imx: disable irq after suspendMaxim Yu. Osipov-0/+2
2017-08-28serial: 8250_uniphier: add suspend/resume supportMasahiro Yamada-0/+35
2017-08-28serial: 8250_uniphier: use CHAR register for canary to detect power-offMasahiro Yamada-6/+16
2017-08-28serial: 8250_uniphier: fix serial port index in private dataMasahiro Yamada-3/+3
2017-08-28serial: 8250: of: Add new port type for MediaTek BTIF controller on MT7622/23...Sean Wang-0/+10
2017-08-28serial: earlycon: Only try fdt when specify 'earlycon' exactlyJeffy Chen-1/+1
2017-08-28serial: mux: constify uart_ops structuresJulia Lawall-1/+1
2017-08-28serial: sunsu: constify uart_ops structuresJulia Lawall-1/+1
2017-08-28serial: mpc52xx: constify uart_ops structuresJulia Lawall-1/+1
2017-08-28serial: m32r_sio: constify uart_ops structuresJulia Lawall-1/+1
2017-08-28serial: cpm_uart: constify uart_ops structuresJulia Lawall-1/+1
2017-08-28serial: apbuart: constify uart_ops structuresJulia Lawall-1/+1
2017-08-28serial: sunsab: constify uart_ops structuresJulia Lawall-1/+1
2017-08-28serial: 21285: constify uart_ops structuresJulia Lawall-1/+1
2017-08-28serial: uuc_uart: constify uart_ops structuresJulia Lawall-1/+1
2017-08-28tty: mux: constify parisc_device_idArvind Yadav-2/+2
2017-08-28tty: 8250: constify parisc_device_idArvind Yadav-2/+2
2017-08-28serial: 8250_of: Add basic PM runtime supportFranklin S Cooper Jr-11/+24
2017-08-28serial: 8250_of: use of_property_read_bool()Sergei Shtylyov-2/+2
2017-08-28serial: 8250: Use hrtimers for rs485 delaysRafael Gago-23/+40
2017-08-28serial: core: Consider rs485 settings to drive RTSRafael Gago-9/+25
2017-08-28tty: serial: 8250_mtk: Use PTR_ERR_OR_ZEROHimanshu Jha-4/+1
2017-08-28serial: sh-sci: use of_property_read_bool()Sergei Shtylyov-2/+1