public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-04 03:52:33 to 2025-03-11 06:59:31 UTC [more...]

[PATCH] tty: serial: 8250: Add Brainboxes XC devices
 2025-03-11  6:58 UTC  (3+ messages)

[PATCH V2 0/3] tty: serial: fsl_lpuart: cleanup lpuart driver
 2025-03-11  6:57 UTC  (6+ messages)
` [PATCH V2 1/3] tty: serial: fsl_lpuart: Use u32 for register variables
` [PATCH V2 2/3] tty: serial: fsl_lpuart: use port struct directly to simply code
` [PATCH V2 3/3] tty: serial: lpuart: rename register variables more specifically

[PATCH V2] tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
 2025-03-11  6:28 UTC  (3+ messages)

[PATCH v8 0/4] Optionally allow ttynull to be selected as a default console
 2025-03-11  3:31 UTC  (5+ messages)
` [PATCH v8 1/4] ttynull: Always initialize console index to -1
` [PATCH v8 2/4] ttynull: Add an option to allow ttynull to be used as a console device
` [PATCH v8 3/4] tty: Change order of ttynull to be linked sooner if enabled as a console
` [PATCH v8 4/4] Documentation/serial-console: Document CONFIG_NULL_TTY_DEFAULT_CONSOLE

[PATCH] tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
 2025-03-11  1:58 UTC  (7+ messages)

[PATCH v3] serial: amba-pl011: Implement nbcon console
 2025-03-10  7:56 UTC  (4+ messages)

[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
 2025-03-09 17:42 UTC  (42+ messages)
` [PATCH v3 01/16] bitops: Change parity8() return type to bool
` [PATCH v3 02/16] bitops: Add parity16(), parity32(), and parity64() helpers
` [PATCH v3 03/16] media: media/test_drivers: Replace open-coded parity calculation with parity8()
` [PATCH v3 04/16] media: pci: cx18-av-vbi: "
` [PATCH v3 05/16] media: saa7115: "
` [PATCH v3 06/16] serial: max3100: "
` [PATCH v3 07/16] lib/bch: Replace open-coded parity calculation with parity32()
` [PATCH v3 08/16] Input: joystick - "
` [PATCH v3 09/16] net: ethernet: oa_tc6: "
` [PATCH v3 10/16] wifi: brcm80211: "
` [PATCH v3 11/16] drm/bridge: dw-hdmi: "
` [PATCH v3 12/16] mtd: ssfdc: "
` [PATCH v3 13/16] fsi: i2cr: "
` [PATCH v3 14/16] fsi: i2cr: Replace open-coded parity calculation with parity64()
` [PATCH v3 15/16] Input: joystick - "
` [PATCH v3 16/16] nfp: bpf: "

[PATCH v3 0/9] Add support to load QUP SE firmware from
 2025-03-08 18:06 UTC  (19+ messages)
` [PATCH v3 1/9] dt-bindings: qcom: geni-se: Add 'firmware-name' property for firmware loading
` [PATCH v3 2/9] dt-bindings: qcom: se-common: Add QUP Peripheral-specific properties for I2C, SPI, and SERIAL bus
` [PATCH v3 3/9] dt-bindings: i2c: qcom,i2c-geni: document qcom,gsi-dma-allowed
` [PATCH v3 4/9] spi: dt-bindings: "
` [PATCH v3 5/9] dt-bindings: serial: "
` [PATCH v3 6/9] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem

[syzbot] [serial?] KASAN: slab-out-of-bounds Read in vc_uniscr_check
 2025-03-08  0:03 UTC 

[PATCH v4 03/13] dt-bindings: serial: Add compatible for Renesas RZ/T2H SoC in sci
 2025-03-07 21:45 UTC  (6+ messages)
` [PATCH v4 07/13] serial: sh-sci: Fix a comment about SCIFA
` [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] dt-bindings: serial: fsl-lpuart: support i.MX94
 2025-03-07 15:55 UTC  (2+ messages)

[PATCH 0/2] tty: serial: fsl_lpuart: cleanup lpuart driver
 2025-03-07  8:02 UTC  (5+ messages)
` [PATCH 1/2] tty: serial: fsl_lpuart: Use u32 for register variables
` [PATCH 2/2] tty: serial: fsl_lpuart: use port struct directly to simply code

[PATCH] tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register
 2025-03-07  6:58 UTC  (2+ messages)

[PATCH v1] serial: qcom-geni: Remove alias dependency from qcom serial driver
 2025-03-07  6:52 UTC  (4+ messages)

[PATCH] serial: 8250: Optimize port function assignment with generic macro
 2025-03-07  2:12 UTC  (3+ messages)

[PATCH v6 0/3] Add support for SAMA7D65
 2025-03-06 16:03 UTC  (8+ messages)
` [PATCH v6 1/3] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart
  ` [RESEND PATCH "
` [PATCH v6 2/3] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl
  ` [RESEND PATCH "
` [PATCH v6 3/3] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom
  ` [RESEND PATCH "
` [RESEND PATCH v6 0/3] Add support for SAMA7D65

[PATCH v7 0/3] Optionally allow ttynull to be selected as a default console
 2025-03-06 13:41 UTC  (10+ messages)
` [PATCH v7 1/3] ttynull: Always initialize console index to -1
` [PATCH v7 2/3] ttynull: Add an option to allow ttynull to be used as a console device
` [PATCH v7 3/3] tty: Change order of ttynull to be linked sooner if enabled as a console

[PATCH v3 09/13] serial: sh-sci: Introduced sci_of_data
 2025-03-06 10:17 UTC  (2+ messages)

[PATCH RESEND] tty: vt: make defkeymap for shifted F-keys consistent with kbd
 2025-03-06  7:20 UTC  (2+ messages)

[PATCH v6 0/3] Optionally allow ttynull to be selected as a default console
 2025-03-06  7:10 UTC  (13+ messages)
` [PATCH v6 1/3] ttynull: Always initialize console index to -1
` [PATCH v6 2/3] ttynull: Add an option to allow ttynull to be used as a console device
` [PATCH v6 3/3] tty: Change order of ttynull to be linked sooner if enabled as a console

[PATCH v2 00/18] Introduce and use generic parity16/32/64 helper
 2025-03-05 16:20 UTC  (3+ messages)
` [PATCH v2 03/18] bitops: Add parity16(), parity32(), and parity64() helpers

[PATCH v2 00/34] Compiler-Based Capability- and Locking-Analysis
 2025-03-05 16:16 UTC  (56+ messages)
` [PATCH v2 01/34] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v2 02/34] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v2 03/34] compiler-capability-analysis: Add test stub
` [PATCH v2 04/34] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH v2 05/34] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v2 06/34] cleanup: Basic compatibility with capability analysis
` [PATCH v2 07/34] lockdep: Annotate lockdep assertions for "
` [PATCH v2 08/34] locking/rwlock, spinlock: Support Clang's "
` [PATCH v2 09/34] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH v2 10/34] locking/mutex: Support Clang's capability analysis
` [PATCH v2 11/34] locking/seqlock: "
` [PATCH v2 12/34] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v2 13/34] bit_spinlock: Support Clang's capability analysis
` [PATCH v2 14/34] rcu: "
` [PATCH v2 15/34] srcu: "
` [PATCH v2 16/34] kref: Add capability-analysis annotations
` [PATCH v2 17/34] locking/rwsem: Support Clang's capability analysis
` [PATCH v2 18/34] locking/local_lock: Include missing headers
` [PATCH v2 19/34] locking/local_lock: Support Clang's capability analysis
` [PATCH v2 20/34] locking/ww_mutex: "
` [PATCH v2 21/34] debugfs: Make debugfs_cancellation a capability struct
` [PATCH v2 22/34] compiler-capability-analysis: Remove Sparse support
` [PATCH v2 23/34] compiler-capability-analysis: Remove __cond_lock() function-like helper
` [PATCH v2 24/34] compiler-capability-analysis: Introduce header suppressions
` [PATCH v2 25/34] compiler: Let data_race() imply disabled capability analysis
` [PATCH v2 26/34] kfence: Enable "
` [PATCH v2 27/34] kcov: "
` [PATCH v2 28/34] stackdepot: "
` [PATCH v2 29/34] rhashtable: "
` [PATCH v2 30/34] printk: Move locking annotation to printk.c
` [PATCH v2 31/34] drivers/tty: Enable capability analysis for core files
` [PATCH v2 32/34] security/tomoyo: Enable capability analysis
` [PATCH v2 33/34] crypto: "
` [PATCH v2 34/34] MAINTAINERS: Add entry for Capability Analysis

[PATCH] serial: icom: fix inconsistent indenting warning
 2025-03-05  9:51 UTC  (3+ messages)
` [PATCH v2] serial: icom: fix code format problems

More than 256/512 glyphs on the Liinux console
 2025-03-04 20:30 UTC  (11+ messages)

[PATCH v2] serial: sh-sci: Save and restore more registers
 2025-03-04 19:06 UTC 

[PATCH] serial: 8250_dw: Add ACPI ID for Sophgo SG2044 UART
 2025-03-04 11:50 UTC  (4+ messages)

[PATCH v5 0/2] Optionally allow ttynull to be selected as a default console
 2025-03-04  3:52 UTC  (4+ messages)
` [PATCH v5 1/2] ttynull: Add an option to allow ttynull to be used as a console device


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