summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2025-08-28serial: 8250: fix panic due to PSLVERRYunhui Cui1-2/+1
2025-06-04serial: mctrl_gpio: split disable_ms into sync and no_sync APIsAlexis Lothoré1-1/+1
2025-04-07serial: 8250_dma: terminate correct DMA in tx_dma_flush()John Keeping1-1/+1
2025-04-07tty: serial: 8250: Add Brainboxes XC devicesCameron Williams1-0/+30
2025-04-07tty: serial: 8250: Add some more device IDsCameron Williams1-0/+16
2025-02-21serial: 8250_pci: add support for ASIX AX99100Jiaqing Zhao1-0/+10
2025-02-21serial: 8250: Fix fifo underflow on flushJohn Keeping3-0/+27
2025-02-21serial: 8250: Adjust the timeout for FIFO modeJohn Ogness1-6/+26
2024-12-14serial: 8250_dw: Add Sophgo SG2044 quirkInochi Amaoto1-2/+3
2024-12-14serial: 8250: omap: Move pm_runtime_get_syncBin Liu1-2/+2
2024-12-14serial: 8250_fintek: Add support for F81216EFilip Brozovic1-1/+13
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-06-27serial: exar: adding missing CTI and Exar PCI idsParker Newman1-0/+42
2024-06-21serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang1-1/+4
2024-06-21serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ levelDoug Brown1-0/+1
2024-06-12serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeupPin-yen Lin1-2/+6
2024-06-12serial: 8250_bcm7271: use default_mux_rate if possibleDoug Berger1-41/+60
2024-04-03serial: 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-01-26serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...Uwe Kleine-König1-1/+1
2024-01-26serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo1-2/+3
2024-01-26serial: 8250_bcm2835aux: Restore clock error handlingStefan Wahren1-0/+2
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-12-13serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko1-0/+1
2023-11-08tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams1-0/+147
2023-11-08tty: 8250: Add support for Intashield IX cardsCameron Williams1-0/+21
2023-11-08tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams1-0/+29
2023-11-08tty: 8250: Fix up PX-803/PX-857Cameron Williams1-3/+3
2023-11-08tty: 8250: Fix port count of PX-257Cameron Williams1-1/+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-25serial: 8250: omap: convert to modern PM opsArnd Bergmann1-12/+5
2023-10-25serial: 8250: omap: Move uart_write() inside PM sectionGeert Uytterhoeven1-5/+5
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-06serial: 8250_port: Check IRQ data before useAndy Shevchenko1-1/+4
2023-08-23serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren1-0/+1
2023-08-03serial: 8250_dw: Preserve original value of DLF registerRuihong Luo1-2/+4
2023-07-23Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao3-28/+3
2023-07-19serial: 8250_omap: Use force_suspend and resume for system suspendTony Lindgren1-5/+15
2023-07-19serial: 8250: lock port for UART_IER access in omap8250_irq()John Ogness1-2/+3
2023-07-19serial: 8250: lock port for stop_rx() in omap8250_irq()John Ogness1-0/+2
2023-07-19serial: 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-24serial: 8250_exar: Add support for USR298x PCI ModemsAndrew Davis1-0/+17