Linux Serial subsystem development
 help / color / mirror / Atom feed
 messages from 2026-07-09 21:38:00 to 2026-07-20 12:26:50 UTC [more...]

[PATCH] serial: amba-pl011: drop redundant BUSY wait from earlycon pl011_putc()
 2026-07-20 12:26 UTC  (5+ messages)
` [PATCH v2] serial: amba-pl011: don't wait for BUSY after every earlycon character
    ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] tty: ldisc: fix deadlock between ldisc_sem and rtnl_mutex
 2026-07-20 12:20 UTC  (10+ messages)

[PATCH 0/2] serial: amba-pl011: fix console clock lifetime
 2026-07-20 12:15 UTC  (6+ messages)
` [PATCH 1/2] serial: amba-pl011: unprepare console clock on unregister
` [PATCH 2/2] serial: amba-pl011: keep console clock enabled for atomic writes

[PATCH] serial: 8250: fix compile error with hub6_match_port() when compiled as a module
 2026-07-20 10:39 UTC  (2+ messages)

[PATCH tty v6 0/2] Convert 8250 to NBCON, take 2
 2026-07-20 10:32 UTC  (3+ messages)
` [PATCH tty v6 1/2] serial: 8250: Switch to nbcon console, "
` [PATCH tty v6 2/2] serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()"

[PATCH] serial: 8250_hub6: Fix double definition for hub6_match_port()
 2026-07-20 10:31 UTC  (2+ messages)

[PATCH v2] serial: qcom-geni: remove .pm callback, use runtime PM in startup/shutdown
 2026-07-20  8:57 UTC 

[PATCH] serial: 8250: validate iomem_base in serial8250_verify_port()
 2026-07-20  7:36 UTC  (5+ messages)

[PATCH v3 0/8] arm64: Add Axiado AX3005 SoC and EVK support
 2026-07-20  5:52 UTC  (20+ messages)
` [PATCH v3 1/8] dt-bindings: arm: axiado: add AX3005 EVK
` [PATCH v3 2/8] dt-bindings: gpio: cdns: add Axiado AX3005 GPIO variant
` [PATCH v3 3/8] dt-bindings: i2c: cdns: add Axiado AX3005 I2C variant
` [PATCH v3 4/8] dt-bindings: i3c: cdns: add Axiado AX3005 I3C variant
` [PATCH v3 5/8] dt-bindings: serial: cdns: add Axiado AX3005 UART variant
` [PATCH v3 6/8] dt-bindings: spi: dw-apb-ssi: add Axiado AX3005 SPI variant
` [PATCH v3 7/8] dt-bindings: usb: generic-xhci: add Axiado AX3005 xHCI variant
` [PATCH v3 8/8] arm64: dts: axiado: Add initial support for AX3005 SoC and eval board
` (subset) [PATCH v3 0/8] arm64: Add Axiado AX3005 SoC and EVK support

[PATCH v2 0/4] serial: fix console lifetime bugs on failed bind and removal
 2026-07-19 22:10 UTC  (5+ messages)
` [PATCH v2 1/4] serial: core: do fallible allocations before the console can be registered
` [PATCH v2 2/4] serial: core: clear freed pointers on uart_register_driver() failure
` [PATCH v2 3/4] tty: don't oops in tty_unregister_device() when no cdev is registered
` [PATCH v2 4/4] serial: imx: serialize imx_uart_ports[] lifetime

[PATCH v2 0/4] rust: serdev: trivial fixes
 2026-07-19 16:09 UTC  (10+ messages)
` [PATCH v2 1/4] rust: serdev: fix typo in rustdoc
` [PATCH v2 2/4] rust: serdev: mark small functions as `#[inline]`
` [PATCH v2 3/4] rust: serdev: document `PrivateData::active`
` [PATCH v2 4/4] rust: serdev: remove `serdev::Timeout`

[PATCH 0/4] serial: fix console lifetime bugs on failed bind and removal
 2026-07-19 16:08 UTC  (5+ messages)
` [PATCH 1/4] serial: core: do fallible allocations before the console can be registered
` [PATCH 2/4] serial: core: clear freed pointers on uart_register_driver() failure
` [PATCH 3/4] tty: don't oops in tty_unregister_device() when no cdev is registered
` [PATCH 4/4] serial: imx: clear imx_uart_ports[] entry on probe failure and removal

[PATCH v16 0/3] rust: add basic serial device bus abstractions
 2026-07-18 15:33 UTC  (4+ messages)
` [PATCH v16 1/3] "
` [PATCH v16 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v16 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH v15 0/3] rust: add basic serial device bus abstractions
 2026-07-18 14:28 UTC  (4+ messages)
` [PATCH v15 1/3] "
` [PATCH v15 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v15 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH] serial: 8250: clear stuck RX-timeout interrupt on LPC32xx (PORT_LPC3220)
 2026-07-18 12:04 UTC  (3+ messages)

[PATCH 0/4] rust: serdev: trivial fixes
 2026-07-18 11:36 UTC  (5+ messages)
` [PATCH 1/4] rust: serdev: fix typo in rustdoc
` [PATCH 2/4] rust: serdev: mark small functions as `#[inline]`
` [PATCH 3/4] rust: serdev: document `PrivateData::active`
` [PATCH 4/4] rust: serdev: remove `serdev::Timeout`

[tty:tty-linus] BUILD SUCCESS af071d9e07e57cfff239e8d09d2f3b05ebc9c667
 2026-07-18  6:44 UTC 

[tty:tty-next] BUILD SUCCESS facd005eee65df088cd73733741fbcf8d989fc5e
 2026-07-18  6:42 UTC 

[PATCH v14 0/3] rust: add basic serial device bus abstractions
 2026-07-17 13:18 UTC  (17+ messages)
` [PATCH v14 1/3] "
` [PATCH v14 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v14 3/3] MAINTAINERS: serdev: Add self for serdev

[tty:tty-testing 11/13] error[E0425]: cannot find type `BoundInternal` in module `device`
 2026-07-17 13:16 UTC  (2+ messages)

[PATCH] tty: hvc: restrict HVC_DCC to ARMv6+ and ARM64
 2026-07-17 10:51 UTC  (5+ messages)

[PATCH v2] tty: hvc: restrict HVC_DCC to ARMv6+ and ARM64
 2026-07-17  9:44 UTC 

[PATCH] serial: sc16is7xx: implement gpio get_direction() callback
 2026-07-17  7:41 UTC  (2+ messages)

[PATCH] serial: core: display 32 for MEM32 and MEM32BE UPIO types
 2026-07-16 21:12 UTC 

[PATCH v2] dt-bindings: serial: snps-dw-apb-uart: Add RV1106 compatible
 2026-07-15 19:32 UTC  (2+ messages)

[PATCH] serial: 8250_hub6: add missing include for hub6_match_port()
 2026-07-15 11:57 UTC  (4+ messages)

[PATCH v2] serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms
 2026-07-15  7:35 UTC 

[PATCH] serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms
 2026-07-15  7:13 UTC  (3+ messages)
  `  "

[PATCH 0/2] serial: qcom_geni: Quiesce UART transfers during panic and shutdown
 2026-07-15  4:25 UTC  (3+ messages)
` [PATCH 1/2] serial: qcom_geni: Add shutdown callback to quiesce hardware on reboot
` [PATCH 2/2] serial: qcom_geni: Add panic notifier to stop UART on panic

[tty:tty-testing] BUILD SUCCESS da7b5fd4e17f8e44c5590f2d603c01d499f056e6
 2026-07-15  3:20 UTC 

[tty:tty-next 31/41] drivers/tty/serial/qcom_geni_serial.c:1925:4: error: cannot jump from this goto statement to its label
 2026-07-15  0:41 UTC 

[PATCH v4 0/7] soc: aspeed: Add BMC and host driver for PCIe BMC device
 2026-07-14 18:53 UTC  (17+ messages)
` [PATCH v4 2/7] dt-bindings: serial: 8250: aspeed: add aspeed,vuart-over-pci bool prop
` [PATCH v4 4/7] serial: 8250_aspeed_vuart: add VUART over PCI
` [PATCH v4 5/7] soc: aspeed: add host-side PCIe BMC device driver
` [PATCH v4 6/7] ARM: dts: aspeed: g6: Change vuart compatible string for ast2600

[PATCH v3 00/10] serial: add new I/O type for SPI and I2C bus devices
 2026-07-14 15:02 UTC  (7+ messages)
` [PATCH v3 04/10] serial: uniformize serial port I/O infos display

[PATCH 0/4] serial: 8250: Add AN7581 UART support
 2026-07-14 14:55 UTC  (17+ messages)
` [PATCH 1/4] dt-bindings: serial: 8250: Add Airoha compatibles
` [PATCH 2/4] serial: 8250: export serial8250_get_baud_rate()
` [PATCH 3/4] serial: 8250: map UAPI port type to internal enum
` [PATCH 4/4] serial: 8250: Add Airoha SoC UART and HSUART support

[PATCH 0/6] tty: serial: propagate errors from uart_ops.pm callback
 2026-07-14  5:25 UTC  (6+ messages)

[tty:tty-testing] BUILD SUCCESS c1d4ce2d9eaeccd7e8aef7ec1109df49eaf4f503
 2026-07-14  1:59 UTC 

[PATCH 1/2] dt-bindings: clock: Drop incorrect usage of double '::'
 2026-07-13 11:57 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: "

[GIT PULL] TTY/Serial driver fixes for 7.2-rc3
 2026-07-12 21:17 UTC  (2+ messages)

[PATCH v2] scsi: ufs: sysfs: Add HS_GEAR6 string in power_info/gear sysfs output
 2026-07-12 17:37 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v13 0/3] rust: add basic serial device bus abstractions
 2026-07-12 16:58 UTC  (4+ messages)
` [PATCH v13 1/3] "
` [PATCH v13 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v13 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH v3 0/2] ACPI: SPCR: Support UART clock frequency field
 2026-07-12 16:46 UTC  (8+ messages)
` [PATCH v3 1/2] serial: earlycon: add uart_clk_freq parameter
` [PATCH v3 2/2] ACPI: SPCR: Support UART clock frequency field

[PATCH 2/2] serial: sc16is7xx: set TX FIFO trigger level to half FIFO to prevent underruns
 2026-07-11  9:42 UTC  (3+ messages)

[PATCH v3 0/4] tty: replace __get_free_pages() with kmalloc()
 2026-07-11  9:30 UTC  (3+ messages)

[tty:tty-testing 32/41] drivers/tty/serial/8250/8250_hub6.c:44:6: warning: no previous prototype for function 'hub6_match_port'
 2026-07-11  4:23 UTC 

[tty:tty-linus] BUILD SUCCESS 302fbbb4fcbdeac2dc8c63a56c1c4e38c4781958
 2026-07-11  2:36 UTC 

[tty:tty-testing] BUILD SUCCESS WITH WARNING bef5e068b89b0f0cf974c987ebba9869a14b44c6
 2026-07-11  2:24 UTC 

[tty:tty-testing 32/41] drivers/tty/serial/8250/8250_hub6.c:44:6: warning: no previous prototype for 'hub6_match_port'
 2026-07-10 23:46 UTC 

[PATCH v6 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-07-10 17:12 UTC  (3+ messages)
` [PATCH v6 1/2] serial: qcom-geni: trace: Drop redundant len field from geni_serial_data
` [PATCH v6 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH] serial: qcom-geni: remove .pm callback, use runtime PM in startup/shutdown
 2026-07-10 16:10 UTC  (2+ messages)

[PATCHv3 0/6] serial: mxs-auart: devm conversion, clock rework, and IRQ ordering fixes
 2026-07-10 15:14 UTC  (10+ messages)
` [PATCHv3 1/6] serial: mxs-auart: fix cast type for of_device_get_match_data
` [PATCHv3 3/6] serial: mxs-auart: use devm resources for iomem and GPIO IRQs
` [PATCHv3 5/6] serial: mxs-auart: clamp RX DMA count to buffer size
` [PATCHv3 6/6] serial: mxs-auart: terminate DMA before releasing channels in exit

[PATCH v6] serial: 8250: fix use-after-free in IRQ chain handling
 2026-07-10 13:28 UTC  (9+ messages)

[PATCH v5 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-07-10 12:41 UTC  (3+ messages)
` [PATCH v5 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH] serial: 8250_pci: fix -Winitializer-overrides for Brainboxes UC-260/271/701/756 entries
 2026-07-10 12:32 UTC  (2+ messages)

[PATCH v2 0/6] MIPS: SiByte: Fix serial device regressions
 2026-07-10 12:25 UTC  (3+ messages)
` [PATCH v2 3/6] serial: sb1250-duart: Convert to use a platform device

[PATCH] serial: 8250: serialize shared IRQ startup
 2026-07-10 12:14 UTC  (5+ messages)
` [PATCH v2] serial: 8250: fix shared IRQ startup race causing IRQ warning

[PATCH 0/2] serial: sc16is7xx: fix TX inter-frame gaps on SPI UARTs
 2026-07-10 12:11 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