summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2025-07-068250: microchip: pci1xxxx: Add PCIe Hot reset disable support for Rev C0 and ...Rengarajan S1-0/+10
2025-06-19tty: serial: 8250_omap: fix TX with DMA for am33xxJiri Slaby (SUSE)1-15/+10
2025-05-29serial: 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: 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
2025-01-17tty: serial: 8250: Fix another runtime PM usage counter underflowIlpo Järvinen1-0/+3
2024-12-14serial: 8250_dw: Add Sophgo SG2044 quirkInochi Amaoto1-2/+3
2024-12-05serial: 8250: omap: Move pm_runtime_get_syncBin Liu1-2/+2
2024-12-05serial: 8250_fintek: Add support for F81216EFilip Brozovic1-1/+13
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-20Merge 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
2024-06-25Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman1-5/+0
2024-06-24serial: 8250_omap: Implementation of Errata i2310Udit Kumar1-5/+20
2024-06-24tty: serial: 8250: Fix port count mismatch with the deviceCrescent Hsieh1-1/+12
2024-06-24serial: 8250_platform: Explicitly show we initialise ISA ports only onceAndy Shevchenko1-6/+7
2024-06-24tty: add missing MODULE_DESCRIPTION() macrosJeff Johnson5-0/+5
2024-06-24serial: 8250_dw: Use reset array API to get resetsHal Feng1-1/+1