linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-09 19:22:21 to 2025-04-17 05:19:42 UTC [more...]

[PATCH v3] tty: serial: samsung_tty: support 18 uart ports
 2025-04-17  5:19 UTC  (2+ messages)

[PATCH v2 00/13] vt: implement proper Unicode handling
 2025-04-17  4:09 UTC  (32+ messages)
` [PATCH v2 01/13] vt: minor cleanup to vc_translate_unicode()
` [PATCH v2 02/13] vt: move unicode processing to a separate file
` [PATCH v2 03/13] vt: properly support zero-width Unicode code points
` [PATCH v2 04/13] vt: introduce gen_ucs_width_table.py to create ucs_width_table.h
` [PATCH v2 05/13] vt: create ucs_width_table.h with gen_ucs_width_table.py
` [PATCH v2 06/13] vt: use new tables in ucs.c
` [PATCH v2 07/13] vt: introduce gen_ucs_recompose_table.py to create ucs_recompose_table.h
` [PATCH v2 08/13] vt: create ucs_recompose_table.h with gen_ucs_recompose_table.py
` [PATCH v2 09/13] vt: support Unicode recomposition
` [PATCH v2 10/13] vt: pad double-width code points with a zero-width space
` [PATCH v2 11/13] vt: remove zero-width-space handling from conv_uni_to_pc()
` [PATCH v2 12/13] vt: update gen_ucs_width_table.py to make tables more space efficient
` [PATCH v2 13/13] vt: refresh ucs_width_table.h and adjust code in ucs.c accordingly

fsl_lpuart: imx93: Rare dataloss during DMA receive
 2025-04-16 22:49 UTC  (3+ messages)

[tty:tty-testing] BUILD SUCCESS 926040da60642335969ff99fa2ba67e4e0bb2618
 2025-04-16 13:29 UTC 

[tty:tty-linus] BUILD SUCCESS e1ca3ff28ab1e2c1e70713ef3fa7943c725742c3
 2025-04-16 13:29 UTC 

[PATCH v3] serial: 8250: fix panic due to PSLVERR
 2025-04-16 12:04 UTC  (4+ messages)

[PATCH] dt-bindings: serial: mediatek,uart: Add compatible for MT6893
 2025-04-16 12:02 UTC 

[PATCH] dt-bindings: remove RZ/N1S bindings
 2025-04-15 19:23 UTC  (4+ messages)

[PATCH 00/11] vt: implement proper Unicode handling
 2025-04-15 19:16 UTC  (27+ messages)
` [PATCH 01/11] vt: minor cleanup to vc_translate_unicode()
` [PATCH 02/11] vt: move unicode processing to a separate file
` [PATCH 03/11] vt: properly support zero-width Unicode code points
` [PATCH 04/11] vt: introduce gen_ucs_width.py to create ucs_width.c
` [PATCH 05/11] vt: update ucs_width.c using gen_ucs_width.py
` [PATCH 06/11] vt: introduce gen_ucs_recompose.py to create ucs_recompose.c
` [PATCH 07/11] vt: create ucs_recompose.c using gen_ucs_recompose.py
` [PATCH 08/11] vt: support Unicode recomposition
` [PATCH 09/11] vt: update gen_ucs_width.py to produce more space efficient tables
` [PATCH 10/11] vt: update ucs_width.c following latest gen_ucs_width.py
` [PATCH 11/11] vt: pad double-width code points with a zero-white-space
` [PATCH 12/11] vt: remove zero-white-space handling from conv_uni_to_pc()

[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
 2025-04-15 16:13 UTC  (22+ messages)
` [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd()
` [PATCH v4 03/13] media: pci: cx18-av-vbi: "
` [PATCH v4 07/13] Input: joystick - "
` [PATCH v4 09/13] wifi: brcm80211: "

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

[PATCH v7 10/13] serial: sh-sci: Add support for RZ/T2H SCI
 2025-04-15 12:35 UTC  (8+ messages)

[PATCH v3] serial: sifive: lock port in startup()/shutdown() callbacks
 2025-04-15 10:44 UTC  (3+ messages)

[PATCH v1 0/9] Enable QUPs and Serial on SA8255p Qualcomm platforms
 2025-04-14 17:59 UTC  (24+ messages)
` [PATCH v1 1/9] opp: add new helper API dev_pm_opp_set_level()
` [PATCH v1 2/9] dt-bindings: serial: describe SA8255p
` [PATCH v1 3/9] dt-bindings: qcom: geni-se: "
` [PATCH v1 4/9] soc: qcom: geni-se: Enable QUPs on SA8255p Qualcomm platforms
` [PATCH v1 5/9] serial: qcom-geni: move resource initialization to separate functions
` [PATCH v1 6/9] serial: qcom-geni: move resource control logic "
` [PATCH v1 7/9] serial: qcom-geni: move clock-rate logic to separate function
` [PATCH v1 8/9] serial: qcom-geni: Enable PM runtime for serial driver
` [PATCH v1 9/9] serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms

[PATCH] vt: fix comment vs definition mismatch
 2025-04-13 18:48 UTC 

[PATCH V4 0/3] tty: serial: fsl_lpuart: cleanup lpuart driver
 2025-04-13 11:56 UTC  (3+ messages)

[tty:tty-testing] BUILD SUCCESS 043806bc9dbc6597dd15e6ca9220ae2746425f2f
 2025-04-12 15:09 UTC 

[tty:tty-linus] BUILD SUCCESS ee6a44da3c87cf64d67dd02be8c0127a5bf56175
 2025-04-12 15:09 UTC 

[PATCH v4 0/3] serial: 8250_of: support an optional bus clock
 2025-04-12 12:44 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: serial: 8250: support an optional second clock
` [PATCH v4 2/3] serial: 8250_of: add support for an optional bus clock
` [PATCH v4 3/3] serial: 8250_of: manage bus clock in suspend/resume

[PATCH v3] serial: sifive: Switch to nbcon console
 2025-04-12  0:25 UTC 

[PATCH v3 0/3] serial: 8250_of: support an optional bus clock
 2025-04-11 20:15 UTC  (10+ messages)
` [PATCH v3 1/3] dt-bindings: serial: 8250: support an optional second clock
` [PATCH v3 2/3] serial: 8250_of: add support for an optional bus clock
` [PATCH v3 3/3] serial: 8250_of: manage bus clock in suspend/resume

[PATCH] dt-bindings: serial: snps-dw-apb-uart: remove N1S binding
 2025-04-11 19:22 UTC  (3+ messages)

[PATCH] dt-bindings: serial: snps-dw-apb-uart: Simplify DMA-less RZ/N1 rule
 2025-04-11 19:12 UTC  (10+ messages)

[PATCH] vt: fix comment vs definition mismatch
 2025-04-11 17:43 UTC 

[PATCH] tty: vt: keyboard: Fix uninitialized variables in vt_do_kdgkb_ioctl
 2025-04-11 14:15 UTC  (4+ messages)

[PATCH] tty: serial: 8250: Fix uninitialized variable warnings in pci_oxsemi_tornado_get_divisor
 2025-04-11 12:29 UTC  (2+ messages)

[PATCH] tty/sysrq: make sysrq_replay_logs_op const
 2025-04-11  9:18 UTC  (2+ messages)

[PATCH RESEND] tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORT
 2025-04-11  8:25 UTC  (2+ messages)

[PATCH v2] tty: serial: samsung_tty: support 18 uart ports
 2025-04-11  6:23 UTC  (3+ messages)

[PATCH v2] serial: sifive: lock port in startup()/shutdown() callbacks
 2025-04-10 14:23 UTC  (3+ messages)

[PATCH v2] serial: sifive: Switch to nbcon console
 2025-04-10 14:19 UTC  (3+ messages)

[PATCH v2 0/2] serial: 8250_of: support an optional bus clock
 2025-04-10 13:01 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: serial: 8250: support an optional second clock
` [PATCH v2 2/2] serial: 8250_of: add support for an optional bus clock

[PATCH v2] serial: 8250: fix panic due to PSLVERR
 2025-04-10 12:00 UTC  (3+ messages)
  ` [External] "

[PATCH 00/15] Add support for Renesas RZ/V2N SoC and EVK
 2025-04-10 10:23 UTC  (3+ messages)
` [PATCH 07/15] dt-bindings: mmc: renesas,sdhi: Document RZ/V2N support

Kernel WARNING (RCU) with btnxpuart on TI AM62 platform
 2025-04-10  9:53 UTC  (7+ messages)


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