messages from 2025-09-23 19:32:25 to 2025-10-16 18:51:51 UTC [more...]
[PATCH] Documentation: sysrq: Remove contradicting sentence on extra /proc/sysrq-trigger characters
2025-10-16 18:51 UTC (10+ messages)
[PATCH] serial: imx: allow CRTSCTS with RTS/CTS GPIOs
2025-10-16 15:21 UTC (3+ messages)
[PATCH v6 0/3] uart: Introduce uart driver for the Loongson family
2025-10-16 14:37 UTC (5+ messages)
` [PATCH v6 1/3] dt-bindings: serial: 8250: Add Loongson uart compatible
` [PATCH v6 2/3] serial: 8250: Add Loongson uart driver support
` [PATCH v6 3/3] LoongArch: dts: Add uart new compatible string
[PATCH v2] Documentation: sysrq: Rewrite /proc/sysrq-trigger usage
2025-10-16 10:36 UTC
[PATCH v2] serial: 8250: always disable IRQ during THRE test
2025-10-16 8:55 UTC (2+ messages)
[PATCH 0/2] serial: add KEBA UART driver
2025-10-15 18:52 UTC (5+ messages)
` [PATCH 1/2] serial: Keep rs485 settings for devices without firmware node
` [PATCH 2/2] serial: 8250: add driver for KEBA UART
[PATCH] serial: 8250: always disable IRQ during THRE test
2025-10-15 15:49 UTC (3+ messages)
[PATCH v2] serial: 8250_mtk: correct max baud rate in set_termios() method
2025-10-14 16:50 UTC (3+ messages)
Welders ready to work
2025-10-14 8:01 UTC
[syzbot] [serial?] possible deadlock in kbd_event
2025-10-14 0:10 UTC
[PATCH v3 0/7] arm64: dts: exynos990: Add PERIC0/1 USI, UART and HSI2C support
2025-10-13 1:02 UTC (7+ messages)
` [PATCH v3 1/7] dt-bindings: soc: samsung: exynos-sysreg: Add Exynos990 PERIC0/1 compatibles
` (subset) "
` [PATCH v3 2/7] arm64: dts: exynos990: Add sysreg nodes for PERIC0 and PERIC1
` (subset) "
` [PATCH v3 3/7] dt-bindings: soc: samsung: Add Exynos990 USI compatible
[PATCH tty-next v5 0/6] convert 8250 to nbcon
2025-10-09 12:54 UTC (8+ messages)
` [PATCH tty-next v5 5/6] serial: 8250: Switch to nbcon console
[PATCH v5 0/3] uart: Introduce uart driver for the Loongson family
2025-10-09 11:46 UTC (16+ messages)
` [PATCH v5 1/3] dt-bindings: serial: 8250: Add Loongson uart compatible
` [PATCH v5 2/3] serial: 8250: Add Loongson uart driver support
` [PATCH v5 3/3] LoongArch: dts: Add uart new compatible string
[PATCH] serial: 8250_dw: handle reset control deassert error
2025-10-09 8:13 UTC
[PATCH] dt-bindings: serial: sh-sci: Fix r8a78000 interrupts
2025-10-09 0:03 UTC (3+ messages)
[PATCH] serial: 8250 dw: clear FIFO before writting LCR
2025-10-08 13:11 UTC (5+ messages)
[REGRESSION][PATCH] serial: 8250_pci: Fix broken RS485 for F81504/508/512
2025-10-08 9:17 UTC (4+ messages)
[GIT PULL] TTY / Serial driver fix for 6.18-rc1
2025-10-07 19:46 UTC (2+ messages)
[PATCH] tty/vt: Fix possible deadlock in input_inject_event
2025-10-07 19:18 UTC (7+ messages)
` [PATCH v2 1/2] workqueue: Add initialization macro for work items that disabled by default
` [PATCH v2 2/2] tty/vt: Fix possible deadlock in input_inject_event
[PATCH v2] serial: 8250_pcilib: Replace deprecated PCI functions
2025-10-07 14:31 UTC (5+ messages)
[PATCH] serial: sc16is7xx: remove useless enable of enhanced features
2025-10-06 14:20 UTC
[GIT PULL] TTY / Serial driver changes for 6.18-rc1
2025-10-04 23:42 UTC (2+ messages)
[PATCH V4 0/2] tty: serial: imx: improve the imx uart wakeup function
2025-10-03 14:41 UTC (4+ messages)
` [PATCH V4 1/2] tty: serial: imx: Only configure the wake register when device is set as wakeup source
` [PATCH V4 2/2] tty: serial: imx: Add missing wakeup event reporting
[PATCH v2 00/15] serial: sc16is7xx: register access fixes and improvements
2025-10-02 15:53 UTC (18+ messages)
` [PATCH v2 01/15] serial: sc16is7xx: remove useless enable of enhanced features
` [PATCH v2 02/15] serial: sc16is7xx: rename LCR macros to better reflect usage
` [PATCH v2 03/15] serial: sc16is7xx: rename EFR mutex with generic name
` [PATCH v2 04/15] serial: sc16is7xx: define common register access function
` [PATCH v2 05/15] serial: sc16is7xx: remove unnecessary pointer cast
` [PATCH v2 06/15] serial: sc16is7xx: use guards for simple mutex locks
` [PATCH v2 07/15] serial: sc16is7xx: drop -ENOMEM error message
` [PATCH v2 08/15] serial: sc16is7xx: declare SPR/TLR/XOFF2 register as volatile
` [PATCH v2 09/15] serial: sc16is7xx: move port/channel init to separate function
` [PATCH v2 10/15] serial: sc16is7xx: simplify to_sc16is7xx_one() with a single parameter
` [PATCH v2 11/15] serial: sc16is7xx: Kconfig: allow building with COMPILE_TEST
` [PATCH v2 12/15] serial: sc16is7xx: use KBUILD_MODNAME
` [PATCH v2 13/15] serial: sc16is7xx: change conditional operator indentation
` [PATCH v2 14/15] serial: sc16is7xx: reformat comments to improve readability
` [PATCH v2 15/15] serial: sc16is7xx: add comments for lock requirements
New September Order. 54379 Thursday, October 2, 2025 at 09:30:45 AM
2025-10-02 7:30 UTC
[PATCH 00/15] serial: sc16is7xx: register access fixes and improvements
2025-10-02 5:24 UTC (33+ messages)
` [PATCH 01/15] serial: sc16is7xx: remove useless enable of enhanced features
` [PATCH 02/15] serial: sc16is7xx: rename LCR macros to better reflect usage
` [PATCH 03/15] serial: sc16is7xx: rename EFR mutex with generic name
` [PATCH 04/15] serial: sc16is7xx: define common register access function
` [PATCH 05/15] serial: sc16is7xx: use guards for simple mutex locks
` [PATCH 06/15] serial: sc16is7xx: use dev_err_probe() instead of dev_err()
` [PATCH 07/15] serial: sc16is7xx: declare SPR/TLR/XOFF2 register as volatile
` [PATCH 08/15] serial: sc16is7xx: move port/channel init to separate function
` [PATCH 09/15] serial: sc16is7xx: Kconfig: allow building with COMPILE_TEST
` [PATCH 10/15] serial: sc16is7xx: use KBUILD_MODNAME
` [PATCH 11/15] serial: sc16is7xx: remove empty line
` [PATCH 12/15] serial: sc16is7xx: add missing space between macro args (checkpatch)
` [PATCH 13/15] serial: sc16is7xx: change incorrect indentation
` [PATCH 14/15] serial: sc16is7xx: reformat comments
` [PATCH 15/15] serial: sc16is7xx: add/improve comments
[PATCH V3 0/2] tty: serial: imx: improve the imx uart wakeup function
2025-10-02 4:32 UTC (8+ messages)
` [PATCH V3 1/2] tty: serial: imx: Only configure the wake register when device is set as wakeup source
` [PATCH V3 2/2] tty: serial: imx: Add missing wakeup event reporting
[PATCH] serial: ar933x: Add polling support
2025-10-01 12:07 UTC (2+ messages)
[PATCH 0/3] printk/nbcon: Prevent hardlockup reports caused by atomic nbcon flush
2025-09-30 20:15 UTC (12+ messages)
` [PATCH 1/3] printk/nbcon: Block printk kthreads when any CPU is in an emergency context
` [PATCH 2/3] printk/nbcon/panic: Allow printk kthread to sleep when the system is in panic
` [PATCH 3/3] printk/nbcon: Release nbcon consoles ownership in atomic flush after each emitted record
[PATCH v2 00/11] riscv: Add initial support for Anlogic DR1V90
2025-09-29 18:46 UTC (11+ messages)
` [PATCH v2 04/11] dt-bindings: timer: Add Anlogic DR1V90 CLINT
[RFC 0/1] serial: 8250: nbcon_atomic_flush_pending() might trigger watchdog warnigns
2025-09-29 8:50 UTC (10+ messages)
[PATCH] serial: 8250_pcilib: Replace deprecated PCI functions
2025-09-29 6:33 UTC (5+ messages)
[PATCH RESEND v4] selftests/tty: add TIOCSTI test suite
2025-09-29 0:00 UTC (2+ messages)
[PATCH 0/3] Add MT8196 compatibles to bindings
2025-09-27 22:42 UTC (3+ messages)
` [PATCH 3/3] dt-bindings: i2c: i2c-mt65xx: Add MediaTek MT8196/6991 compatibles
[PATCH] MAINTAINERS: delete email for Tharun Kumar P
2025-09-27 22:16 UTC (2+ messages)
[PATCH V2 0/2] tty: serial: imx: improve the imx uart wakeup function
2025-09-25 8:51 UTC (6+ messages)
` [PATCH V2 1/2] tty: serial: imx: Only configure the wake register when device is set as wakeup source
` [PATCH V2 2/2] tty: serial: imx: Add missing wakeup event reporting
[PATCH V2] tty: serial: fsl_lpuart: Add missing wakeup event reporting
2025-09-24 14:53 UTC (2+ messages)
[PATCH] serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018
2025-09-24 13:41 UTC
[syzbot] Monthly serial report (Sep 2025)
2025-09-24 12:39 UTC
[PATCH] tty: serial: fsl_lpuart: Add missing wakeup event reporting
2025-09-24 2:49 UTC (3+ messages)
Thematic Funds Letter Of Intent
2025-09-23 23:54 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).