summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-12serial: 8250_fintek: Add support for F81216EFilip Brozovic
2024-11-05serial: 8250: omap: Move pm_runtime_get_syncBin Liu
2024-11-04serial: 8250_dw: Add Sophgo SG2044 quirkInochi Amaoto
2024-10-29tty: serial: export serial_8250_warn_need_ioportArnd Bergmann
2024-10-28tty: serial: handle HAS_IOPORT dependenciesNiklas Schnelle
2024-10-16serial: 8250: Switch to irq_get_nr_irqs()Bart Van Assche
2024-10-11serial: 8250_exar: Remove old exar_ee_read() and other unneeded codeParker Newman
2024-10-11serial: 8250_exar: Replace custom EEPROM read with eeprom_93cx6Parker Newman
2024-10-11serial: 8250: Fix typos in comments across various filesYu Jiaoliang
2024-10-11serial: 8250_exar: Group CTI EEPROM offsets by deviceAndy Shevchenko
2024-10-11serial: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-09-11serial: 8250_aspeed_vuart: Enable module autoloadingLiao Chen
2024-09-03serial: 8250_bcm2835aux: Fix clock imbalance in PM resumeStefan Wahren
2024-08-21serial: core: Introduce wrapper to set @uart_port->consJohn Ogness
2024-08-19Merge 6.11-rc4 into tty-nextGreg Kroah-Hartman
2024-08-15Revert "serial: 8250_omap: Set the console genpd always on if no console susp...Griffin Kroah-Hartman
2024-08-14serial: 8250_bcm2835aux: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko
2024-08-14serial: 8250_platform: Unify comment styleAndy Shevchenko
2024-08-14serial: 8250_platform: Refactor serial8250_probe()Andy Shevchenko
2024-08-14serial: 8250_platform: Switch to use platform_get_mem_or_io()Andy Shevchenko
2024-08-14serial: 8250_platform: Tidy up ACPI ID tableAndy Shevchenko
2024-08-14serial: 8250_platform: Use same check for ACPI in the whole driverAndy Shevchenko
2024-08-14serial: 8250_platform: Don't shadow error from serial8250_register_8250_port()Andy Shevchenko
2024-08-14serial: 8250_platform: Remove duplicate mappingAndy Shevchenko
2024-08-14serial: 8250: omap: Parse DT wakeup-source proertyMarkus Schneider-Pargmann
2024-08-14serial: 8250: omap: Set wakeup capable, do not enableMarkus Schneider-Pargmann
2024-08-14serial: 8250: omap: Cleanup on error in request_irqMarkus Schneider-Pargmann
2024-08-14serial: 8250: omap: Remove unused wakeups_enabledMarkus Schneider-Pargmann
2024-08-07serial: remove quot_frac from serial8250_do_set_divisor()Jiri Slaby (SUSE)
2024-08-07serial: 8250_platform: fix uart_8250_port initializerArnd Bergmann
2024-08-07serial: 8250_platform: remove ACPI_PTR() annotationArnd Bergmann
2024-07-31serial: 8250_platform: Enable generic 16550A platform devicesSunil V L
2024-07-31serial: 8250_bcm2835aux: add PM suspend/resume supportStefan Wahren
2024-07-31serial: 8250_early: add xscale earlycon supportJisheng Zhang
2024-07-31serial: 8250: move mmp|pxa uart earlycon codeJisheng Zhang
2024-07-31tty: serial: 8250_dma: use sgl with 2 nents to take care of buffer wrapFerry Toth
2024-07-19Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-07-03serial: 8250_omap: Fix Errata i2310 with RX FIFO level checkUdit Kumar
2024-07-01Merge 6.10-rc6 into tty-nextGreg Kroah-Hartman
2024-06-25Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman
2024-06-24serial: 8250_omap: Implementation of Errata i2310Udit Kumar
2024-06-24tty: serial: 8250: Fix port count mismatch with the deviceCrescent Hsieh
2024-06-24serial: 8250_platform: Explicitly show we initialise ISA ports only onceAndy Shevchenko
2024-06-24tty: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-24serial: 8250_dw: Use reset array API to get resetsHal Feng
2024-06-18Merge tag 'v6.10-rc4' into tty-nextGreg Kroah-Hartman