messages from 2025-06-11 10:03:52 to 2025-06-24 08:41:04 UTC [more...]
[PATCH 0/7] printk cleanup - part 2
2025-06-24 8:40 UTC (27+ 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
[PATCH v2 0/5] tty: fixes on top of summer cleanup
2025-06-24 8:06 UTC (6+ 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
[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 (85+ messages)
` [PATCH 01/33] tty: introduce and use tty_port_tty_vhangup() helper
` [PATCH 02/33] powerpc/legacy_serial: cache serial port and info in add_legacy_port()
` [PATCH 04/33] m68k: remove unneeded tty includes
` [PATCH 05/33] powerpc/powermac: "
` [PATCH 06/33] tty: vt: use sane types for userspace API
` [PATCH 07/33] tty: vt: use _IO() to define ioctl numbers
` [PATCH 08/33] serial: 8250: sanitize uart_port::serial_{in,out}() types
` [PATCH 09/33] serial: 8250: remove CONFIG_SERIAL_8250_RSA inline macros from code
` [PATCH 10/33] serial: 8250: invert conditions in RSA functions
` [PATCH 11/33] serial: 8250: put RSA functions to their namespace
` [PATCH 12/33] serial: 8250: move RSA functions to 8250_rsa.c
` [PATCH 13/33] serial: 8250: extract serial8250_startup_special()
` [PATCH 14/33] serial: 8250: extract serial8250_set_TRG_levels()
` [PATCH 15/33] serial: 8250: extract serial8250_THRE_test()
` [PATCH 16/33] serial: 8250: extract serial8250_initialize()
` [PATCH 17/33] serial: 8250: extract serial8250_clear_interrupts()
` [PATCH 18/33] serial: 8250: extract serial8250_set_mini()
` [PATCH 19/33] serial: 8250: extract serial8250_set_trigger_for_slow_speed()
` [PATCH 20/33] serial: 8250: extract serial8250_set_afe()
` [PATCH 21/33] serial: 8250: extract serial8250_set_errors_and_ignores
` [PATCH 22/33] serial: 8250: extract serial8250_set_ier()
` [PATCH 23/33] serial: 8250: extract serial8250_set_efr()
` [PATCH 24/33] serial: 8250: extract serial8250_set_fcr()
` [PATCH 25/33] serial: 8250: lcr compute cleanup
` [PATCH 26/33] serial: 8250: drop unused frac from serial8250_do_get_divisor()
` [PATCH 27/33] serial: 8250: extract serial_get_or_create_irq_info()
` [PATCH 28/33] serial: 8250: remove debug prints from ISR
` [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 32/33] serial: 8250: use hashtable
` [PATCH 33/33] serial: 8250_omap: use uart_port pointer when available
[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 v6 0/8] Enable QUPs and Serial on SA8255p Qualcomm platforms
2025-06-20 10:59 UTC (20+ messages)
` [PATCH v6 1/8] dt-bindings: serial: describe SA8255p
` [PATCH v6 3/8] soc: qcom: geni-se: Enable QUPs on SA8255p Qualcomm platforms
` [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] 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 v12 0/7] Add support for RSCI driver
2025-06-17 14:47 UTC (12+ 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 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 0/3] Add MT8196 compatibles to bindings
2025-06-12 15:57 UTC (5+ 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] dt-bindings: serial: renesas,rsci: Document RZ/N2H support
2025-06-12 14:55 UTC (2+ messages)
Missing tty device of_node info after 6.8-rc1
2025-06-11 17:19 UTC
[PATCH v3 0/9] Add support to load QUP SE firmware from
2025-06-11 11:44 UTC (5+ messages)
` [PATCH v3 6/9] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem
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 read-only IMAP folder(s) and NNTP newsgroup(s).