Linux Serial subsystem development
 help / color / mirror / Atom feed
 messages from 2023-12-11 09:10:13 to 2023-12-14 16:43:16 UTC [more...]

[PATCH 00/13] GS101 Oriole: CMU_PERIC0 support and USI updates
 2023-12-14 16:43 UTC  (39+ messages)
` [PATCH 01/13] dt-bindings: clock: google,gs101: fix CMU_TOP gate clock names
` [PATCH 02/13] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit
` [PATCH 03/13] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible
` [PATCH 04/13] dt-bindings: serial: samsung: gs101: make reg-io-width required property
` [PATCH 05/13] tty: serial: samsung: add gs101 earlycon support
` [PATCH 06/13] clk: samsung: gs101: add support for cmu_peric0
` [PATCH 07/13] clk: samsung: gs101: mark PERIC0 IP TOP gate clock as critical
` [PATCH 08/13] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller
` [PATCH 09/13] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks
` [PATCH 10/13] arm64: dts: exynos: gs101: define USI8 with I2C configuration
` [PATCH 11/13] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole
` [PATCH 12/13] arm64: defconfig: sync with savedefconfig
` [PATCH 13/13] arm64: defconfig: make at24 eeprom builtin

[PATCH 0/2] serial: add rs485-mux-gpio dt binding and support
 2023-12-14 14:50 UTC  (13+ messages)
` [PATCH 1/2] dt-bindings: serial: rs485: add rs485-mux-gpios binding

[PATCHv5 0/2] Fix imx53-ppd UART configuration
 2023-12-14 12:49 UTC  (5+ messages)
      ` EXT: "

[PATCH v5 0/7] Fixes and improvements for RS485
 2023-12-14  9:27 UTC  (21+ messages)
` [PATCH v5 1/7] serial: Do not hold the port lock when setting rx-during-tx GPIO
` [PATCH v5 2/7] serial: core: set missing supported flag for RX during TX GPIO
` [PATCH v5 3/7] serial: core: fix sanitizing check for RTS settings
` [PATCH v5 4/7] serial: core: make sure RS485 cannot be enabled when it is not supported
` [PATCH v5 5/7] serial: core, imx: do not set RS485 enabled if "
` [PATCH v5 6/7] serial: omap: do not override settings for RS485 support
` [PATCH v5 7/7] serial: 8250_exar: Set missing rs485_supported flag

[PATCH V5 0/3] Add rs485 support to uartps driver
 2023-12-14  9:00 UTC  (7+ messages)
` [PATCH V5 1/3] dt-bindings: Add reference to rs485.yaml
` [PATCH V5 2/3] tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485
` [PATCH V5 3/3] tty: serial: uartps: Add rs485 support to uartps driver

[PATCH v3] tty: serial: 8250: Set RS422 interface by default to fix Moxa RS422/RS485 PCIe boards
 2023-12-14  6:02 UTC 

[PATCH v7 00/16] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-12-13 19:19 UTC  (54+ messages)
` [PATCH v7 01/16] dt-bindings: watchdog: Document Google gs101 watchdog bindings
  ` (subset) "
` [PATCH v7 02/16] dt-bindings: arm: google: Add bindings for Google ARM platforms
  ` (subset) "
` [PATCH v7 03/16] dt-bindings: serial: samsung: Add google-gs101-uart compatible
  ` (subset) "
` [PATCH v7 04/16] dt-bindings: serial: samsung: Make samsung,uart-fifosize a required property
  ` (subset) "
` [PATCH v7 05/16] dt-bindings: soc: samsung: usi: add google,gs101-usi compatible
  ` (subset) "
` [PATCH v7 06/16] dt-bindings: clock: google,gs101: fix incorrect numbering and DGB suffix
  ` (subset) "
` [PATCH v7 07/16] clk: samsung: clk-pll: Add support for pll_{0516,0517,518}
  ` (subset) "
` [PATCH v7 08/16] clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support
  ` (subset) "
` [PATCH v7 09/16] pinctrl: samsung: Add gs101 SoC pinctrl configuration
  ` (subset) "
` [PATCH v7 10/16] watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bit
  ` (subset) "
` [PATCH v7 11/16] watchdog: s3c2410_wdt: Update QUIRK macros to use BIT macro
  ` (subset) "
` [PATCH v7 12/16] watchdog: s3c2410_wdt: Add support for Google gs101 SoC
  ` (subset) "
` [PATCH v7 13/16] tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_data
  ` (subset) "
` [PATCH v7 14/16] arm64: dts: exynos: google: Add initial Google gs101 SoC support
  ` (subset) "
` [PATCH v7 15/16] arm64: dts: exynos: google: Add initial Oriole/pixel 6 board support
  ` (subset) "
` [PATCH v7 16/16] MAINTAINERS: add entry for Google Tensor SoC
  ` (subset) "

[PATCH] serial: 8250-fsl: Only do the break workaround if IIR signals RLSI
 2023-12-13 17:43 UTC 

[PATCH 1/7] serial: sc16is7xx: fix snprintf format specifier in sc16is7xx_regmap_name()
 2023-12-13 14:43 UTC  (6+ messages)

[PATCH v4 0/2] Introduce ExynosAutov920 SoC and SADK board
 2023-12-13  8:14 UTC  (7+ messages)
  ` [PATCH v4 1/2] pinctrl: samsung: support ExynosAuto GPIO structure
  ` [PATCH v4 2/2] pinctrl: samsung: add exynosautov920 pinctrl

[PATCH] tty/vt: UTF-8 parsing update according to RFC 3629, modern Unicode
 2023-12-12 20:26 UTC  (4+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v8 00/13] Introduce STM32 Firewall framework
 2023-12-12 15:23 UTC  (14+ messages)
` [PATCH v8 01/13] dt-bindings: document generic access controllers
` [PATCH v8 02/13] dt-bindings: treewide: add access-controllers description
` [PATCH v8 03/13] dt-bindings: bus: document RIFSC
` [PATCH v8 04/13] dt-bindings: bus: document ETZPC
` [PATCH v8 05/13] firewall: introduce stm32_firewall framework
` [PATCH v8 06/13] of: property: fw_devlink: Add support for "access-controller"
` [PATCH v8 07/13] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v8 08/13] arm64: dts: st: add RIFSC as an access controller for STM32MP25x boards
` [PATCH v8 09/13] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v8 10/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v8 11/13] ARM: dts: stm32: put ETZPC as an access controller "
` [PATCH v8 12/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards
` [PATCH v8 13/13] ARM: dts: stm32: put ETZPC as an access controller "

[PATCH] tty/vt: UTF-8 parsing update according to RFC 3629, modern Unicode
 2023-12-12  9:20 UTC  (3+ messages)

[RFC PATCH] tty: serial: kgdboc: Fix 8250_* kgd over serial
 2023-12-12  8:54 UTC  (5+ messages)

[tty:tty-testing] BUILD SUCCESS e045e18dbf3eaac32cdeb2799a5ec84fa694636c
 2023-12-12  8:47 UTC 

[PATCH v3 00/35] bitops: add atomic find_bit() operations
 2023-12-12  2:27 UTC  (5+ messages)
` [PATCH v3 01/35] lib/find: add atomic find_bit() primitives
` [PATCH v3 02/35] lib/find: add test for atomic find_bit() ops
` [PATCH v3 22/35] tty: nozomi: optimize interrupt_handler()
` [PATCH v3 29/35] serial: sc12is7xx: optimize sc16is7xx_alloc_line()

[PATCH v7 00/13] Introduce STM32 Firewall framework
 2023-12-11 18:48 UTC  (15+ messages)
` [PATCH v7 01/13] dt-bindings: document generic access controllers
` [PATCH v7 02/13] dt-bindings: treewide: add access-controllers description
` [PATCH v7 03/13] dt-bindings: bus: document RIFSC
` [PATCH v7 04/13] dt-bindings: bus: document ETZPC
` [PATCH v7 05/13] firewall: introduce stm32_firewall framework
` [PATCH v7 06/13] of: property: fw_devlink: Add support for "access-controller"
` [PATCH v7 07/13] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v7 08/13] arm64: dts: st: add RIFSC as an access controller for STM32MP25x boards
` [PATCH v7 09/13] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v7 10/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v7 11/13] ARM: dts: stm32: put ETZPC as an access controller "
` [PATCH v7 12/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards
` [PATCH v7 13/13] ARM: dts: stm32: put ETZPC as an access controller "

[PATCH v5 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-12-11 18:26 UTC  (4+ messages)
` [PATCH v5 09/20] dt-bindings: serial: samsung: Make samsung,uart-fifosize required property

[PATCH v2 0/6] serial: sc16is7xx: regmap fixes and improvements
 2023-12-11 17:13 UTC  (7+ messages)
` [PATCH v2 1/6] serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()
` [PATCH v2 2/6] serial: sc16is7xx: remove global regmap from struct sc16is7xx_port
` [PATCH v2 3/6] serial: sc16is7xx: remove unused line structure member
` [PATCH v2 4/6] serial: sc16is7xx: change EFR lock to operate on each channels
` [PATCH v2 5/6] serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO
` [PATCH v2 6/6] serial: sc16is7xx: fix unconditional activation of THRI interrupt

[PATCH v2] tty: serial: 8250: Fix MOXA RS422/RS485 PCIe boards not work by default
 2023-12-11 16:44 UTC  (2+ messages)

[PATCH v6 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-12-11 12:45 UTC  (24+ messages)
` [PATCH v6 03/20] dt-bindings: soc: google: exynos-sysreg: add dedicated SYSREG compatibles to GS101
` [PATCH v6 04/20] dt-bindings: watchdog: Document Google gs101 watchdog bindings
` [PATCH v6 12/20] clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support
` [PATCH v6 13/20] pinctrl: samsung: Add gs101 SoC pinctrl configuration
` [PATCH v6 14/20] watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bit
` [PATCH v6 16/20] watchdog: s3c2410_wdt: Add support for Google gs101 SoC
` [PATCH v6 18/20] arm64: dts: exynos: google: Add initial Google gs101 SoC support
` [PATCH v6 19/20] arm64: dts: exynos: google: Add initial Oriole/pixel 6 board support

[PATCH V4 0/3] Add rs485 support to uartps driver
 2023-12-11 10:03 UTC  (5+ messages)
` [PATCH V4 1/3] dt-bindings: Add optional gpio property to uartps node to support rs485
` [PATCH V4 2/3] tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485
` [PATCH V4 3/3] tty: serial: uartps: Add rs485 support to uartps driver


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