summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
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: max310x: remove always included kconfig.hHugo Villeneuve1-1/+0
2026-07-30serial: qcom-geni: fix TX DMA buffer flushJan Sebastian Götte1-21/+22
2026-07-30serial: 8250_dma: Clear stale RX state on shutdownCunhao Lu1-5/+7
2026-07-30serial: sc16is7xx: enable THRI before filling TX FIFOLuca Fresi1-0/+3
2026-07-30Revert "serial: 8250: Clear CON_PRINTBUFFER on port re-registration"Fushuai Wang1-5/+1
2026-07-27quota: remove CONFIG_PRINT_QUOTA_WARNING codeJiri Slaby (SUSE)1-27/+0
2026-07-27Merge 7.2-rc5 into tty-nextGreg Kroah-Hartman2-5/+21
2026-07-23rust: add basic serial device bus abstractionsMarkus Probst1-0/+7
2026-07-17serial: sc16is7xx: implement gpio get_direction() callbackHugo Villeneuve1-0/+12
2026-07-17serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR plat...Jiangshan Yi1-5/+9
2026-07-17tty: hvc: restrict HVC_DCC to ARMv6+ and ARM64Karl Mehltretter1-1/+1
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/shu...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-Hartman19-23/+44
2026-07-12Merge tag 'tty-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-9/+44
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-10vt: fix spurious modifier in CSI/cursor key sequencesNicolas Pitre1-3/+9
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-10serdev: acpi: Free resource list at appropriate timeAndy Shevchenko1-2/+2
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