summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2025-04-10serial: 8250_dma: terminate correct DMA in tx_dma_flush()John Keeping1-1/+1
2025-04-10tty: serial: 8250: Add some more device IDsCameron Williams1-0/+16
2025-03-13serial: 8250_pci: add support for ASIX AX99100Jiaqing Zhao1-0/+10
2025-03-13serial: 8250: Fix fifo underflow on flushJohn Keeping3-0/+27
2024-12-14serial: 8250: omap: Move pm_runtime_get_syncBin Liu1-2/+2
2024-03-27serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko1-4/+1
2024-01-26serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...Uwe Kleine-König1-1/+1
2023-12-13serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl1-0/+1
2023-11-08tty: 8250: Add support for Intashield IS-100Cameron Williams1-0/+6
2023-11-08tty: 8250: Add support for Brainboxes UP cardsCameron Williams1-0/+60
2023-11-08tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams1-0/+57
2023-11-08tty: 8250: Remove UC-257 and UC-431Cameron Williams1-8/+1
2023-10-10serial: 8250_port: Check IRQ data before useAndy Shevchenko1-1/+4
2023-08-30serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren1-0/+1
2023-08-11serial: 8250_dw: Preserve original value of DLF registerRuihong Luo1-2/+4
2023-07-27Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao3-28/+3
2023-07-27serial: 8250_omap: Use force_suspend and resume for system suspendTony Lindgren1-5/+15
2023-05-30serial: Add support for Advantech PCI-1611U cardVitaliy Tomin1-0/+5
2023-05-30serial: 8250: Reinit port->pm on port specific driver unbindTony Lindgren1-0/+1
2023-05-17serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen2-3/+21
2023-05-17serial: 8250: Add missing wakeup event reportingFlorian Fainelli1-0/+4
2023-03-22serial: 8250_em: Fix UART port typeBiju Das1-2/+2
2023-02-22serial: 8250_dma: Fix DMA Rx rearm raceIlpo Järvinen1-2/+10
2023-02-22serial: 8250_dma: Fix DMA Rx completion raceIlpo Järvinen1-1/+13
2022-12-08serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner1-3/+4
2022-11-25serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen1-2/+1
2022-11-25serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen1-4/+11
2022-11-25serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen1-0/+4
2022-11-25serial: 8250: omap: Flush PM QOS work on removeTony Lindgren1-0/+1
2022-11-25serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren1-0/+5
2022-11-25serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer1-17/+0
2022-11-10parisc: Make 8250_gsc driver dependend on CONFIG_PARISCHelge Deller1-1/+1
2022-10-26serial: 8250: Fix restoring termios speed after suspendPali Rohár1-1/+6
2022-08-25serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen1-0/+3
2022-07-21serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang1-1/+3
2022-06-22serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen1-0/+2
2022-06-14serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen1-4/+4
2022-05-18serial: 8250_mtk: Fix register address for XON/XOFF characterAngeloGioacchino Del Regno1-2/+5
2022-05-18serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno1-7/+8
2022-05-09serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki1-4/+4
2022-05-09serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki1-1/+1
2022-04-15serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König1-0/+12
2022-04-15serial: 8250_mid: Balance reference count for PCI DMA deviceAndy Shevchenko1-4/+15
2022-02-23serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap1-1/+1
2022-02-01tty: Add support for Brainboxes UC cards.Cameron Williams1-2/+98
2022-02-01serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock1-1/+10
2021-12-29serial: 8250_fintek: Fix garbled text for consoleJi-Ze Hong (Peter Hong)1-19/+0
2021-12-08serial: 8250_pci: rewrite pericom_do_set_divisor()Jay Dolan1-13/+17
2021-12-08serial: 8250_pci: Fix ACCES entries in pci_serial_quirks arrayJay Dolan1-1/+8
2021-11-17serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko1-1/+1