messages from 2026-04-24 10:51:58 to 2026-05-04 08:50:19 UTC [more...]
[PATCH 00/15] serial: 8250: add MUEx50 support for Moxa PCIe boards
2026-05-04 8:48 UTC (7+ messages)
` [PATCH 01/15] serial: 8250: split Moxa PCIe serial board support out of 8250_pci
` [PATCH 02/15] serial: 8250: add Moxa MUEx50 UART port type
` [PATCH 03/15] serial: 8250_mxpcie: enable enhanced mode and program FIFO trigger levels
` [PATCH 04/15] serial: 8250_mxpcie: enable automatic RTS/CTS flow control
` [PATCH 05/15] serial: 8250_mxpcie: offload XON/XOFF flow control to MUEx50 hardware
` [PATCH 06/15] serial: 8250_mxpcie: add custom handle_irq callback
[PATCH v2 00/15] serial: add new I/O type for SPI and I2C bus devices
2026-05-04 8:48 UTC (23+ messages)
` [PATCH v2 01/15] serial: 8250_hub6: add hub6_match_port()
` [PATCH v2 02/15] serial: core: add uart_iotype_mmio/legacy_io helper functions
` [PATCH v2 03/15] serial: core: use uart_iotype_*() to simplify uart_match_port()
` [PATCH v2 04/15] serial: core: use uart_iotype_*() to simplify uart_line_info()
` [PATCH v2 05/15] serial: core: replace snprintf with more robust scnprintf
` [PATCH v2 06/15] serial: core: fix indentation/alignment
` [PATCH v2 07/15] serial: core: use uart_iotype_*() to simplify uart_report_port()
` [PATCH v2 08/15] serial: earlycon: use uart_iotype_*() to simplify code
` [PATCH v2 09/15] serial: 8250: "
` [PATCH v2 10/15] serial: 8250_rsa: "
` [PATCH v2 11/15] serial: core: add new I/O type for SPI and I2C bus devices
` [PATCH v2 12/15] serial: sc16is7xx: use new UPIO_BUS as iotype
` [PATCH v2 13/15] serial: max310x: "
` [PATCH v2 14/15] serial: max3100: "
` [PATCH v2 15/15] serial: uniformize serial port I/O infos display
[PATCH] tty: n_tty: order lockless input availability checks
2026-05-04 8:11 UTC (5+ messages)
[PATCH] serial: fsl_lpuart: fix rx buffer and DMA map leaks in start_rx_dma
2026-05-04 6:49 UTC (4+ messages)
[PATCH v3] tty: synclink_gt: remove broken driver
2026-05-04 3:14 UTC
[PATCH v2] tty: synclink_gt: remove broken driver
2026-05-03 19:25 UTC (6+ messages)
[syzbot] Monthly serial report (May 2026)
2026-05-02 20:32 UTC
[PATCH v2 00/10] MIPS: DEC: Fix serial device regressions + RTC cleanup
2026-05-01 23:15 UTC (11+ messages)
` [PATCH v2 01/10] MIPS: DEC: Ensure 32-bit stack location for o32 prom_printf()
` [PATCH v2 02/10] MIPS: DEC: Prevent initial console buffer from landing in XKPHYS
` [PATCH v2 03/10] serial: dz: Fix bootconsole message clobbering at chip reset
` [PATCH v2 04/10] serial: dz: Fix bootconsole handover lockup
` [PATCH v2 05/10] serial: zs: "
` [PATCH v2 06/10] serial: zs: Switch to using channel reset
` [PATCH v2 07/10] serial: dz: Convert to use a platform device
` [PATCH v2 08/10] serial: zs: "
` [PATCH v2 09/10] serial: dz: Enable modular build
` [PATCH v2 10/10] MIPS: DEC: Ensure RTC platform device deregistration upon failure
[PATCH] serial: atmel: honor CREAD in atmel_set_termios
2026-05-01 8:13 UTC
[PATCH v7 0/4] rust: add basic serial device bus abstractions
2026-04-30 19:58 UTC (6+ messages)
` [PATCH v7 1/4] rust: devres: return reference in `devres::register`
` [PATCH v7 2/4] serdev: add rust private data to serdev_device
` [PATCH v7 3/4] rust: add basic serial device bus abstractions
` [PATCH v7 4/4] samples: rust: add Rust serial device bus sample device driver
[tty:tty-testing] BUILD SUCCESS a2083fd1fa7aa0ef5cd8fd92396da0de2d0654b0
2026-04-30 14:42 UTC
[PATCH v1] serial: qcom-geni: Avoid probing debug console UART without console support
2026-04-30 14:40 UTC (4+ messages)
[PATCH] serial: 8250_port: recognize UPIO_AU
2026-04-30 13:58 UTC
[PATCH net-next 2/3] ppp: unify two channel structs
2026-04-30 9:05 UTC
[PATCH v2] dt-bindings: qcom: geni-se-qup: Add compatible for SA8797P SoC
2026-04-30 8:05 UTC (2+ messages)
[PATCH v7 0/6] Add support for ZTE zx297520v3
2026-04-29 19:13 UTC (7+ messages)
` [PATCH v7 1/6] dt-bindings: arm: zte: Add D-Link DWR932M board based on zx297520v3 SoC
` [PATCH v7 2/6] ARM: zte: Add zx297520v3 platform support
` [PATCH v7 3/6] ARM: zte: Add support for zx29 low level debug
` [PATCH v7 4/6] amba/serial: amba-pl011: Bring back zx29 UART support
` [PATCH v7 5/6] ARM: dts: zte: Add D-Link DWR-932M support
` [PATCH v7 6/6] ARM: zte: defconfig: Add a zx29 defconfig file
[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
2026-04-29 11:26 UTC (30+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
[PATCH v7 0/4] serial: 8250_dw: Add support for UltraRISC DP1000 UART
2026-04-29 10:55 UTC (8+ messages)
` [PATCH v7 1/4] serial: 8250_dwlib: move DesignWare register definitions to header
` [PATCH v7 2/4] serial: 8250_dw: build Renesas RZN1 CPR value from DW_UART_CPR_* definitions
` [PATCH v7 3/4] dt-bindings: serial: snps-dw-apb-uart: Add UltraRISC DP1000 UART
` [PATCH v7 4/4] serial: 8250_dw: Use a fixed CPR value for "
[PATCH v6 0/4] serial: 8250_dw: Add support for UltraRISC DP1000 UART
2026-04-29 10:46 UTC (8+ messages)
` [PATCH v6 1/4] serial: 8250_dwlib: move DesignWare register definitions to header
` [PATCH v6 2/4] serial: 8250_dw: build Renesas RZN1 CPR value from DW_UART_CPR_* definitions
` [PATCH v6 3/4] dt-bindings: serial: snps-dw-apb-uart: Add UltraRISC DP1000 UART
` [PATCH v6 4/4] serial: 8250_dw: Use a fixed CPR value for "
[PATCH v5 0/4] serial: 8250_dw: Add support for UltraRISC DP1000 UART
2026-04-29 9:05 UTC (15+ messages)
` [PATCH v5 1/4] serial: 8250_dwlib: move DesignWare register definitions to header
` [PATCH v5 2/4] serial: 8250_dw: build Renesas RZN1 CPR value from DW_UART_CPR_* definitions
` [PATCH v5 3/4] dt-bindings: serial: snps-dw-apb-uart: Add UltraRISC DP1000 UART
` [PATCH v5 4/4] serial: 8250_dw: Use a fixed CPR value for "
[PATCH v3] serial: 8250_pci: Consistently define pci_device_ids using named initializers
2026-04-28 14:40 UTC
[PATCH 0/8] MIPS: DEC: Fix serial device regressions + RTC cleanup
2026-04-28 13:49 UTC (3+ messages)
` [PATCH 6/8] serial: zs: Convert to use a platform device
[PATCH AUTOSEL 7.0-6.12] tty: serial: samsung_tty: avoid dev_dbg deadlock
2026-04-28 10:40 UTC (3+ messages)
` [PATCH AUTOSEL 7.0-5.10] tty: serial: imx: keep dma request disabled before dma transfer setup
` [PATCH AUTOSEL 7.0-5.10] serial: qcom-geni: Fix RTS behavior with flow control
[PATCH] serial: 8250_pci: skip WCH PCI serial devices
2026-04-28 9:56 UTC (2+ messages)
[PATCH v1] serial: qcom-geni: fix UART_RX_PAR_EN bit position
2026-04-28 9:28 UTC (2+ messages)
[PATCH v2] serial: 8250: Clear CON_PRINTBUFFER on port re-registration
2026-04-28 9:03 UTC
[PATCH v2] serial: 8250: Clear CON_PRINTBUFFER on port re-registration
2026-04-28 8:58 UTC
[PATCH] serial: max3100: unwind port allocation on add failure
2026-04-28 7:33 UTC (2+ messages)
[PATCH] serial: altera_jtaguart: handle uart_add_one_port() failures
2026-04-28 6:44 UTC
[PATCH v2] serial: 8250_pci: Consistently define pci_device_ids using named initializers
2026-04-27 21:14 UTC
[PATCH 0/4] MIPS: SiByte: Fix serial device regressions
2026-04-27 20:06 UTC (6+ messages)
` [PATCH 4/4] Revert "drivers: convert sbd_duart.map_guard from atomic_t to refcount_t"
[PATCH v6 0/4] rust: add basic serial device bus abstractions
2026-04-27 18:05 UTC (5+ messages)
` [PATCH v6 1/4] rust: devres: return reference in `devres::register`
` [PATCH v6 2/4] serdev: add rust private data to serdev_device
` [PATCH v6 3/4] rust: add basic serial device bus abstractions
` [PATCH v6 4/4] samples: rust: add Rust serial device bus sample device driver
[PATCH 0/9] serial: add new I/O type for SPI and I2C bus devices
2026-04-27 14:18 UTC (11+ messages)
` [PATCH 2/9] serial: core: use uart_iotype_*() to simplify code
` [PATCH 6/9] serial: core: prevent irrelevant I/O infos display for UPIO_BUS
[PATCH] tty: serial: samsung: add dedicated compatible for exynosauto SoCs
2026-04-27 10:26 UTC (5+ messages)
[PATCH v4 0/4] serial: 8250_dw: Add support for UltraRISC DP1000 UART
2026-04-27 7:39 UTC (13+ messages)
` [PATCH v4 1/4] serial: 8250_dwlib: move DesignWare register definitions to header
` [PATCH v4 2/4] serial: 8250_dw: build Renesas RZN1 CPR value from DW_UART_CPR_* definitions
[PATCH] serial: 8250_dw: Clean up register macros and error handling
2026-04-27 7:02 UTC (2+ messages)
[PATCH] serial: qcom: Unify user-visible "Qualcomm" name
2026-04-27 7:00 UTC
[PATCH v6 0/6] Add support for ZTE zx297520v3
2026-04-27 6:53 UTC (9+ messages)
` [PATCH v6 1/6] dt-bindings: arm: zte: Add D-Link DWR932M board based on zx297520v3 SoC
` [PATCH v6 2/6] ARM: zte: Add zx297520v3 platform support
` [PATCH v6 3/6] ARM: zte: Add support for zx29 low level debug
` [PATCH v6 4/6] amba/serial: amba-pl011: Bring back zx29 UART support
` [PATCH v6 5/6] ARM: dts: zte: Add D-Link DWR-932M support
` [PATCH v6 6/6] ARM: zte: defconfig: Add a zx29 defconfig file
[PATCH v2] dt-bindings: serial: Add compatible for Qualcomm SA8797P SoC
2026-04-27 1:01 UTC
[PATCH v2] serial: mxs-auart: replace hardcoded 1 with predefined macro GPIO_LINE_DIRECTION_IN
2026-04-26 21:42 UTC
[PATCH] dt-bindings: serial: Add compatible for Qualcomm Nord SoC
2026-04-24 12:35 UTC (3+ messages)
[PATCH v5 0/8] Add support for ZTE zx297520v3
2026-04-24 11:23 UTC (4+ messages)
` [PATCH v5 1/8] ARM: zte: Add zx297520v3 platform support
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