summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+16
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-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig-1/+1
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-213/+1304
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-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
2017-08-28serial: pch_uart: Make port type explicitAndy Shevchenko-20/+15
2017-08-28serial: core: remove unneeded irq_wake flagAndy Shevchenko-6/+3
2017-08-28serial: stm32-usart: Avoid using irq_wake flagAndy Shevchenko-1/+1
2017-08-28serial: st-asc: Avoid using irq_wake flagAndy Shevchenko-1/+1
2017-08-28serial: fsl_lpuart: Avoid using irq_wake flagAndy Shevchenko-4/+9
2017-08-28tty: serial: msm: Move request_irq to the end of startupNeeraj Upadhyay-5/+14
2017-08-28serial: pch_uart: Remove unneeded NULL checkFabio Estevam-2/+1
2017-08-28tty: serial: sprd: fix error return code in sprd_probe()Gustavo A. R. Silva-2/+2
2017-08-28serial: meson: constify uart_ops structuresJulia Lawall-1/+1
2017-08-28serial: owl: constify uart_ops structuresJulia Lawall-1/+1
2017-08-28serial: stm32: fix pio transmit timeoutGerald Baeza-1/+1
2017-08-28serial: pl011: constify amba_idArvind Yadav-1/+1
2017-08-28serial: pl010: constify amba_idArvind Yadav-1/+1
2017-08-28tty: amba-pl011: constify vendor_data structuresJulia Lawall-2/+2
2017-08-22parisc/8250_gsc: Fix section mismatchesHelge Deller-4/+4
2017-08-22parisc/mux: Fix section mismatchesHelge Deller-7/+7
2017-08-14Merge 4.13-rc5 into tty-nextGreg Kroah-Hartman-27/+39