aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds17-544/+1197
2026-08-03serial: 8250_mxpcie: implement rx_trig_bytes callbacks via MUEx50 RTLCrescent Hsieh1-1/+24
2026-08-03serial: 8250_mxpcie: introduce per-port private data structureCrescent Hsieh1-6/+10
2026-08-03serial: 8250: allow UART drivers to override rx_trig_bytes handlingCrescent Hsieh2-2/+16
2026-08-03serial: 8250_mxpcie: add break support for RS485 using MUEx50 featuresCrescent Hsieh1-0/+48
2026-08-03serial: 8250: allow low-level drivers to override break controlCrescent Hsieh2-1/+12
2026-08-03serial: 8250_mxpcie: support serial interface mode switchingCrescent Hsieh1-2/+43
2026-08-03serial: 8250_mxpcie: speed up TX using memory-mapped FIFO windowCrescent Hsieh1-1/+15
2026-08-03serial: 8250_mxpcie: speed up RX using memory-mapped FIFO windowCrescent Hsieh1-2/+30
2026-08-03serial: 8250_mxpcie: add custom handle_irq callbackCrescent Hsieh1-0/+42
2026-08-03serial: 8250_mxpcie: offload XON/XOFF flow control to MUEx50 hardwareCrescent Hsieh1-2/+49
2026-08-03serial: 8250_mxpcie: enable automatic RTS/CTS flow controlCrescent Hsieh1-0/+28
2026-08-03serial: 8250_mxpcie: enable enhanced mode and program FIFO trigger levelsCrescent Hsieh1-0/+63
2026-08-03serial: 8250: add Moxa MUEx50 UART port typeCrescent Hsieh2-1/+10
2026-08-03serial: 8250: split Moxa PCIe serial board support out of 8250_pciCrescent Hsieh4-242/+302
2026-08-03serial: 8250_mtk: honor DT serial aliasesCarlo Caione1-1/+6
2026-08-03serial: 8250_of: clear stuck empty-FIFO RX-timeout on LPC32xxRyan Wilbur1-0/+38
2026-07-30serial: 8250_exar: use platform_device_register_full()Bartosz Golaszewski1-15/+8
2026-07-30serial: 8250_bcm7271: Remove redundant dev_err_probe()Pan Chuang1-3/+1
2026-07-30Revert "serial: 8250: drop lockdep annotation from serial8250_clear_IER()"John Ogness1-0/+3
2026-07-30serial: 8250: Switch to nbcon console, take 2John Ogness4-53/+260
2026-07-30serial: 8250: remove always included kconfig.hHugo Villeneuve1-1/+0
2026-07-30serial: 8250_dma: Clear stale RX state on shutdownCunhao Lu1-5/+7
2026-07-30Revert "serial: 8250: Clear CON_PRINTBUFFER on port re-registration"Fushuai Wang1-5/+1
2026-07-27Merge 7.2-rc5 into tty-nextGreg Kroah-Hartman1-5/+9
2026-07-17serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platformsJiangshan Yi1-5/+9
2026-07-17serial: 8250: fix compile error with hub6_match_port() when compiled as a moduleHugo Villeneuve1-1/+2
2026-07-14serial: 8250_hub6: add missing include for hub6_match_port()Hugo Villeneuve1-0/+2
2026-07-13Merge 7.2-rc3 into tty-nextGreg Kroah-Hartman9-11/+21
2026-07-12Merge tag 'tty-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-5/+21
2026-07-10serial: 8250_rsa: use uart_iotype_*() to simplify codeHugo Villeneuve1-21/+19
2026-07-10serial: 8250: use uart_iotype_*() to simplify codeHugo Villeneuve1-36/+7
2026-07-10serial: 8250_hub6: add hub6_match_port()Hugo Villeneuve2-0/+13
2026-07-10serial: 8250: Ignore flow control on suspend/resume with no_console_suspendJohn Ogness1-2/+8
2026-07-10serial: 8250_mid: Disable DMA for selected platformsAndy Shevchenko1-2/+11
2026-07-10serial: 8250_omap: clear rx_running on zero-length DMA completesMatthias Feser1-1/+2
2026-07-10serial: 8250: handle ixp4xx register endianness correctlyArnd Bergmann2-1/+30
2026-07-10serial: 8250_pnp: Use named initializers for pnp_device_id arrayUwe Kleine-König (The Capable Hub)1-154/+154
2026-07-10serial: 8250: force synchronous probe for the ISA and PNP driversRahul Bukte2-0/+2
2026-07-10serial: 8250: Clear CON_PRINTBUFFER on port re-registrationFushuai Wang1-1/+5
2026-07-07serial: 8250_exar: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)1-15/+15
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)6-6/+0
2026-06-12serial: 8250_pci: Don't specify conflicting values to pci_device_id membersUwe Kleine-König (The Capable Hub)1-2/+2
2026-06-01Merge tag 'v7.1-rc6' into tty-nextGreg Kroah-Hartman2-3/+6
2026-05-22serial: 8250_dw: dispatch SysRq character in dw8250_handle_irq()Jacques Nilo1-1/+1
2026-05-22serial: 8250: dispatch SysRq character in serial8250_handle_irq()Jacques Nilo1-2/+5
2026-05-22serial: 8250: fix possible ISR soft lockupMarco Felsch1-0/+7
2026-05-22serial: 8250_dw: remove clock-notifier infrastructureStepan Ionichev1-81/+0
2026-05-22serial: 8250_dw: unregister 8250 port if clk_notifier_register() failsStepan Ionichev1-1/+3
2026-05-22serial: 8250: Add support for console flow controlJohn Ogness2-3/+16