linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-02 17:15:24 to 2025-05-09 19:03:24 UTC [more...]

[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
 2025-05-09 19:03 UTC  (36+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys
` [PATCH 02/12] locking/rtmutex: Move max_lock_depth into rtmutex.c
` [PATCH 03/12] rcu: Move rcu_stall related sysctls into rcu/tree_stall.h
` [PATCH 04/12] mm: move randomize_va_space into memory.c
` [PATCH 05/12] parisc/power: Move soft-power into power.c
` [PATCH 06/12] fork: mv threads-max into kernel/fork.c
` [PATCH 07/12] Input: sysrq: mv sysrq into drivers/tty/sysrq.c
` [PATCH 08/12] sysctl: Move tainted ctl_table into kernel/panic.c
` [PATCH 09/12] sysctl: move cad_pid into kernel/pid.c
` [PATCH 10/12] sysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.c
` [PATCH 11/12] sysctl: Remove (very) old file changelog
` [PATCH 12/12] sysctl: Remove superfluous includes from kernel/sysctl.c

[PATCH v8 01/11] dt-bindings: serial: Added secondary clock for RZ/T2H RSCI
 2025-05-09 18:58 UTC  (2+ messages)

[PATCH v2] dt-bindings: serial: Convert socionext,milbeaut-usio-uart to DT schema
 2025-05-09 15:30 UTC  (4+ messages)

[PATCH RFC 0/2] Introduce PRU UART driver
 2025-05-09 11:43 UTC  (13+ messages)
` [PATCH RFC 2/2] serial: 8250: Add PRUSS "

[PATCH v2 0/3] Add mt8189 dts evalution board and Makefile
 2025-05-09  9:03 UTC  (11+ messages)
` [PATCH v2 1/3] dt-bindings: arm: Add compatible for MediaTek MT8189
` [PATCH v2 2/3] dt-bindings: serial: mediatek,uart: Add compatible for MT8189
` [PATCH v2 3/3] arm64: dts: mt8189: Add mt8189 dts evaluation board and Mafefile

[PATCH v5 0/8] Enable QUPs and Serial on SA8255p Qualcomm platforms
 2025-05-09  4:32 UTC  (13+ messages)
` [PATCH v5 1/8] dt-bindings: serial: describe SA8255p
` [PATCH v5 2/8] dt-bindings: qcom: geni-se: "
` [PATCH v5 3/8] soc: qcom: geni-se: Enable QUPs on SA8255p Qualcomm platforms
` [PATCH v5 4/8] serial: qcom-geni: move resource initialization to separate function
` [PATCH v5 5/8] serial: qcom-geni: move resource control logic to separate functions
` [PATCH v5 6/8] serial: qcom-geni: move clock-rate logic to separate function
` [PATCH v5 7/8] serial: qcom-geni: Enable PM runtime for serial driver
` [PATCH v5 8/8] serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms

[PATCH v2] dt-bindings: serial: Convert microchip,pic32mzda-uart to DT schema
 2025-05-08 14:55 UTC  (2+ messages)

[PATCH v5 1/4] serial: 8250: fix panic due to PSLVERR
 2025-05-08 11:51 UTC  (10+ messages)
` [PATCH v5 2/4] serial: 8250: avoid potential PSLVERR issue
` [PATCH v5 3/4] serial: 8250_dw: warning on entering dw8250_force_idle unlocked
` [PATCH v5 4/4] serial: 8250_dw: fix PSLVERR on RX_TIMEOUT
    ` [External] "

[PATCH v1] tty: serdev: serdev-ttyport: Fix use-after-free in ttyport_close() due to uninitialized serport->tty
 2025-05-08  9:41 UTC  (4+ messages)

[tty:tty-testing] BUILD SUCCESS 5ee558c5d9e9c464bcecb68b3c1d1f9690747a64
 2025-05-08  5:22 UTC 

[PATCH] dt-bindings: serial: Convert arm,sbsa-uart to DT schema
 2025-05-07 16:33 UTC  (4+ messages)

[PATCH v2] dt-bindings: serial: Convert snps,arc-uart to DT schema
 2025-05-07 15:49 UTC 

[PATCH v3] dt-bindings: serial: Convert marvell,armada-3700-uart to DT schema
 2025-05-07 15:44 UTC 

[PATCH] serial: tegra-utc: Remove unneeded semicolon
 2025-05-07 15:43 UTC  (2+ messages)

[PATCH] dt-bindings: serial: Convert socionext,milbeaut-usio-uart to DT schema
 2025-05-07 14:47 UTC  (3+ messages)

[PATCH v2 0/8] vt: more Unicode handling changes
 2025-05-07 14:13 UTC  (9+ messages)
` [PATCH v2 1/8] vt: ucs.c: fix misappropriate in_range() usage
` [PATCH v2 2/8] vt: make sure displayed double-width characters are remembered as such
` [PATCH v2 3/8] vt: move glyph determination to a separate function
` [PATCH v2 4/8] vt: introduce gen_ucs_fallback_table.py to create ucs_fallback_table.h
` [PATCH v2 5/8] vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.py
` [PATCH v2 6/8] vt: add ucs_get_fallback()
` [PATCH v2 7/8] vt: make use of ucs_get_fallback() when glyph is unavailable
` [PATCH v2 8/8] vt: process the full-width ASCII fallback range programmatically

[PATCH 0/8] vt: more Unicode handling changes
 2025-05-07 14:11 UTC  (15+ messages)
` [PATCH 1/8] vt: ucs.c: fix misappropriate in_range() usage
` [PATCH 2/8] vt: make sure displayed double-width characters are remembered as such
` [PATCH 3/8] vt: move glyph determination to a separate function
` [PATCH 4/8] vt: introduce gen_ucs_fallback_table.py to create ucs_fallback_table.h
` [PATCH 5/8] vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.py
` [PATCH 6/8] vt: add ucs_get_fallback()
` [PATCH 7/8] vt: make use of ucs_get_fallback() when glyph is unavailable
` [PATCH 8/8] vt: process the full-width ASCII fallback range programmatically

[PATCH] dt-bindings: serial: Convert altr,juart-1.0 to DT schema
 2025-05-07 13:58 UTC  (2+ messages)

[PATCH] dt-bindings: serial: Convert altr,uart-1.0 to DT schema
 2025-05-07 13:57 UTC  (2+ messages)

[PATCH] dt-bindings: serial: Convert snps,arc-uart to DT schema
 2025-05-07 13:57 UTC  (2+ messages)

[PATCH] dt-bindings: serial: Convert cirrus,ep7209-uart to DT schema
 2025-05-07 13:56 UTC  (2+ messages)

[PATCH] dt-bindings: serial: Convert lantiq,asc to DT schema
 2025-05-07 13:55 UTC  (2+ messages)

[PATCH v2 1/2] tty: serial: 8250_omap: fix tx with dma
 2025-05-07 10:56 UTC  (6+ messages)
` [PATCH 2/2] tty: serial: 8250_omap: use two-entry sg list for tx dma

[PATCH] dt-bindings: serial: Convert arm,mps2-uart to DT schema
 2025-05-07  8:36 UTC  (2+ messages)

[PATCH v3 8/9] serial: qcom-geni: Enable PM runtime for serial driver
 2025-05-07  7:58 UTC  (2+ messages)

[PATCH] dt-bindings: serial: Convert nxp,lpc3220-hsuart to DT schema
 2025-05-07  6:45 UTC  (2+ messages)

[PATCH v3 4/9] soc: qcom: geni-se: Enable QUPs on SA8255p Qualcomm platforms
 2025-05-07  5:49 UTC  (2+ messages)

[PATCH] dt-bindings: serial: Convert cnxt,cx92755-usart to DT schema
 2025-05-07  3:43 UTC  (2+ messages)

[PATCH v2] dt-bindings: serial: Convert marvell,armada-3700-uart to DT schema
 2025-05-07  2:03 UTC 

[PATCH] irq-names dt-bindings: serial: Convert marvell,armada-3700-uart to DT schema
 2025-05-07  2:00 UTC  (5+ messages)

[PATCH] dt-bindings: serial: Convert microchip,pic32mzda-uart to DT schema
 2025-05-07  0:43 UTC  (2+ messages)

[PATCH v2] serial: jsm: fix NPE during jsm_uart_port_init
 2025-05-06 18:18 UTC 

[PATCH v4 0/8] Enable QUPs and Serial on SA8255p Qualcomm platforms
 2025-05-06 18:05 UTC  (16+ messages)
` [PATCH v4 1/8] dt-bindings: serial: describe SA8255p
` [PATCH v4 2/8] dt-bindings: qcom: geni-se: "
` [PATCH v4 6/8] serial: qcom-geni: move clock-rate logic to separate function
` [PATCH v4 7/8] serial: qcom-geni: Enable PM runtime for serial driver
` [PATCH v4 8/8] serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms

[RFC PATCH 0/2] serial: kgdboc: convert to the faux device interface
 2025-05-06 12:51 UTC  (3+ messages)
` [RFC PATCH 1/2] driver core: faux: create the device if probe() is deferred too
` [RFC PATCH 2/2] serial: kgdboc: convert to use faux_device

[PATCH v4 1/4] serial: 8250: fix panic due to PSLVERR
 2025-05-06 10:38 UTC  (4+ messages)
` [PATCH v4 2/4] serial: 8250: introduce serial8250_discard_data()
    ` [External] "

[PATCH v3 0/9] Add support to load QUP SE firmware from
 2025-05-06  9:17 UTC  (9+ messages)
` [PATCH v3 6/9] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem

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

[PATCH] tty: serial: 8250_omap: fix tx with dma
 2025-05-06  7:32 UTC  (3+ messages)

[PATCH AUTOSEL 6.14 390/642] serial: mctrl_gpio: split disable_ms into sync and no_sync APIs
 2025-05-06  6:47 UTC  (4+ messages)
` [PATCH AUTOSEL 6.14 447/642] serial: sh-sci: Update the suspend/resume support
` [PATCH AUTOSEL 6.14 636/642] serial: sh-sci: Save and restore more registers

[PATCH] serial: jsm: fix NPE during jsm_uart_port_init
 2025-05-06  4:27 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 144/212] serial: mctrl_gpio: split disable_ms into sync and no_sync APIs
 2025-05-05 23:05 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 168/212] serial: sh-sci: Update the suspend/resume support

[PATCH AUTOSEL 6.6 186/294] serial: mctrl_gpio: split disable_ms into sync and no_sync APIs
 2025-05-05 22:55 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 219/294] serial: sh-sci: Update the suspend/resume support

[PATCH AUTOSEL 6.12 306/486] serial: mctrl_gpio: split disable_ms into sync and no_sync APIs
 2025-05-05 22:37 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 352/486] serial: sh-sci: Update the suspend/resume support

[PATCH] dmaengine: qcom: bam_dma: keep remotely controlled units on during boot
 2025-05-05 13:06 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 NNTP newsgroup(s).