aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2026-07-17serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platformsJiangshan Yi1-5/+9
2026-07-17serial: qcom_geni: Add panic notifier to stop UART on panicPraveen Talari1-0/+23
2026-07-17serial: qcom_geni: Add shutdown callback to quiesce hardware on rebootPraveen Talari1-0/+13
2026-07-17serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driverPraveen Talari1-4/+23
2026-07-17serial: core: display 32 for MEM32 and MEM32BE UPIO typesHugo Villeneuve1-1/+1
2026-07-17serial: 8250: fix compile error with hub6_match_port() when compiled as a moduleHugo Villeneuve1-1/+2
2026-07-17Revert "serial: qcom-geni: remove .pm callback, use runtime PM in startup/shutdown"Greg Kroah-Hartman1-18/+19
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-Hartman17-19/+35
2026-07-12Merge tag 'tty-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-6/+35
2026-07-10serial: max3100: use new UPIO_BUS as iotypeHugo Villeneuve1-0/+1
2026-07-10serial: max310x: use new UPIO_BUS as iotypeHugo Villeneuve1-8/+1
2026-07-10serial: sc16is7xx: use new UPIO_BUS as iotypeHugo Villeneuve1-8/+1
2026-07-10serial: core: add new I/O type for SPI and I2C bus devicesHugo Villeneuve1-5/+6
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: uniformize serial port I/O infos displayHugo Villeneuve2-43/+42
2026-07-10serial: core: use uart_iotype_*() to simplify uart_match_port()Hugo Villeneuve1-12/+4
2026-07-10serial: core: add uart_iotype_mmio/io helper functionsHugo Villeneuve1-0/+28
2026-07-10serial: 8250_hub6: add hub6_match_port()Hugo Villeneuve3-2/+15
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: qcom-geni: remove .pm callback, use runtime PM in startup/shutdownPraveen Talari1-19/+18
2026-07-10serial: 8250: handle ixp4xx register endianness correctlyArnd Bergmann2-1/+30
2026-07-10serial: qcom-geni: do not advance stale DMA completionsGuangshuo Li1-1/+9
2026-07-10serial: qcom_geni: Disable closing_wait for console to prevent shutdown timeoutAniket Randive1-0/+8
2026-07-10serial: qcom-geni: add force suspend/resume to system sleep callbacksPraveen Talari1-1/+18
2026-07-10serial: qcom-geni: Pre-map RX DMA buffer at probe to avoid sleep-in-atomicPraveen Talari1-22/+33
2026-07-10serial: ma35d1: Fix OF node reference leaks in console initYuho Choi1-2/+10
2026-07-10serial: 8250_pnp: Use named initializers for pnp_device_id arrayUwe Kleine-König (The Capable Hub)1-154/+154
2026-07-10drivers/tty/serial/kgdboc: Use strscpy() to copy strings into arraysDavid Laight1-1/+1
2026-07-10tty: serial: pch_uart: add check for pci_get_slot()Haoxiang Li1-0/+5
2026-07-10serial: 8250: force synchronous probe for the ISA and PNP driversRahul Bukte2-0/+2
2026-07-10serial: cpm_uart: replace irq_of_parse_and_map with platform_get_irqRosen Penev1-6/+3
2026-07-10serial: 8250: Clear CON_PRINTBUFFER on port re-registrationFushuai Wang1-1/+5
2026-07-10tty: serial: mpc52xx_uart: add bounds check for psc_num array indexRosen Penev1-0/+8
2026-07-07serial: msm: Disable DMA for kernel console UARTStephan Gerhold1-1/+2
2026-07-07serial: max310x: implement gpio_chip::get_direction()Tapio Reijonen1-0/+12
2026-07-07serial: max310x: honour rs485 properties from per-channel DT subnodeTapio Reijonen1-0/+37
2026-07-07serial: max310x: register GPIO controller before adding UART portsTapio Reijonen1-21/+33
2026-07-07tty: serial: men_z135_uart: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)1-3/+4
2026-07-07serial: pch: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)1-3/+3
2026-07-07tty: serial: rp2: Use named initializer for pci_device_id::driver_dataUwe Kleine-König (The Capable Hub)1-1/+1
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)13-13/+0
2026-06-22Merge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds25-1889/+1973
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-1/+1
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-12serial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zeroViken Dadhaniya1-6/+3