public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-29 14:03:12 to 2025-02-18 12:30:13 UTC [more...]

[PATCH v1 0/2] tty/vt: Cleanups for keyboard driver
 2025-02-18 12:29 UTC  (3+ messages)
` [PATCH v1 1/2] tty/vt: Use KVAL instead of use bit operation
` [PATCH v1 2/2] tty/vt: Gather the code that outputs char with utf8 in mind

[PATCH v3] serial: mctrl_gpio: split disable_ms into sync and no_sync APIs
 2025-02-18  7:48 UTC  (2+ messages)

[tty:tty-testing] BUILD SUCCESS e749820252c73a17da97cc18b68fec7b6299cfd3
 2025-02-17 19:52 UTC 

[PATCH v2 03/13] dt-bindings: serial: Add compatible for Renesas RZ/T2H SoC in sci
 2025-02-17 12:54 UTC  (10+ messages)
` [PATCH v2 07/13] serial: sh-sci: Fix a comment about SCIFA
` [PATCH v2 08/13] serial: sh-sci: Introduced function pointers
` [PATCH v2 09/13] serial: sh-sci: Introduced sci_of_data
` [PATCH v2 10/13] serial: sh-sci: Add support for RZ/T2H SCI

[syzbot] Monthly serial report (Feb 2025)
 2025-02-17 12:44 UTC 

Regression on linux-next (next-20250210)
 2025-02-17  8:24 UTC  (3+ messages)

[PATCH v2 0/2] Optionally allow ttynull to be selected as a default console
 2025-02-17  4:07 UTC  (3+ messages)
` [PATCH v2 1/2] ttynull: Add an option to allow ttynull to be used as a console device
` [PATCH v2 2/2] tty: Change order of ttynull to be loaded sooner

[GIT PULL] TTY / Serial driver fixes for 6.14-rc3
 2025-02-16 21:02 UTC  (2+ messages)

[tty:tty-linus] BUILD SUCCESS 9e512eaaf8f4008c44ede3dfc0fbc9d9c5118583
 2025-02-15  9:21 UTC 

[tty:tty-testing] BUILD SUCCESS eb07e3a946796b682b12897e080d856bc6d63c3d
 2025-02-15  9:20 UTC 

[PATCH] tty: owl-uart: fix call balance of owl_port->clk handling routines
 2025-02-14 18:39 UTC  (3+ messages)

[PATCH v1 0/3] arm64: dts: exynos990: define all PERIC0/1 USI nodes
 2025-02-14 15:39 UTC  (12+ messages)
` [PATCH v1 1/3] dt-bindings: samsung: usi: add exynos990-usi compatible
` [PATCH v1 2/3] dt-bindings: serial: samsung: add Exynos990 compatible
` [PATCH v1 3/3] arm64: dts: exynos990: define all PERIC USI nodes

[PATCH v2] serial: mctrl_gpio: add parameter to skip sync
 2025-02-14  8:44 UTC  (2+ messages)

[PATCH] serdev: Add support for wakeup-source
 2025-02-13 14:34 UTC 

[PATCH v6 0/2] Add support for Tegra UART Trace Controller (UTC) client
 2025-02-13 13:59 UTC  (4+ messages)
` [PATCH v6 1/2] dt-bindings: serial: Add bindings for nvidia,tegra264-utc
` [PATCH v6 2/2] serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC)

[PATCH] serial: mctrl_gpio: add parameter to skip sync
 2025-02-13 13:42 UTC  (3+ messages)

[PATCH v5 0/2] Add support for Tegra UART Trace Controller (UTC) client
 2025-02-13 12:48 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: serial: Add bindings for nvidia,tegra264-utc
` [PATCH v5 2/2] serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC)

[PATCH v4 0/2] Add support for Tegra UART Trace Controller (UTC) client
 2025-02-13 12:35 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: serial: Add bindings for nvidia,tegra264-utc
` [PATCH v4 2/2] serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC)

[PATCH v3 0/2] Add support for Tegra UART Trace Controller (UTC) client
 2025-02-13 12:28 UTC  (12+ messages)
` [PATCH v3 1/2] dt-bindings: serial: Add bindings for nvidia,tegra264-utc
` [PATCH v3 2/2] serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC)

[PATCH v2 1/1] serial: 8250_dw: Call dw8250_quirks() conditionally
 2025-02-12 11:59 UTC 

[PATCH v1 1/1] serial: 8250_dw: Call dw8250_quirks() conditionally
 2025-02-12 11:47 UTC  (2+ messages)

[PATCH v2 0/2] Add support for Tegra UART Trace Controller (UTC) client
 2025-02-12 10:02 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: serial: Add bindings for nvidia,tegra264-utc
` [PATCH v2 2/2] serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC)

Splat: sleep in atomic section in atmel_serial
 2025-02-12  9:31 UTC  (3+ messages)

[linux-next:master] [serial] bfd3d4a40f: KASAN:null-ptr-deref_in_range[#-#]
 2025-02-12  8:08 UTC 

[PATCH v6] serial: sh-sci: Update the suspend/resume support
 2025-02-11 10:51 UTC  (3+ messages)

[PATCH v3][next] tty: tty_buffer: Avoid hundreds of -Wflex-array-member-not-at-end warnings
 2025-02-11  7:02 UTC  (7+ messages)

[PATCH] dt-bindings: serial: Allow fsl,ns16550 with broken FIFOs
 2025-02-10 21:19 UTC  (2+ messages)

[PATCH 02/14] dt-bindings: serial: Document sci bindings for the Renesas RZ/T2H (a.k.a r9a09g077) SoC
 2025-02-10 15:48 UTC  (25+ messages)
` [PATCH 08/14] serial: sh-sci: Fix a comment about SCIFA
` [PATCH 09/14] serial: sh-sci: Introduced function pointers
` [PATCH 10/14] serial: sh-sci: Introduced sci_of_data
` [PATCH 11/14] serial: sh-sci: Add support for RZ/T2H SCI

[PATCH v2 0/8] Add support to load QUP SE firmware from
 2025-02-10  7:01 UTC  (11+ messages)
` [PATCH v2 4/8] dt-bindings: serial: Add support for selecting data transfer mode

[PATCH v4 0/2] Airoha UART support
 2025-02-10  6:14 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: serial: 8250: Add Airoha compatibles
` [PATCH 2/2] serial: Airoha SoC UART and HSUART support

[PATCH 0/2] Introduce UART support for Exynos7870 SoC
 2025-02-09 13:13 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: serial: samsung: add exynos7870-uart compatible
` [PATCH 2/2] tty: serial: samsung: add support for exynos7870

The business loan-
 2025-02-08 21:57 UTC 

[PATCH v3] serial: 8250: Fix fifo underflow on flush
 2025-02-08 12:41 UTC 

[tty:tty-testing] BUILD SUCCESS b6ad40c0027c6983da9b702405ad6def373354f8
 2025-02-08  8:38 UTC 

The business loan-
 2025-02-08  6:21 UTC 

[PATCH 5.10/5.15] tty: n_gsm: Fix use-after-free in gsm_cleanup_mux
 2025-02-07 16:03 UTC  (2+ messages)
` [PATCH v2 "

[syzbot] [serial?] KASAN: slab-out-of-bounds Write in do_con_write
 2025-02-07 13:31 UTC 

[PATCH v2] serial: 8250: Fix fifo underflow on flush
 2025-02-07 12:08 UTC  (2+ messages)

[PATCH] serial: 8250: Fix fifo underflow on flush
 2025-02-07 11:24 UTC  (3+ messages)

[PATCH v5] serial: sh-sci: Update the suspend/resume support
 2025-02-06 13:55 UTC  (3+ messages)

[PATCH] serial: mctrl_gpio: Remove unused mctrl_gpio_free
 2025-02-06  9:30 UTC  (2+ messages)

[PATCH] tty: serial: fsl_lpuart: Make interrupt name distinct
 2025-02-05 10:24 UTC  (2+ messages)

[PATCH][next] tty: tty_buffer: Avoid hundreds of -Wflex-array-member-not-at-end warnings
 2025-02-05  8:25 UTC  (9+ messages)

[tty:tty-linus] BUILD SUCCESS 0f3fd9cf6491f5beecbb65abb41556c56135340c
 2025-02-05  6:31 UTC 

[tty:tty-testing] BUILD SUCCESS 2eb2608618ce5878e11bbe68cc8d2699c8f3a81a
 2025-02-05  6:30 UTC 

[PATCH v2][next] tty: tty_buffer: Avoid hundreds of -Wflex-array-member-not-at-end warnings
 2025-02-05  5:28 UTC 

[PATCH v1 0/6] serial: port: Fix UPIO_PORT iotype handling
 2025-02-04 13:45 UTC  (3+ messages)
` [PATCH v1 1/6] serial: port: Assign ->iotype correctly when ->iobase is set

[PATCH v4] serial: sc16is7xx: Fix IRQ number check behavior
 2025-02-04 13:42 UTC  (2+ messages)

[PATCH v3] serial: amba-pl011: Implement nbcon console
 2025-02-04  4:44 UTC 

[PATCH v5 00/10] riscv: add initial support for SpacemiT K1
 2025-02-03 19:15 UTC  (2+ messages)

[PATCH 00/33] Add support for the Exynos7870 SoC, along with three devices
 2025-02-03 14:01 UTC  (13+ messages)
` [PATCH 01/33] dt-bindings: hwinfo: samsung,exynos-chipid: add exynos7870-chipid compatible
` [PATCH 02/34] "
` [PATCH 03/34] dt-bindings: clock: add clock definitions for exynos7870 CMU
` [PATCH 02/33] "
` [PATCH 03/33] dt-bindings: clock: document exynos7870 clock driver CMU bindings

[PATCH v1 1/1] serial: 8250_dw: Drop unneeded NULL checks in dw8250_quirks()
 2025-02-03 12:14 UTC 

[PATCH 0/3] kdb: Delete never used KGDB NMI code
 2025-01-30 16:31 UTC  (7+ messages)
` [PATCH 1/3] Revert "tty/serial: Add kgdb_nmi driver"
` [PATCH 2/3] Revert "kdb: Implement disable_nmi command"
` [PATCH 3/3] Revert "kernel/debug: Mask KGDB NMI upon entry"

[PATCH] serial: sh-sci: Use plain struct copy in early_console_setup()
 2025-01-30  8:33 UTC  (2+ messages)

[PATCH] dt-bindings: serial: pl011: Add optional power-domains property
 2025-01-29 16:41 UTC  (2+ messages)

[PATCH 0/2] Add support for Tegra UART Trace Controller (UTC) client
 2025-01-29 14:52 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: serial: Add bindings for nvidia,tegra264-utc

[PATCH AUTOSEL 6.12 1/8] serial: 8250_pci: Resolve WCH vendor ID ambiguity
 2025-01-29 12:59 UTC  (3+ messages)
` [PATCH AUTOSEL 6.12 2/8] serial: 8250_pci: Share WCH IDs with parport_serial driver
` [PATCH AUTOSEL 6.12 3/8] 8250: microchip: pci1xxxx: Add workaround for RTS bit toggle


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox