Linux-Serial Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-12 10:04:30 to 2025-06-30 00:32:05 UTC [more...]

[PATCH 0/7] printk cleanup - part 2
 2025-06-30  0:31 UTC  (30+ messages)
` [PATCH 1/7] printk: Make console_{suspend,resume} handle CON_SUSPENDED
` [PATCH 2/7] printk: Use consoles_suspended flag when suspending/resuming all consoles
` [PATCH 3/7] drivers: tty: Check CON_SUSPENDED instead of CON_ENABLED
` [PATCH 4/7] drivers: serial: kgdboc: "
` [PATCH 5/7] arch: um: kmsg_dump: Don't check for CON_ENABLED
` [PATCH 6/7] debug: kgd_io: "
` [PATCH 7/7] printk: Don't check for CON_ENABLED on console_unblank

[GIT PULL] TTY / Serial driver fixes for 6.16-rc4
 2025-06-29 16:40 UTC  (2+ messages)

[PATCH v13 0/5] Add RSCI driver for Renesas RZ/T2H SoC
 2025-06-29 12:27 UTC  (7+ messages)
` [PATCH v13 1/5] dt-bindings: serial: renesas,rsci: Add optional secondary clock input
` [PATCH v13 2/5] dt-bindings: serial: rsci: Update maintainer entry
` [PATCH v13 3/5] serial: sh-sci: Replace direct stop_rx/stop_tx calls with port ops in sci_shutdown()
` [PATCH v13 4/5] serial: sh-sci: Use private port ID
` [PATCH v13 5/5] serial: sh-sci: Add support for RZ/T2H SCI

[PATCH] tty: serial: fsl_lpuart: Constify struct lpuart_soc_data
 2025-06-28  8:03 UTC  (2+ messages)

[PATCH v5 0/5] Add support to load QUP SE firmware from
 2025-06-28  3:42 UTC  (7+ messages)
` [PATCH v5 1/5] dt-bindings: qcom: se-common: Add QUP Peripheral-specific properties for I2C, SPI, and SERIAL bus
` [PATCH v5 2/5] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem
` [PATCH v5 3/5] i2c: qcom-geni: Load i2c qup Firmware from linux side
` [PATCH v5 4/5] spi: geni-qcom: Load spi "
` [PATCH v5 5/5] serial: qcom-geni: Load UART "

[PATCH v2 00/11] ARM: Add support for MediaTek MT6572 SoC
 2025-06-27 21:23 UTC  (18+ messages)
` [PATCH v2 01/11] dt-bindings: serial: mediatek,uart: add MT6572
` [PATCH v2 02/11] dt-bindings: interrupt-controller: mediatek,mt6577-sysirq: "
` [PATCH v2 03/11] dt-bindings: timer: mediatek: "
` [PATCH v2 04/11] dt-bindings: watchdog: mediatek,mtk-wdt: "
` [PATCH v2 05/11] dt-bindings: vendor-prefixes: add JTY
` [PATCH v2 06/11] dt-bindings: arm: mediatek: add boards based on the MT6572 SoC
` [PATCH v2 07/11] ARM: mediatek: add board_dt_compat entry for "
` [PATCH v2 08/11] ARM: mediatek: add MT6572 smp bring up code
` [PATCH v2 09/11] ARM: dts: mediatek: add basic support for MT6572 SoC
` [PATCH v2 10/11] ARM: dts: mediatek: add basic support for JTY D101 board
` [PATCH v2 11/11] ARM: dts: mediatek: add basic support for Lenovo A369i board

[PATCH v1 1/1] serial: 8250: Move CE4100 quirks to a module under 8250 driver
 2025-06-27 18:25 UTC 

[PATCH v12 0/7] Add support for RSCI driver
 2025-06-27 12:56 UTC  (15+ messages)
` [PATCH v12 1/7] dt-bindings: serial: Added secondary clock for RZ/T2H RSCI
` [PATCH v12 2/7] dt-bindings: serial: rsci: Update maintainer entry
` [PATCH v12 3/7] dt-bindings: serial: renesas,rsci: Document RZ/N2H support
` [PATCH v12 4/7] serial: sh-sci: Replace direct stop_rx/stop_tx calls with port ops in sci_shutdown()
` [PATCH v12 5/7] serial: sh-sci: Use private port ID
` [PATCH v12 6/7] serial: sh-sci: Add support for RZ/T2H SCI
` [PATCH v12 7/7] arm64: defconfig: Enable Renesas RZ/T2H serial SCI

[PATCH v6 0/8] Enable QUPs and Serial on SA8255p Qualcomm platforms
 2025-06-26 15:57 UTC  (16+ messages)
` [PATCH v6 3/8] soc: qcom: geni-se: Enable QUPs "
` [PATCH v6 6/8] serial: qcom-geni: move clock-rate logic to separate function
` [PATCH v6 7/8] serial: qcom-geni: Enable PM runtime for serial driver

[PATCH 0/3] Add MT8196 compatibles to bindings
 2025-06-25 20:13 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: timer: mediatek,timer: Add MediaTek MT8196 compatible
` [PATCH 2/3] dt-bindings: serial: mediatek,uart: Add compatible for MT8196
` [PATCH 3/3] dt-bindings: i2c: i2c-mt65xx: Add MediaTek MT8196/6991 compatibles

[PATCH 1/1] dt-bindings: serial: 8250: allow clock 'uartclk' and 'reg' for nxp,lpc1850-uart
 2025-06-25 18:35 UTC  (2+ messages)

[tty:tty-linus] BUILD SUCCESS 09812134071b3941fb81def30b61ed36d3a5dfb5
 2025-06-25  8:30 UTC 

[tty:tty-testing] BUILD SUCCESS 6241b49540a65a6d5274fa938fd3eb4cbfe2e076
 2025-06-25  8:29 UTC 

[PATCH v2 0/5] tty: fixes on top of summer cleanup
 2025-06-25  5:59 UTC  (16+ messages)
` [PATCH v2 1/5] serial: 8250: extract serial8250_init_mctrl()
` [PATCH v2 2/5] serial: 8250: extract serial8250_iir_txen_test()
` [PATCH v2 3/5] serial: 8250: rename lsr_TEMT, iir_NOINT to lowercase
` [PATCH v2 4/5] serial: 8250: document doubled "type == PORT_8250_CIR" check
` [PATCH v2 5/5] tty: fix tty_port_tty_*hangup() kernel-doc

tty/8250: Deactivate the HSUART DMA for the DNV CPU
 2025-06-25  4:33 UTC  (2+ messages)

[PATCH 0/5] tty: fixes on top of summer cleanup
 2025-06-24  5:29 UTC  (9+ messages)
` [PATCH 1/5] serial: 8250: extract serial8250_init_mctrl()
` [PATCH 2/5] serial: 8250: extract serial8250_iir_txen_test()
` [PATCH 3/5] serial: 8250: rename lsr_TEMT, iir_NOINT to lowercase
` [PATCH 4/5] serial: 8250: document doubled "type == PORT_8250_CIR" check
` [PATCH 5/5] tty: fix tty_port_tty_*hangup() kernel-doc

[tty:tty-testing] BUILD SUCCESS b20d6576cdb3530d4a2d81611a8b8eb99780ce3e
 2025-06-23 19:04 UTC 

[PATCH] tty: fix data races in read buffer management subroutines
 2025-06-23 10:25 UTC 

[PATCH 1/2] serial: ce4100: fix build after serial_in/out() changes
 2025-06-23 10:12 UTC  (2+ messages)
` [PATCH 2/2] serial: ce4100: clean up serial_in/out() hooks

[PATCH 00/11] ASoC: mediatek: Add support for MT6572 SoC
 2025-06-23  9:49 UTC  (26+ messages)
` [PATCH 01/11] dt-bindings: serial: mediatek,uart: add MT6572
` [PATCH 02/11] dt-bindings: interrupt-controller: mediatek,mt6577-sysirq: "
` [PATCH 03/11] dt-bindings: timer: mediatek: "
` [PATCH 04/11] dt-bindings: watchdog: mediatek,mtk-wdt: "
` [PATCH 05/11] dt-bindings: vendor-prefixes: add JTY
` [PATCH 06/11] dt-bindings: arm: mediatek: add boards based on the MT6572 SoC
` [PATCH 07/11] ARM: mediatek: show the hardware name for the MT6572
` [PATCH 08/11] ARM: mediatek: add MT6572 smp bring up code
` [PATCH 09/11] ARM: dts: mediatek: add basic support for MT6572 SoC
` [PATCH 10/11] ARM: dts: mediatek: add basic support for JTY D101 board
` [PATCH 11/11] ARM: dts: mediatek: add basic support for Lenovo A369i board

[PATCH v2] dt-bindings: serial: 8250: Make clocks and clock-frequency exclusive
 2025-06-23  9:34 UTC 

[PATCH v9 0/4] Serial: 8250: Fix PSLVERR related issues
 2025-06-23  8:32 UTC  (11+ messages)
` [PATCH v9 1/4] serial: 8250: fix panic due to PSLVERR
` [PATCH v9 2/4] serial: 8250_dw: fix PSLVERR on RX_TIMEOUT
` [PATCH v9 3/4] serial: 8250: avoid potential PSLVERR issue
` [PATCH v9 4/4] serial: 8250_dw: assert port->lock is held in dw8250_force_idle()
    ` [External] "

[syzbot] Monthly serial report (Jun 2025)
 2025-06-23  7:33 UTC 

[PATCH 00/33] tty: summer cleanup
 2025-06-23  7:30 UTC  (31+ messages)
` [PATCH 01/33] tty: introduce and use tty_port_tty_vhangup() helper
` [PATCH 04/33] m68k: remove unneeded tty includes
` [PATCH 08/33] serial: 8250: sanitize uart_port::serial_{in,out}() types
` [PATCH 16/33] serial: 8250: extract serial8250_initialize()
` [PATCH 23/33] serial: 8250: extract serial8250_set_efr()
` [PATCH 29/33] serial: 8250: drop DEBUG_AUTOCONF() macro
` [PATCH 30/33] serial: 8250: invert serial8250_register_8250_port() CIR condition
` [PATCH 31/33] serial: 8250: invert condition to avoid a goto label

[PATCH] serial: 8250: export RSA functions
 2025-06-23  6:10 UTC 

[tty:tty-linus] BUILD SUCCESS d36f0e9a0002f04f4d6dd9be908d58fe5bd3a279
 2025-06-20 12:49 UTC 

[tty:tty-testing] BUILD SUCCESS 7dfd023dc7a9050554b28a16a31b8b06f76bb862
 2025-06-20 12:49 UTC 

[PATCH] serial: imx: Restore original RXTL for console to fix data loss
 2025-06-20  9:05 UTC  (2+ messages)

[PATCH] tty: sysrq: Introduce compile-time crash-only mode
 2025-06-19 11:20 UTC  (3+ messages)

[tty:tty-next 8/33] arch/x86/platform/ce4100/ce4100.c:107:16: error: incompatible function pointer types assigning to 'u32 (*)(struct uart_port *, unsigned int)' (aka 'unsigned int (*)(struct uart_port *, unsigned int)') from 'unsigned int (struct uart_port *, int)'
 2025-06-18 22:01 UTC 

[tty:tty-testing] BUILD SUCCESS 20ca8be9ad2e05015833b07f4325a398e614cf15
 2025-06-18 11:01 UTC 

[PATCH] tty: replace capable() with file_ns_capable()
 2025-06-18  6:32 UTC  (5+ messages)

[linux-next:master] [serial] b63e6f60ea: BUG:soft_lockup-CPU##stuck_for#s![modprobe:#]
 2025-06-18  4:42 UTC  (4+ messages)

[PATCH] serial: core: restore of_node information in sysfs
 2025-06-17 15:56 UTC  (4+ messages)

[PATCH v2] serial: core: restore of_node information in sysfs
 2025-06-17 16:48 UTC 

[PATCH v11 0/5] Add support for RSCI driver
 2025-06-17 11:49 UTC  (9+ messages)
` [PATCH v11 1/5] dt-bindings: serial: Added secondary clock for RZ/T2H RSCI
` [PATCH v11 2/5] dt-bindings: serial: rsci: Update maintainer entry
` [PATCH v11 3/5] tty: serial: sh-sci: Use port ops callbacks
` [PATCH v11 4/5] serial: sh-sci: Use private port ID
` [PATCH v11 5/5] serial: sh-sci: Add support for RZ/T2H SCI

[PATCH] dt-bindings: serial: renesas,rsci: Document RZ/N2H support
 2025-06-12 14:55 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).