summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2025-08-28serial: 8250: fix panic due to PSLVERRYunhui Cui1-2/+1
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-07-05serial: 8250_omap: Fix Errata i2310 with RX FIFO level checkUdit Kumar1-1/+2
2024-07-05serial: 8250_omap: Implementation of Errata i2310Udit Kumar1-5/+20
2024-07-05serial: exar: adding missing CTI and Exar PCI idsParker Newman1-0/+42
2024-07-05serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ levelDoug Brown1-0/+1
2024-04-13serial: Lock console when calling into driver before registrationPeter Collingbourne1-6/+0
2024-03-27serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko1-4/+1
2024-02-23serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo1-2/+3
2024-02-23serial: 8250_exar: Fill in rs485_supportedIlpo Järvinen1-0/+12
2024-02-23serial: Add rs485_supported to uart_portIlpo Järvinen1-0/+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-12-13serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl1-4/+6
2023-12-13serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl1-2/+2
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-25serial: 8250_omap: Fix errors with no_console_suspendTony Lindgren1-15/+10
2023-10-25serial: 8250: omap: Fix imprecise external abort for omap_8250_pm()Tony Lindgren1-32/+38
2023-10-10serial: 8250_port: Check IRQ data before useAndy Shevchenko1-1/+4
2023-08-26serial: 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-07-27serial: 8250: lock port for UART_IER access in omap8250_irq()John Ogness1-2/+3
2023-07-27serial: 8250: lock port for stop_rx() in omap8250_irq()John Ogness1-0/+2
2023-07-27serial: 8250: omap: Fix freeing of resources on failed registerTony Lindgren1-0/+2
2023-06-09serial: 8250_tegra: Fix an error handling path in tegra_uart_probe()Christophe JAILLET1-1/+3
2023-05-30serial: 8250_exar: Add support for USR298x PCI ModemsAndrew Davis1-0/+17
2023-05-30serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell1-0/+14
2023-05-30serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cardsAndy Shevchenko1-24/+13
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-04-05serial: 8250: ASPEED_VUART: select REGMAP instead of depending on itRandy Dunlap1-1/+2
2023-04-05serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGeert Uytterhoeven1-0/+1
2023-03-22serial: 8250_em: Fix UART port typeBiju Das1-2/+2
2023-02-15serial: 8250_dma: Fix DMA Rx rearm raceIlpo Järvinen1-2/+10
2023-02-15serial: 8250_dma: Fix DMA Rx completion raceIlpo Järvinen1-1/+13
2022-12-02serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner1-3/+4
2022-11-25serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen1-4/+11
2022-11-25serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen1-2/+1
2022-11-25serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen1-0/+4