aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28serial: apbuart: constify uart_ops structuresJulia Lawall1-1/+1
2017-08-28serial: sunsab: constify uart_ops structuresJulia Lawall1-1/+1
2017-08-28serial: 21285: constify uart_ops structuresJulia Lawall1-1/+1
2017-08-28serial: uuc_uart: constify uart_ops structuresJulia Lawall1-1/+1
2017-08-28tty: mux: constify parisc_device_idArvind Yadav1-2/+2
2017-08-28tty: 8250: constify parisc_device_idArvind Yadav1-2/+2
2017-08-28serial: 8250_of: Add basic PM runtime supportFranklin S Cooper Jr1-11/+24
2017-08-28serial: 8250_of: use of_property_read_bool()Sergei Shtylyov1-2/+2
2017-08-28serial: 8250: Use hrtimers for rs485 delaysRafael Gago1-23/+40
2017-08-28serial: core: Consider rs485 settings to drive RTSRafael Gago1-9/+25
2017-08-28tty: serial: 8250_mtk: Use PTR_ERR_OR_ZEROHimanshu Jha1-4/+1
2017-08-28serial: sh-sci: use of_property_read_bool()Sergei Shtylyov1-2/+1
2017-08-28serial: pch_uart: Make port type explicitAndy Shevchenko1-20/+15
2017-08-28serial: core: remove unneeded irq_wake flagAndy Shevchenko1-6/+3
2017-08-28serial: stm32-usart: Avoid using irq_wake flagAndy Shevchenko1-1/+1
2017-08-28serial: st-asc: Avoid using irq_wake flagAndy Shevchenko1-1/+1
2017-08-28serial: fsl_lpuart: Avoid using irq_wake flagAndy Shevchenko1-4/+9
2017-08-28tty: serial: msm: Move request_irq to the end of startupNeeraj Upadhyay1-5/+14
2017-08-28serial: pch_uart: Remove unneeded NULL checkFabio Estevam1-2/+1
2017-08-28tty: serial: sprd: fix error return code in sprd_probe()Gustavo A. R. Silva1-2/+2
2017-08-28serial: meson: constify uart_ops structuresJulia Lawall1-1/+1
2017-08-28serial: owl: constify uart_ops structuresJulia Lawall1-1/+1
2017-08-28serial: stm32: fix pio transmit timeoutGerald Baeza1-1/+1
2017-08-28serial: pl011: constify amba_idArvind Yadav1-1/+1
2017-08-28serial: pl010: constify amba_idArvind Yadav1-1/+1
2017-08-28tty: amba-pl011: constify vendor_data structuresJulia Lawall1-2/+2
2017-08-14Merge 4.13-rc5 into tty-nextGreg Kroah-Hartman3-27/+39
2017-08-13Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-24/+36
2017-08-01Revert "serial: Delete dead code for CIR serial ports"Sean Young1-6/+17
2017-08-01gpio: exar: Use correct property prefix and document bindingsJan Kiszka1-2/+2
2017-07-30tty: pl011: fix initialization order of QDF2400 E44Timur Tabi1-18/+19
2017-07-30serial: fsl_lpuart: clear unsupported options in .rs485_config()Uwe Kleine-König1-0/+5
2017-07-30serial: 8250_pci: Enable device after we check black listAndy Shevchenko1-10/+29
2017-07-30serial: core: move UPF_NO_TXEN_TEST to quirks and renameAndy Shevchenko3-10/+10
2017-07-30serial: core: enforce type for upf_t when copyingAndy Shevchenko1-2/+2
2017-07-30serial: 8250_early: Remove __init marking from early writeJeffy Chen1-4/+4
2017-07-30serial: 8250_ingenic: Remove __init marking from early writeJeffy Chen1-4/+4
2017-07-30serial: xuartps: Remove __init marking from early writeJeffy Chen1-1/+1
2017-07-30serial: omap: Remove __init marking from early writeJeffy Chen1-7/+6
2017-07-30serial: arc: Remove __init marking from early writeJeffy Chen1-2/+2
2017-07-30drivers/serial: Do not leave sysfs group in case of error in aspeed_vuart_probe()Alexey Khoroshilov1-2/+5
2017-07-30serial: sprd: clear timeout interrupt only rather than all interruptsLanqing Liu1-1/+3
2017-07-30serial: imx: drop useless member from driver dataUwe Kleine-König1-12/+1
2017-07-30serial: tegra: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-30serial: 8250_dw: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-30serial: 8250: fix error handling in of_platform_serial_probe()Alexey Khoroshilov1-9/+14
2017-07-30tty: Convert to using %pOF instead of full_nameRob Herring3-10/+10
2017-07-30tty: serial: jsm: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-30tty: serial: pci: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-30tty: serial: exar: constify pci_device_id.Arvind Yadav1-1/+1