summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
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-14serial: 8250: Fix fifo underflow on flushJohn Keeping3-0/+27
2025-02-04serial: 8250_pnp: Remove unneeded ->iotype assignmentAndy Shevchenko1-10/+0
2025-02-04serial: 8250_platform: Remove unneeded ->iotype assignmentAndy Shevchenko1-9/+0
2025-02-04serial: 8250_of: Remove unneeded ->iotype assignmentAndy Shevchenko1-1/+0
2025-01-22Revert "serial: 8250: Switch to nbcon console"Greg Kroah-Hartman2-176/+39
2025-01-22Revert "serial: 8250: Revert "drop lockdep annotation from serial8250_clear_I...Greg Kroah-Hartman1-3/+0
2025-01-13Merge 6.13-rc7 into tty-nextGreg Kroah-Hartman1-0/+3
2025-01-10serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()"John Ogness1-0/+3
2025-01-10serial: 8250: Switch to nbcon consoleJohn Ogness2-39/+176
2025-01-10serial: 8250: Provide flag for IER toggling for RS485John Ogness4-16/+20
2025-01-10serial: 8250: Use high-level writing function for FIFOJohn Ogness1-4/+10
2025-01-10serial: 8250: Use frame time to determine timeoutJohn Ogness1-2/+10
2025-01-10serial: 8250: Adjust the timeout for FIFO modeJohn Ogness1-6/+26
2024-12-23tty: serial: 8250: Fix another runtime PM usage counter underflowIlpo Järvinen1-0/+3
2024-12-23serial: 8250: Explain the role of @read_status_maskJohn Ogness2-0/+12
2024-12-23serial: 8250: Never adjust UART_LSR_DR in @read_status_maskJohn Ogness3-3/+0
2024-12-23serial: 8250: Do not set UART_LSR_THRE in @read_status_maskJohn Ogness2-2/+2
2024-12-23serial: 8250: Use @ier bits to determine if Rx is stoppedJohn Ogness1-1/+1
2024-12-238250: microchip: pci1xxxx: Add workaround for RTS bit toggleRengarajan S1-1/+59
2024-12-16Merge 6.13-rc3 into tty-nextGreg Kroah-Hartman1-1/+2
2024-12-06tty: serial: Work around warning backtrace in serial8250_set_defaultsGuenter Roeck1-1/+2
2024-12-04serial: 8250_pci: Share WCH IDs with parport_serial driverAndy Shevchenko1-8/+2
2024-12-04serial: 8250_pci: Resolve WCH vendor ID ambiguityAndy Shevchenko1-41/+41
2024-12-04serial: 8250_port: Assign UPIO_UNKNOWN instead of its direct valueAndy Shevchenko1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra5-6/+6
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds19-122/+80
2024-11-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-7/+83
2024-11-12serial: 8250_fintek: Add support for F81216EFilip Brozovic1-1/+13
2024-11-05serial: 8250: omap: Move pm_runtime_get_syncBin Liu1-2/+2
2024-11-04serial: 8250_dw: Add Sophgo SG2044 quirkInochi Amaoto1-2/+3
2024-10-29tty: serial: export serial_8250_warn_need_ioportArnd Bergmann1-0/+1
2024-10-29tty: serial: handle HAS_IOPORT dependenciesNiklas Schnelle6-7/+82
2024-10-16serial: 8250: Switch to irq_get_nr_irqs()Bart Van Assche1-1/+1
2024-10-11serial: 8250_exar: Remove old exar_ee_read() and other unneeded codeParker Newman1-90/+0
2024-10-11serial: 8250_exar: Replace custom EEPROM read with eeprom_93cx6Parker Newman2-13/+46
2024-10-11serial: 8250: Fix typos in comments across various filesYu Jiaoliang5-8/+8
2024-10-11serial: 8250_exar: Group CTI EEPROM offsets by deviceAndy Shevchenko1-2/+4
2024-10-11serial: Switch back to struct platform_driver::remove()Uwe Kleine-König16-16/+16
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-52/+184
2024-09-11serial: 8250_aspeed_vuart: Enable module autoloadingLiao Chen1-0/+1
2024-09-03serial: 8250_bcm2835aux: Fix clock imbalance in PM resumeStefan Wahren1-7/+19
2024-08-21serial: core: Introduce wrapper to set @uart_port->consJohn Ogness1-3/+3
2024-08-19Merge 6.11-rc4 into tty-nextGreg Kroah-Hartman1-28/+5
2024-08-15Revert "serial: 8250_omap: Set the console genpd always on if no console susp...Griffin Kroah-Hartman1-28/+5
2024-08-14serial: 8250_bcm2835aux: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko1-3/+1
2024-08-14serial: 8250_platform: Unify comment styleAndy Shevchenko1-16/+19
2024-08-14serial: 8250_platform: Refactor serial8250_probe()Andy Shevchenko1-16/+27