Linux Serial subsystem development
 help / color / mirror / Atom feed
 messages from 2024-01-03 06:19:19 to 2024-01-10 17:52:47 UTC [more...]

[PATCH v2 0/7] I3C target mode support
 2024-01-10 17:52 UTC  (2+ messages)
` [PATCH v2 1/7] i3c: add "

[DO NOT MERGE v6 00/37] Device Tree support for SH7751 based board
 2024-01-10 16:11 UTC  (56+ messages)
` [DO NOT MERGE v6 01/37] sh: passing FDT address to kernel startup
` [DO NOT MERGE v6 02/37] sh: Kconfig unified OF supported targets
` [DO NOT MERGE v6 03/37] sh: Enable OF support for build and configuration
` [DO NOT MERGE v6 04/37] dt-bindings: interrupt-controller: Add header for Renesas SH3/4 INTC
` [DO NOT MERGE v6 05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y
` [DO NOT MERGE v6 06/37] sh: kernel/setup Update DT support
` [DO NOT MERGE v6 07/37] sh: Fix COMMON_CLK support in CONFIG_OF=y
` [DO NOT MERGE v6 08/37] clocksource: sh_tmu: CLOCKSOURCE support
` [DO NOT MERGE v6 09/37] dt-bindings: timer: renesas,tmu: add renesas,tmu-sh7750
` [DO NOT MERGE v6 10/37] sh: Common PCI Framework driver support
` [DO NOT MERGE v6 11/37] pci: pci-sh7751: Add SH7751 PCI driver
` [DO NOT MERGE v6 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [DO NOT MERGE v6 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [DO NOT MERGE v6 14/37] clk: Compatible with narrow registers
` [DO NOT MERGE v6 15/37] clk: renesas: Add SH7750/7751 CPG Driver
` [DO NOT MERGE v6 16/37] irqchip: Add SH7751 INTC driver
` [DO NOT MERGE v6 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [DO NOT MERGE v6 18/37] irqchip: SH7751 external interrupt encoder with enable gate
` [DO NOT MERGE v6 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema
` [DO NOT MERGE v6 20/37] serial: sh-sci: fix SH4 OF support
` [DO NOT MERGE v6 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [DO NOT MERGE v6 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [DO NOT MERGE v6 23/37] mfd: sm501: Convert platform_data to OF property
` [DO NOT MERGE v6 24/37] dt-binding: sh: cpus: Add SH CPUs json-schema
` [DO NOT MERGE v6 25/37] dt-bindings: vendor-prefixes: Add iodata
` [DO NOT MERGE v6 26/37] dt-bindings: vendor-prefixes: Add smi
` [DO NOT MERGE v6 27/37] dt-bindings: ata: ata-generic: Add new targets
` [DO NOT MERGE v6 28/37] dt-bindings: soc: renesas: sh: Add SH7751 based target
` [DO NOT MERGE v6 29/37] sh: SH7751R SoC Internal peripheral definition dtsi
` [DO NOT MERGE v6 30/37] sh: add RTS7751R2D Plus DTS
` [DO NOT MERGE v6 31/37] sh: Add IO DATA LANDISK dts
` [DO NOT MERGE v6 32/37] sh: Add IO DATA USL-5P dts
` [DO NOT MERGE v6 33/37] sh: j2_mimas_v2.dts update
` [DO NOT MERGE v6 34/37] sh: Add dtbs target support
` [DO NOT MERGE v6 35/37] sh: RTS7751R2D Plus OF defconfig
` [DO NOT MERGE v6 36/37] sh: LANDISK "
` [DO NOT MERGE v6 37/37] sh: j2_defconfig: update

[PATCH] serial: max310x: fix syntax error in IRQ error message
 2024-01-10 14:58 UTC  (3+ messages)

[PATCH] serial: 8250: Move hp300_setup_serial_console() to <linux/serial_8250.h>
 2024-01-10 13:21 UTC 

[PATCH V8 0/3] Add rs485 support to uartps driver
 2024-01-10 13:39 UTC  (5+ messages)
` [PATCH V8 1/3] dt-bindings: Add reference to rs485.yaml
` [PATCH V8 2/3] tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485
` [PATCH V8 3/3] tty: serial: uartps: Add rs485 support to uartps driver

[PATCH 00/18] serial: samsung: gs101 updates and winter cleanup
 2024-01-10 10:21 UTC  (19+ messages)
` [PATCH 01/18] tty: serial: samsung: prepare for different IO types
` [PATCH 02/18] tty: serial: samsung: set UPIO_MEM32 iotype for gs101
` [PATCH 03/18] tty: serial: samsung: add gs101 earlycon support
` [PATCH 04/18] tty: serial: samsung: sort headers alphabetically
` [PATCH 05/18] tty: serial: samsung: explicitly include <linux/types.h>
` [PATCH 06/18] tty: serial: samsung: use u32 for register interactions
` [PATCH 07/18] tty: serial: samsung: remove braces on single statement block
` [PATCH 08/18] tty: serial: samsung: move open brace '{' on the next line
` [PATCH 09/18] tty: serial: samsung: drop superfluous comment
` [PATCH 10/18] tty: serial: samsung: make max_count unsigned int
` [PATCH 11/18] tty: serial: samsung: don't compare with zero an if (bitwise expression)
` [PATCH 12/18] tty: serial: samsung: use TIOCSER_TEMT for tx_empty()
` [PATCH 13/18] tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo()
` [PATCH 14/18] tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy()
` [PATCH 15/18] tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt()
` [PATCH 16/18] tty: serial: samsung: shrink the clock selection to 8 clocks
` [PATCH 17/18] tty: serial: samsung: shrink port feature flags to u8
` [PATCH 18/18] tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``

[PATCH] tty/sysrq: Dump kernel ring buffer messages via sysrq
 2024-01-10 15:54 UTC  (3+ messages)
` [PATCH v2] tty/sysrq: Dump printk "

[PATCH v3 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates
 2024-01-10  9:04 UTC  (19+ messages)
` [PATCH v3 01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit
` [PATCH v3 02/12] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible
` [PATCH v3 03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101
` [PATCH v3 04/12] tty: serial: samsung: prepare for different IO types
` [PATCH v3 05/12] tty: serial: samsung: set UPIO_MEM32 iotype for gs101
` [PATCH v3 06/12] tty: serial: samsung: add gs101 earlycon support
` [PATCH v3 07/12] clk: samsung: gs101: add support for cmu_peric0
` [PATCH v3 08/12] arm64: dts: exynos: gs101: remove reg-io-width from serial
` [PATCH v3 09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller
` [PATCH v3 10/12] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks
` [PATCH v3 11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration
` [PATCH v3 12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole

[PATCH] serial: 8250_bcm2835aux: Restore clock error handling
 2024-01-10  8:49 UTC  (4+ messages)

[PATCH] vt: Clean up errors in vt_kern.h
 2024-01-10  8:21 UTC 

[PATCH v2 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates
 2024-01-10  7:25 UTC  (32+ messages)
` [PATCH v2 01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit
` [PATCH v2 02/12] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible
` [PATCH v2 03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101
` [PATCH v2 04/12] tty: serial: samsung: prepare for different IO types
` [PATCH v2 05/12] tty: serial: samsung: set UPIO_MEM32 iotype for gs101
` [PATCH v2 06/12] tty: serial: samsung: add gs101 earlycon support
` [PATCH v2 07/12] clk: samsung: gs101: add support for cmu_peric0
` [PATCH v2 08/12] arm64: dts: exynos: gs101: remove reg-io-width from serial
` [PATCH v2 09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller
` [PATCH v2 12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole

max14830 irq
 2024-01-09 21:25 UTC  (3+ messages)

[syzbot] [serial?] KMSAN: uninit-value in n_tty_receive_buf_closing (2)
 2024-01-09 18:22 UTC 

[PATCH] tty/vt: UTF-8 parsing update according to RFC 3629, modern Unicode
 2024-01-09 10:43 UTC  (7+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH v7] serial: linflexuart: Remove redundant uart type assignment
 2024-01-09  7:56 UTC  (2+ messages)

[PATCH v4 0/3] w1: add UART w1 bus driver
 2024-01-08 19:29 UTC  (9+ messages)
` [PATCH v4 1/3] dt-bindings: w1: UART 1-Wire bus
` [PATCH v4 2/3] dt-bindings: serial: allow onewire as child node
` [PATCH v4 3/3] w1: add UART w1 bus driver

[PATCH] vt: remove superfluous CONFIG_HW_CONSOLE
 2024-01-08 14:15 UTC  (4+ messages)

[tty:tty-testing] BUILD REGRESSION 0c84bea0cabc4e2b98a3de88eeb4ff798931f056
 2024-01-05 16:06 UTC 

[PATCH v6] serial: linflexuart: Remove redundant uart type assignment
 2024-01-05 14:48 UTC  (3+ messages)
    `  "

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

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

[PATCH v7 0/7] Fixes and improvements for RS485
 2024-01-05 12:42 UTC  (11+ messages)
` [PATCH v7 1/7] serial: Do not hold the port lock when setting rx-during-tx GPIO
` [PATCH v7 4/7] serial: core: make sure RS485 cannot be enabled when it is not supported
` [PATCH v7 5/7] serial: core, imx: do not set RS485 enabled if "
` [PATCH v7 6/7] serial: omap: do not override settings for RS485 support
` [PATCH v7 7/7] serial: 8250_exar: Set missing rs485_supported flag

patch "serial: apbuart: fix console prompt on qemu" added to tty-next
 2024-01-05  9:21 UTC 

[PATCH v3 0/3] w1: add UART w1 bus driver
 2024-01-05  8:26 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: w1: UART 1-Wire bus
` [PATCH v3 2/3] dt-bindings: serial: allow onewire as child node
` [PATCH v3 3/3] w1: add UART w1 bus driver

[PATCH v8 00/13] Introduce STM32 Firewall framework
 2024-01-05  8:19 UTC  (4+ messages)
` [PATCH v8 03/13] dt-bindings: bus: document RIFSC

patch "serial: apbuart: fix console prompt on qemu" added to tty-testing
 2024-01-04 15:23 UTC 

[PATCH V7 0/3] Add rs485 support to uartps driver
 2024-01-04 13:12 UTC  (4+ messages)
` [PATCH V7 3/3] tty: serial: uartps: "

[PATCH v2 00/11] Avoid unprivileged splice(file->)/(->socket) pipe exclusion
 2024-01-03 21:57 UTC  (6+ messages)
` [PATCH v2 08/11] tty: splice_read: disable

[PATCH] dt-bindings: serial: Describe ARM dcc interface
 2024-01-03 20:22 UTC  (4+ messages)


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