summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
4 daysMerge tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-08-03serial: 8250_mxpcie: implement rx_trig_bytes callbacks via MUEx50 RTLCrescent Hsieh
2026-08-03serial: 8250_mxpcie: introduce per-port private data structureCrescent Hsieh
2026-08-03serial: 8250: allow UART drivers to override rx_trig_bytes handlingCrescent Hsieh
2026-08-03serial: 8250_mxpcie: add break support for RS485 using MUEx50 featuresCrescent Hsieh
2026-08-03serial: 8250: allow low-level drivers to override break controlCrescent Hsieh
2026-08-03serial: 8250_mxpcie: support serial interface mode switchingCrescent Hsieh
2026-08-03serial: 8250_mxpcie: speed up TX using memory-mapped FIFO windowCrescent Hsieh
2026-08-03serial: 8250_mxpcie: speed up RX using memory-mapped FIFO windowCrescent Hsieh
2026-08-03serial: 8250_mxpcie: add custom handle_irq callbackCrescent Hsieh
2026-08-03serial: 8250_mxpcie: offload XON/XOFF flow control to MUEx50 hardwareCrescent Hsieh
2026-08-03serial: 8250_mxpcie: enable automatic RTS/CTS flow controlCrescent Hsieh
2026-08-03serial: 8250_mxpcie: enable enhanced mode and program FIFO trigger levelsCrescent Hsieh
2026-08-03serial: 8250: add Moxa MUEx50 UART port typeCrescent Hsieh
2026-08-03serial: 8250: split Moxa PCIe serial board support out of 8250_pciCrescent Hsieh
2026-08-03serial: 8250_mtk: honor DT serial aliasesCarlo Caione
2026-08-03serial: 8250_of: clear stuck empty-FIFO RX-timeout on LPC32xxRyan Wilbur
2026-07-30serial: 8250_exar: use platform_device_register_full()Bartosz Golaszewski
2026-07-30serial: 8250_bcm7271: Remove redundant dev_err_probe()Pan Chuang
2026-07-30Revert "serial: 8250: drop lockdep annotation from serial8250_clear_IER()"John Ogness
2026-07-30serial: 8250: Switch to nbcon console, take 2John Ogness
2026-07-30serial: 8250: remove always included kconfig.hHugo Villeneuve
2026-07-30serial: 8250_dma: Clear stale RX state on shutdownCunhao Lu
2026-07-30Revert "serial: 8250: Clear CON_PRINTBUFFER on port re-registration"Fushuai Wang
2026-07-27Merge 7.2-rc5 into tty-nextGreg Kroah-Hartman
2026-07-17serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR plat...Jiangshan Yi
2026-07-17serial: 8250: fix compile error with hub6_match_port() when compiled as a moduleHugo Villeneuve
2026-07-14serial: 8250_hub6: add missing include for hub6_match_port()Hugo Villeneuve
2026-07-13Merge 7.2-rc3 into tty-nextGreg Kroah-Hartman
2026-07-12Merge tag 'tty-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-07-10serial: 8250_rsa: use uart_iotype_*() to simplify codeHugo Villeneuve
2026-07-10serial: 8250: use uart_iotype_*() to simplify codeHugo Villeneuve
2026-07-10serial: 8250_hub6: add hub6_match_port()Hugo Villeneuve
2026-07-10serial: 8250: Ignore flow control on suspend/resume with no_console_suspendJohn Ogness
2026-07-10serial: 8250_mid: Disable DMA for selected platformsAndy Shevchenko
2026-07-10serial: 8250_omap: clear rx_running on zero-length DMA completesMatthias Feser
2026-07-10serial: 8250: handle ixp4xx register endianness correctlyArnd Bergmann
2026-07-10serial: 8250_pnp: Use named initializers for pnp_device_id arrayUwe Kleine-König (The Capable Hub)
2026-07-10serial: 8250: force synchronous probe for the ISA and PNP driversRahul Bukte
2026-07-10serial: 8250: Clear CON_PRINTBUFFER on port re-registrationFushuai Wang
2026-07-07serial: 8250_exar: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-06-12serial: 8250_pci: Don't specify conflicting values to pci_device_id membersUwe Kleine-König (The Capable Hub)
2026-06-01Merge tag 'v7.1-rc6' into tty-nextGreg Kroah-Hartman
2026-05-22serial: 8250_dw: dispatch SysRq character in dw8250_handle_irq()Jacques Nilo
2026-05-22serial: 8250: dispatch SysRq character in serial8250_handle_irq()Jacques Nilo
2026-05-22serial: 8250: fix possible ISR soft lockupMarco Felsch
2026-05-22serial: 8250_dw: remove clock-notifier infrastructureStepan Ionichev
2026-05-22serial: 8250_dw: unregister 8250 port if clk_notifier_register() failsStepan Ionichev
2026-05-22serial: 8250: Add support for console flow controlJohn Ogness