summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2025-02-21serial: 8250: Fix fifo underflow on flushJohn Keeping3-0/+27
2025-02-218250: microchip: pci1xxxx: Add workaround for RTS bit toggleRengarajan S1-1/+59
2025-02-21serial: 8250_pci: Share WCH IDs with parport_serial driverAndy Shevchenko1-8/+2
2025-02-21serial: 8250_pci: Resolve WCH vendor ID ambiguityAndy Shevchenko1-41/+41
2025-02-08serial: 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-06tty: serial: Work around warning backtrace in serial8250_set_defaultsGuenter Roeck1-1/+2
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-20Merge 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-28tty: 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
2024-08-14serial: 8250_platform: Switch to use platform_get_mem_or_io()Andy Shevchenko1-9/+11
2024-08-14serial: 8250_platform: Tidy up ACPI ID tableAndy Shevchenko1-2/+2
2024-08-14serial: 8250_platform: Use same check for ACPI in the whole driverAndy Shevchenko1-2/+1
2024-08-14serial: 8250_platform: Don't shadow error from serial8250_register_8250_port()Andy Shevchenko1-1/+1
2024-08-14serial: 8250_platform: Remove duplicate mappingAndy Shevchenko1-6/+0
2024-08-14serial: 8250: omap: Parse DT wakeup-source proertyMarkus Schneider-Pargmann1-0/+3
2024-08-14serial: 8250: omap: Set wakeup capable, do not enableMarkus Schneider-Pargmann1-2/+2
2024-08-14serial: 8250: omap: Cleanup on error in request_irqMarkus Schneider-Pargmann1-1/+1
2024-08-14serial: 8250: omap: Remove unused wakeups_enabledMarkus Schneider-Pargmann1-1/+0
2024-08-07serial: remove quot_frac from serial8250_do_set_divisor()Jiri Slaby (SUSE)4-5/+5
2024-08-07serial: 8250_platform: fix uart_8250_port initializerArnd Bergmann1-1/+1
2024-08-07serial: 8250_platform: remove ACPI_PTR() annotationArnd Bergmann1-1/+1
2024-07-31serial: 8250_platform: Enable generic 16550A platform devicesSunil V L1-0/+77
2024-07-31serial: 8250_bcm2835aux: add PM suspend/resume supportStefan Wahren1-0/+37
2024-07-31serial: 8250_early: add xscale earlycon supportJisheng Zhang1-0/+1
2024-07-31serial: 8250: move mmp|pxa uart earlycon codeJisheng Zhang2-16/+10
2024-07-31tty: serial: 8250_dma: use sgl with 2 nents to take care of buffer wrapFerry Toth1-9/+10
2024-07-19Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-455/+517
2024-07-03serial: 8250_omap: Fix Errata i2310 with RX FIFO level checkUdit Kumar1-1/+2
2024-07-01Merge 6.10-rc6 into tty-nextGreg Kroah-Hartman4-10/+32