linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-17 07:01:23 to 2025-03-27 07:48:33 UTC [more...]

[PATCH 00/15] Add support for Renesas RZ/V2N SoC and EVK
 2025-03-27  7:48 UTC  (22+ messages)
` [PATCH 01/15] dt-bindings: soc: renesas: Document Renesas RZ/V2N SoC variants
` [PATCH 02/15] dt-bindings: soc: renesas: Document RZ/V2N EVK board
` [PATCH 03/15] soc: renesas: Add config option for RZ/V2N (R9A09G056) SoC
` [PATCH 04/15] dt-bindings: soc: renesas: Document SYS for RZ/V2N SoC
` [PATCH 05/15] soc: renesas: sysc: Add SoC identification "
` [PATCH 06/15] dt-bindings: serial: renesas: Document RZ/V2N SCIF
` [PATCH 07/15] dt-bindings: mmc: renesas,sdhi: Document RZ/V2N support
` [PATCH 08/15] dt-bindings: clock: renesas: Document RZ/V2N SoC CPG
` [PATCH 09/15] clk: renesas: rzv2h-cpg: Sort compatible list based on SoC part number
` [PATCH 10/15] clk: renesas: rzv2h: Add support for RZ/V2N SoC
` [PATCH 11/15] dt-bindings: pinctrl: renesas: Document "
` [PATCH 12/15] pinctrl: renesas: rzg2l: Add support for "
` [PATCH 13/15] arm64: dts: renesas: Add initial SoC DTSI for RZ/V2N
` [PATCH 14/15] arm64: dts: renesas: Add initial device tree for RZ/V2N EVK
` [PATCH 15/15] arm64: defconfig: Enable Renesas RZ/V2N SoC

[PATCH v1] serial: qcom-geni: Remove alias dependency from qcom serial driver
 2025-03-27  7:12 UTC  (3+ messages)

[PATCH v2] serial: qcom-geni: Remove alias dependency from qcom serial driver
 2025-03-27  7:07 UTC 

[PATCH] tty: serial: uartlite: ensure uart driver is registered
 2025-03-26 14:01 UTC  (6+ messages)
` [PATCH v2] tty: serial: uartlite: register uart driver in init

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

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-26  9:22 UTC  (58+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast
` [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word()
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt
` [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword
` [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size
` [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts
` [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk

[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
 2025-03-25 19:43 UTC  (14+ messages)

[PATCH v4 07/13] serial: sh-sci: Fix a comment about SCIFA
 2025-03-25 16:24 UTC  (21+ messages)
` [PATCH v4 08/13] serial: sh-sci: Introduced function pointers
` [PATCH v4 09/13] serial: sh-sci: Introduced sci_of_data
` [PATCH v4 10/13] serial: sh-sci: Add support for RZ/T2H SCI

[PATCH v4 0/2] Airoha UART support
 2025-03-25 14:54 UTC  (10+ messages)
` [PATCH 2/2] serial: Airoha SoC UART and HSUART support

[tty:tty-testing] BUILD SUCCESS 9f8fe348ac9544f6855f82565e754bf085d81f88
 2025-03-25 13:50 UTC 

[PATCH] serial: sifive: Switch to nbcon console
 2025-03-25 11:01 UTC  (3+ messages)

[PATCH v1 0/7] serial: 8250_ni: Clean up the driver
 2025-03-24 22:10 UTC  (9+ messages)
` [PATCH v1 1/7] serial: 8250_ni: Switch to use uart_read_port_properties()
` [PATCH v1 2/7] serial: 8250_ni: Remove duplicate mapping
` [PATCH v1 3/7] serial: 8250_ni: Switch to use platform_get_mem_or_io()
` [PATCH v1 4/7] serial: 8250_ni: Remove unneeded conditionals
` [PATCH v1 5/7] serial: 8250_ni: use serial_port_in()/serial_port_out() helpers
` [PATCH v1 6/7] serial: 8250_ni: Switch to use dev_err_probe()
` [PATCH v1 7/7] serial: 8250_ni: Tidy up ACPI ID table

[PATCH] tty: caif: removed unused function debugfs_tx()
 2025-03-24 21:40 UTC  (2+ messages)

ProMat 2025 Attendees Database – Expand Your Reach
 2025-03-24 19:14 UTC 

[PATCH] tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning
 2025-03-24  2:10 UTC 

[tty:tty-testing] BUILD SUCCESS WITH WARNING 2790ce23951f0c497810c44ad60a126a59c8d84c
 2025-03-21 16:38 UTC 

[PATCH] dt-bindings: serial: snps-dw-apb-uart: document RZ/N1 binding without DMA
 2025-03-21 16:06 UTC  (7+ messages)

[PATCH] serdev: Add support for wakeup-source
 2025-03-21 13:24 UTC  (2+ messages)

[PATCH V4 0/3] tty: serial: fsl_lpuart: cleanup lpuart driver
 2025-03-21 12:37 UTC  (5+ messages)
` [PATCH V4 1/3] tty: serial: fsl_lpuart: Use u32 and u8 for register variables
` [PATCH V4 2/3] tty: serial: fsl_lpuart: use port struct directly to simply code
` [PATCH V4 3/3] tty: serial: fsl_lpuart: rename register variables more specifically

[syzbot] Monthly serial report (Mar 2025)
 2025-03-21  0:44 UTC 

[tty:tty-testing 47/58] drivers/tty/serial/fsl_lpuart.c:642:29: warning: unused variable 'sport'
 2025-03-20 23:09 UTC 

[PATCH] serial: stm32: do not deassert RS485 RTS GPIO prematurely
 2025-03-20 15:25 UTC 

[PATCH v2 00/31] tty: cleanup no. 99
 2025-03-20 11:17 UTC  (20+ messages)
` [PATCH v2 03/31] tty: caif: do not use N_TTY_BUF_SIZE
` [PATCH v2 17/31] tty: mmc: sdio: use bool for cts and remove parentheses
` [PATCH v2 21/31] tty: srmcons: fix retval from srmcons_init()
` [PATCH v2 22/31] tty: staging/greybus: pass tty_driver flags to tty_alloc_driver()
` [PATCH v2 23/31] tty: sunsu: drop serial_{in,out}p()
` [PATCH v2 24/31] tty: sunsu: remove unused serial_icr_read()
` [PATCH v2 25/31] serial: remove redundant tty_port_link_device()
` [PATCH v2 26/31] serial: pass struct uart_state to uart_line_info()
` [PATCH v2 27/31] serial: 8250: use serial_port_in/out() helpers
` [PATCH v2 28/31] serial: 8250_rsa: simplify rsa8250_{request/release}_resource()
` [PATCH v2 29/31] serial: 8250_port: do not use goto for UPQ_NO_TXEN_TEST code flow
` [PATCH v2 30/31] serial: 8250_port: simplify serial8250_request_std_resource()
` [PATCH v2 31/31] serial: switch change_irq and change_port to bool in uart_set_info()

[PATCH] serial: 8250_dma: terminate correct DMA in tx_dma_flush()
 2025-03-19 12:21 UTC  (5+ messages)
`  "

[PATCH] serial: 8250: add driver for NI UARTs
 2025-03-18 21:39 UTC 

[PATCH v3] dt-bindings: serial: samsung: add exynos7870-uart compatible
 2025-03-18 17:34 UTC 

[PATCH v12 0/1] Optionally allow ttynull to be selected as a default console
 2025-03-17 23:26 UTC  (4+ messages)
` [PATCH v12 1/1] printk: Add an option to allow ttynull to be a default console device

[PATCH RESEND v2] dt-bindings: serial: samsung: add exynos7870-uart compatible
 2025-03-17 20:15 UTC  (2+ messages)

[PATCH 0/7] Baisc devicetree support for Amlogic S6 S7 and S7D
 2025-03-17 16:28 UTC  (12+ messages)
` [PATCH 1/7] dt-bindings: arm: amlogic: add S6 support
` [PATCH 2/7] dt-bindings: arm: amlogic: add S7 support
` [PATCH 3/7] dt-bindings: arm: amlogic: add S7D support
` [PATCH 4/7] dt-bindings: serial: amlogic,meson-uart: Add compatible string for S6/S7/S7D
` [PATCH 5/7] arm64: dts: add support for S6 based Amlogic BL209
` [PATCH 6/7] arm64: dts: add support for S7 based Amlogic BP201
` [PATCH 7/7] arm64: dts: add support for S7D based Amlogic BM202

[PATCH] dt-bindings: serial: snps-dw-apb-uart: document RZ/N1 binding without DMA
 2025-03-17 16:01 UTC  (3+ messages)

[linux-next:master] [serial] b63e6f60ea: BUG:soft_lockup-CPU##stuck_for#s![modprobe:#]
 2025-03-17 14:42 UTC  (4+ messages)

[PATCH RESEND] tty: vt: make defkeymap for shifted F-keys consistent with kbd
 2025-03-17 13:37 UTC  (3+ messages)

[PATCH v1 1/1] serial: 8250_dw: Comment possible corner cases in serial_out() implementation
 2025-03-17  9:40 UTC 


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).