summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2018-02-07serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior1-0/+2
2018-02-03serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTSFabio Estevam1-6/+8
2018-02-03serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun1-2/+3
2018-02-03serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada1-1/+4
2017-12-10serial: imx: Update cached mctrl value when changing RTSIan Jamison1-2/+4
2017-12-10serial: sh-sci: suppress warning for ports without dma channelsAndy Lowe1-0/+8
2017-12-10serial: 8250: Preserve DLD[7:4] for PORT_XR17V35XAaron Sierra1-1/+4
2017-12-10serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner1-1/+1
2017-12-10serial: 8250_early: Only set divisor if valid clk & baudMatt Redfearn1-6/+8
2017-12-10serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson1-0/+3
2017-11-24serial: 8250_fintek: Fix finding base_port with activated SuperIOJi-Ze Hong (Peter Hong)1-0/+3
2017-11-24serial: omap: Fix EFR write on RTS deassertionLukas Wunner1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman16-0/+16
2017-09-18serial: sccnxp: Fix error handling in sccnxp_probe()Alexey Khoroshilov1-2/+11
2017-09-18tty: serial: lpuart: avoid report NULL interruptFugang Duan1-23/+17
2017-09-18serial: bcm63xx: fix timing issue.Russell Enderby1-0/+5
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds45-213/+1304
2017-08-31serial: 8250_port: Remove useless NULL checksAndy Shevchenko1-4/+4
2017-08-31earlycon: initialise baud field of earlycon device structureEugeniy Paltsev1-0/+5
2017-08-28Introduce 8250_men_mcbMichael Moese3-0/+130
2017-08-28serial: imx: Avoid post-PIO cleanup if TX DMA is startedIan Jamison1-1/+4
2017-08-28tty: serial: imx: disable irq after suspendMaxim Yu. Osipov1-0/+2
2017-08-28serial: 8250_uniphier: add suspend/resume supportMasahiro Yamada1-0/+35
2017-08-28serial: 8250_uniphier: use CHAR register for canary to detect power-offMasahiro Yamada1-6/+16
2017-08-28serial: 8250_uniphier: fix serial port index in private dataMasahiro Yamada1-3/+3
2017-08-28serial: 8250: of: Add new port type for MediaTek BTIF controller on MT7622/23...Sean Wang2-0/+10
2017-08-28serial: earlycon: Only try fdt when specify 'earlycon' exactlyJeffy Chen1-1/+1
2017-08-28serial: mux: constify uart_ops structuresJulia Lawall1-1/+1
2017-08-28serial: sunsu: constify uart_ops structuresJulia Lawall1-1/+1
2017-08-28serial: mpc52xx: constify uart_ops structuresJulia Lawall1-1/+1
2017-08-28serial: m32r_sio: constify uart_ops structuresJulia Lawall1-1/+1
2017-08-28serial: cpm_uart: constify uart_ops structuresJulia Lawall1-1/+1
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