summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2020-11-10serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang1-1/+1
2020-10-01serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra1-2/+4
2020-10-01serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi1-1/+1
2020-10-01serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra1-1/+15
2020-10-01serial: 8250: Avoid error message on reprobeLukas Wunner1-2/+9
2020-09-23serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich1-0/+11
2020-09-03serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky1-3/+6
2020-07-31serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin1-0/+18
2020-07-31serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang1-1/+1
2020-03-11serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko2-3/+6
2020-02-05serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner1-1/+1
2019-08-04serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT1-1/+2
2019-07-21Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"Oliver Barta1-2/+1
2019-06-22dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko1-2/+2
2019-03-23serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan1-0/+105
2019-03-23serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan1-18/+18
2019-03-238250: FIX Fourth port offset of Pericom PI7C9X7954 boardsAngelo Butti1-0/+34
2019-03-23serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel1-0/+4
2018-12-13tty: serial: 8250_mtk: always resume the device in probe.Peter Shih1-9/+7
2018-10-04drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia1-2/+4
2018-08-22serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam1-0/+1
2018-08-22serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu1-1/+1
2018-08-22tty: serial: 8250: Revert NXP SC16C2552 workaroundMark1-2/+1
2018-06-16serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren1-1/+15
2018-05-25serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R1-1/+2
2018-04-13serial: 8250: omap: Disable DMA for console UARTVignesh R1-0/+4
2018-03-24serial: 8250_dw: Disable clock on errorStefan Potyra1-1/+2
2018-03-18serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich1-0/+11
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_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-10-08serial: 8250_port: Remove dangerous pr_debug()Alexey Brodkin1-4/+0
2017-10-08serial: 8250: moxa: Store num_ports in brdMatwey V. Kornilov1-0/+1
2017-06-07drivers/tty: 8250: only call fintek_8250_probe when doing port I/OArd Biesheuvel1-1/+1
2017-05-14serial: 8250_omap: Fix probe and remove for PM runtimeTony Lindgren1-1/+7
2017-05-088250_pci: Fix potential use-after-free in error pathGabriel Krisman Bertazi1-7/+5
2017-04-12serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437xVignesh R1-6/+3
2017-03-22serial: 8250_pci: Detach low-level driver during PCI error recoveryGabriel Krisman Bertazi1-4/+19
2017-03-15serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott1-0/+13
2017-01-19Clearing FIFOs in RS485 emulation mode causes subsequent transmits to breakDaniel Jedrychowski1-1/+1
2017-01-19Revert "tty: serial: 8250: add CON_CONSDEV to flags"Herbert Xu1-1/+1
2016-10-27tty: serial: 8250: 8250_core: NXP SC16C2552 workaroundSteve Shih1-1/+2
2016-10-27serial: 8250_lpss: enable MSI for sureAndy Shevchenko1-1/+1
2016-10-27serial: 8250_uniphier: fix clearing divisor latch access bitMasahiro Yamada1-1/+1
2016-10-27serial: 8250_uniphier: fix more unterminated stringDenys Vlasenko1-1/+1
2016-10-04Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-332/+546
2016-10-02Merge branch 'device-properties'Rafael J. Wysocki1-5/+10
2016-09-27serial: 8250: Set Altera 16550 TX FIFO ThresholdThor Thayer1-0/+43
2016-09-27serial: 8250: of: Load TX FIFO Threshold from DTThor Thayer1-0/+7