aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"Oliver Barta1-2/+1
2019-06-21tty/serial/8250: use mctrl_gpio helpersYegor Yefremov1-1/+10
2019-06-18serial: 8250: Add MSR/MCR TIOCM conversion wrapper functionsStefan Roese1-22/+3
2019-06-18serial: 8250: factor out serial8250_{set,clear}_THRI() helpersAndy Shevchenko1-8/+2
2019-06-10serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT1-1/+2
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-5/+3
2018-12-17Revert "serial: 8250: Fix clearing FIFOs in RS485 mode again"Paul Burton1-24/+5
2018-11-09serial: 8250: Process sysrq at port unlock timeDouglas Anderson1-5/+3
2018-09-18serial: 8250: Fix clearing FIFOs in RS485 mode againMarek Vasut1-5/+24
2018-08-12tty: serial: 8250: Revert NXP SC16C2552 workaroundMark1-2/+1
2018-07-25serial: 8250: Use cached port name directly in messagesAndy Shevchenko1-13/+11
2018-07-12serial: 8250: export serial8250_do_set_divisor()Jisheng Zhang1-2/+3
2018-07-12serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang1-4/+23
2018-07-06serial: 8250: let serial8250_get_divisor() get uart_port * as paramJisheng Zhang1-4/+4
2018-05-14serial: 8250: Add missing rxtrig_bytes on Altera 16550 UARTMarek Vasut1-0/+3
2018-04-23serial/8250: export serial8250_read_charJeremy Kerr1-1/+2
2018-03-09serial: 8250: Add Nuvoton NPCM UARTJoel Stanley1-0/+33
2018-02-28serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R1-1/+2
2018-01-25tty: serial: exar: Relocate sleep wake-up handlingAaron Sierra1-26/+0
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-04serial: 8250: fix potential deadlock in rs485-modeTomas Melin1-3/+0
2017-10-20serial: 8250: Preserve DLD[7:4] for PORT_XR17V35XAaron Sierra1-1/+4
2017-10-04serial: Add define for max baud rate divisorEd Blake1-1/+1
2017-08-31serial: 8250_port: Remove useless NULL checksAndy Shevchenko1-4/+4
2017-08-28serial: 8250: of: Add new port type for MediaTek BTIF controller on MT7622/23 SoCSean Wang1-0/+8
2017-08-28serial: 8250: Use hrtimers for rs485 delaysRafael Gago1-23/+40
2017-07-30serial: core: move UPF_NO_TXEN_TEST to quirks and renameAndy Shevchenko1-1/+1
2017-06-29serial: 8250: Fix THRE flag usage for CAP_MINIPhil Elwell1-0/+4
2017-05-29Merge 4.12-rc3 into tty-nextGreg Kroah-Hartman1-10/+11
2017-05-24serial: 8250: Add CAP_MINI, set for bcm2835auxPhil Elwell1-0/+6
2017-05-18serial: exar: Fix stuck MSIsJan Kiszka1-9/+10
2017-05-18drivers/tty: 8250: only call fintek_8250_probe when doing port I/OArd Biesheuvel1-1/+1
2017-05-18serial: 8250: Add flag so drivers can avoid THRE probeJoel Stanley1-1/+1
2017-04-18serial: 8250_early: Add earlycon support for Palmchip UARTMarc Gonzalez1-2/+2
2017-02-10serial: exar: Move register defines from uapi header to consumer siteJan Kiszka1-0/+6
2017-01-16Merge 4.10-rc4 into tty-nextGreg Kroah-Hartman1-1/+1
2017-01-12serial: 8250: Add new port type for TI DA8xx/66AK2xDavid Lechner1-0/+22
2017-01-12serial: 8250_port: Remove dangerous pr_debug()Alexey Brodkin1-4/+0
2017-01-11Clearing FIFOs in RS485 emulation mode causes subsequent transmits to breakDaniel Jedrychowski1-1/+1
2016-11-16serial: 8250: Expose set_ldisc functionEd Blake1-2/+10
2016-11-16serial: 8250_port: export serial8250_rpm_{get|put}_tx()Andy Shevchenko1-2/+4
2016-10-27tty: serial: 8250: 8250_core: NXP SC16C2552 workaroundSteve Shih1-1/+2
2016-09-27serial: 8250: Set Altera 16550 TX FIFO ThresholdThor Thayer1-0/+43
2016-09-22tty/serial/8250: Touch NMI watchdog in wait_for_xmitrJiri Olsa1-0/+1
2016-09-05Merge 4.8-rc5 into tty-nextGreg Kroah-Hartman1-6/+1
2016-09-02serial: 8250_port: unify check of em485 variableAndy Shevchenko1-9/+4
2016-09-02serial: 8250_port: fix runtime PM use in __do_stop_tx_rs485()Andy Shevchenko1-6/+5
2016-08-31serial: 8250: enable AFE on ports where FIFO is 16 bytesAndy Shevchenko1-6/+3
2016-08-31serial: 8250_mtk: support big baud rate.Eddie Huang1-3/+1