summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2026-07-17serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR plat...Jiangshan Yi
2026-07-17serial: qcom_geni: Add panic notifier to stop UART on panicPraveen Talari
2026-07-17serial: qcom_geni: Add shutdown callback to quiesce hardware on rebootPraveen Talari
2026-07-17serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driverPraveen Talari
2026-07-17serial: core: display 32 for MEM32 and MEM32BE UPIO typesHugo Villeneuve
2026-07-17serial: 8250: fix compile error with hub6_match_port() when compiled as a moduleHugo Villeneuve
2026-07-17Revert "serial: qcom-geni: remove .pm callback, use runtime PM in startup/shu...Greg Kroah-Hartman
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: max3100: use new UPIO_BUS as iotypeHugo Villeneuve
2026-07-10serial: max310x: use new UPIO_BUS as iotypeHugo Villeneuve
2026-07-10serial: sc16is7xx: use new UPIO_BUS as iotypeHugo Villeneuve
2026-07-10serial: core: add new I/O type for SPI and I2C bus devicesHugo Villeneuve
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: uniformize serial port I/O infos displayHugo Villeneuve
2026-07-10serial: core: use uart_iotype_*() to simplify uart_match_port()Hugo Villeneuve
2026-07-10serial: core: add uart_iotype_mmio/io helper functionsHugo 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: qcom-geni: remove .pm callback, use runtime PM in startup/shutdownPraveen Talari
2026-07-10serial: 8250: handle ixp4xx register endianness correctlyArnd Bergmann
2026-07-10serial: qcom-geni: do not advance stale DMA completionsGuangshuo Li
2026-07-10serial: qcom_geni: Disable closing_wait for console to prevent shutdown timeoutAniket Randive
2026-07-10serial: qcom-geni: add force suspend/resume to system sleep callbacksPraveen Talari
2026-07-10serial: qcom-geni: Pre-map RX DMA buffer at probe to avoid sleep-in-atomicPraveen Talari
2026-07-10serial: ma35d1: Fix OF node reference leaks in console initYuho Choi
2026-07-10serial: 8250_pnp: Use named initializers for pnp_device_id arrayUwe Kleine-König (The Capable Hub)
2026-07-10drivers/tty/serial/kgdboc: Use strscpy() to copy strings into arraysDavid Laight
2026-07-10tty: serial: pch_uart: add check for pci_get_slot()Haoxiang Li
2026-07-10serial: 8250: force synchronous probe for the ISA and PNP driversRahul Bukte
2026-07-10serial: cpm_uart: replace irq_of_parse_and_map with platform_get_irqRosen Penev
2026-07-10serial: 8250: Clear CON_PRINTBUFFER on port re-registrationFushuai Wang
2026-07-10tty: serial: mpc52xx_uart: add bounds check for psc_num array indexRosen Penev
2026-07-07serial: msm: Disable DMA for kernel console UARTStephan Gerhold
2026-07-07serial: max310x: implement gpio_chip::get_direction()Tapio Reijonen
2026-07-07serial: max310x: honour rs485 properties from per-channel DT subnodeTapio Reijonen
2026-07-07serial: max310x: register GPIO controller before adding UART portsTapio Reijonen
2026-07-07tty: serial: men_z135_uart: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-07-07serial: pch: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-07-07tty: serial: rp2: Use named initializer for pci_device_id::driver_dataUwe Kleine-König (The Capable Hub)
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-22Merge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
2026-06-12serial: 8250_pci: Don't specify conflicting values to pci_device_id membersUwe Kleine-König (The Capable Hub)
2026-06-12serial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zeroViken Dadhaniya