aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/serial/8250/8250_port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-27serial: 8250: Optimize irq enable after console writeLukas Wunner1-1/+2
2020-03-27serial: 8250: Fix rs485 delay after console writeLukas Wunner1-1/+1
2020-03-24serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra1-1/+15
2020-03-17serial: 8250_port: Disable DMA operations for kernel consoleAndy Shevchenko1-3/+8
2020-03-17serial: 8250_port: Don't use power management for kernel consoleAndy Shevchenko1-4/+20
2020-03-07serial: 8250: Support console on software emulated rs485 portsLukas Wunner1-0/+13
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner1-29/+53
2020-03-07serial: 8250: Deduplicate rs485 active_timer assignmentLukas Wunner1-2/+1
2020-03-07serial: 8250: Sanitize rs485 config harderLukas Wunner1-0/+8
2020-03-07serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner1-2/+39
2020-03-07serial: 8250: Support rs485 devicetree propertiesLukas Wunner1-0/+3
2020-03-07serial: 8250: Don't touch RTS modem control while in rs485 modeLukas Wunner1-0/+7
2020-02-24Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman1-0/+4
2020-02-19serial: 8250_port: Use dev_*() instead of pr_*()Andy Shevchenko1-10/+7
2020-02-19serial: 8250_port: Switch to use DEVICE_ATTR_RW()Andy Shevchenko1-8/+6
2020-02-12serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko1-0/+4
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+4
2020-01-14serial: 8250: Support disabling mdelay-filled probes of 16550A variantsJosh Triplett1-0/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-18tty/serial: Migrate 8250_port to use has_sysrqDmitry Safonov1-4/+1
2019-10-15serial: 8250_exar: Move Exar pieces to custom ->startup()Andy Shevchenko1-14/+0
2019-09-04serial: 8250_pci: Add support for Sunix serial boardsKai-Heng Feng1-0/+8
2019-09-04serial: 8250_exar: Absorb remaining 8250_port INT0 supportAaron Sierra1-9/+0
2019-09-04serial: 8250_exar: Move custom divisor support out from 8250_portAndy Shevchenko1-26/+0
2019-09-04serial: 8250_exar: Extract PM routine from 8250_portAndy Shevchenko1-14/+2
2019-09-04serial: 8250_exar: No need to autoconfigure Exar portsAndy Shevchenko1-34/+0
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