linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-17 06:43:35 to 2023-12-29 08:04:26 UTC [more...]

[PATCH v2 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates
 2023-12-29  8:04 UTC  (16+ 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 10/12] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks
` [PATCH v2 11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration
` [PATCH v2 12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole

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

[PATCH 00/13] GS101 Oriole: CMU_PERIC0 support and USI updates
 2023-12-28  7:49 UTC  (31+ 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 05/13] tty: serial: samsung: add gs101 earlycon support
` [PATCH 07/13] clk: samsung: gs101: mark PERIC0 IP TOP gate clock as critical

[PATCH V2] serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clock
 2023-12-27 18:43 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: serial: rs485: add rs485-mux-gpios binding
 2023-12-27 17:40 UTC 

[PATCH] serial: apbuart: fix console prompt on qemu
 2023-12-26 12:16 UTC 

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

Avoid unprivileged splice(file->)/(->socket) pipe exclusion
 2023-12-25 21:50 UTC  (2+ messages)

[PATCH V7 0/3] Add rs485 support to uartps driver
 2023-12-25 12:10 UTC  (5+ messages)
` [PATCH V7 1/3] dt-bindings: Add reference to rs485.yaml
` [PATCH V7 2/3] tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485
` [PATCH V7 3/3] tty: serial: uartps: Add rs485 support to uartps driver

Poor documentation of SER_RS485_RTS_ON_SEND and SER_RS485_RTS_AFTER_SEND
 2023-12-24 16:39 UTC 

[PATCH] tty/sysrq: Dump kernel ring buffer messages via sysrq
 2023-12-24 14:22 UTC  (7+ messages)

[PATCH] tty: serial: kgdboc: Fix 8250_* kgd over serial
 2023-12-24 13:12 UTC  (5+ messages)
` [PATCH V2] "
    ` [PATCH V3] tty: serial: kgdboc: Fix 8250_* kgdb "

[PATCH] serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clock
 2023-12-24 12:53 UTC  (3+ messages)

[PATCH V2] serial: imx: Correct clock error message in function probe()
 2023-12-24  9:32 UTC 

[PATCH v2 00/11] Avoid unprivileged splice(file->)/(->socket) pipe exclusion
 2023-12-24  5:01 UTC  (4+ messages)
` [PATCH v2 08/11] tty: splice_read: disable
` [PATCH v2 13/11] tty: splice_write: disable

[PATCH] serial: imx: Correct clock error message in function probe()
 2023-12-23  7:59 UTC  (3+ messages)

[PATCH] dt-bindings: serial: Describe ARM dcc interface
 2023-12-22  8:20 UTC  (3+ messages)

[PATCHv4] serial: imx: Add DMA buffer configuration via sysfs
 2023-12-22  6:02 UTC  (7+ messages)
          ` EXT: "

[PATCH v2 00/16] serial: sc16is7xx: fixes, cleanups and improvements
 2023-12-21 23:18 UTC  (17+ messages)
` [PATCH v2 01/16] serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error
` [PATCH v2 02/16] serial: sc16is7xx: add check for unsupported SPI modes during probe
` [PATCH v2 03/16] serial: sc16is7xx: set safe default SPI clock frequency
` [PATCH v2 04/16] serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()
` [PATCH v2 05/16] serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()
` [PATCH v2 06/16] serial: sc16is7xx: use DECLARE_BITMAP for sc16is7xx_lines bitfield
` [PATCH v2 07/16] serial: sc16is7xx: use spi_get_device_match_data()
` [PATCH v2 08/16] serial: sc16is7xx: use i2c_get_match_data()
` [PATCH v2 09/16] serial: sc16is7xx: add driver name to struct uart_driver
` [PATCH v2 10/16] serial: sc16is7xx: add macro for max number of UART ports
` [PATCH v2 11/16] serial: sc16is7xx: add explicit return for some switch default cases
` [PATCH v2 12/16] serial: sc16is7xx: replace hardcoded divisor value with BIT() macro
` [PATCH v2 13/16] serial: sc16is7xx: drop unneeded MODULE_ALIAS
` [PATCH v2 14/16] serial: sc16is7xx: refactor FIFO access functions to increase commonality
` [PATCH v2 15/16] serial: sc16is7xx: reorder code to remove prototype declarations
` [PATCH v2 16/16] serial: sc16is7xx: refactor EFR lock

[PATCH v8 00/13] Introduce STM32 Firewall framework
 2023-12-21 22:01 UTC  (9+ messages)
` [PATCH v8 01/13] dt-bindings: document generic access controllers
` [PATCH v8 03/13] dt-bindings: bus: document RIFSC
` [PATCH v8 04/13] dt-bindings: bus: document ETZPC
` [PATCH v8 06/13] of: property: fw_devlink: Add support for "access-controller"

[PATCH 00/18] serial: sc16is7xx: fixes, cleanups and improvements
 2023-12-21 19:35 UTC  (60+ messages)
` [PATCH 01/18] serial: sc16is7xx: fix segfault when removing driver
` [PATCH 02/18] serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error
` [PATCH 03/18] serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()
` [PATCH 04/18] serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()
` [PATCH 05/18] serial: sc16is7xx: use DECLARE_BITMAP for sc16is7xx_lines bitfield
` [PATCH 06/18] serial: sc16is7xx: use spi_get_device_match_data()
` [PATCH 07/18] serial: sc16is7xx: use i2c_get_match_data()
` [PATCH 08/18] serial: sc16is7xx: add driver name to struct uart_driver
` [PATCH 09/18] serial: sc16is7xx: add macro for max number of UART ports
` [PATCH 10/18] serial: sc16is7xx: use HZ_PER_MHZ macro to improve readability
` [PATCH 11/18] serial: sc16is7xx: add explicit return for some switch default cases
` [PATCH 12/18] serial: sc16is7xx: replace hardcoded divisor value with BIT() macro
` [PATCH 13/18] serial: sc16is7xx: use in_range() for DT properties bound checks
` [PATCH 14/18] serial: sc16is7xx: drop unneeded MODULE_ALIAS
` [PATCH 15/18] serial: sc16is7xx: pass R/W buffer in FIFO functions
` [PATCH 16/18] serial: sc16is7xx: reorder code to remove prototype declarations
` [PATCH 17/18] serial: sc16is7xx: refactor EFR lock
` [PATCH 18/18] serial: sc16is7xx: fix whitespace in sc16is7xx_startup() comments

[PATCH 0/4] Add DTS and bindings for Unisoc's UMS9620
 2023-12-21 14:56 UTC  (12+ messages)
` [PATCH 1/4] dt-bindings: mfd: sprd: Add support for UMS9620
  ` (subset) "
` [PATCH 4/4] arm64: dts: sprd: Add support for Unisoc's UMS9620

[PATCH] serial: 8250_bcm2835aux: Restore clock error handling
 2023-12-20 11:43 UTC 

[PATCH] tty/serial: altera_uart: use more informative labels in /proc/interrupts
 2023-12-19 11:10 UTC  (2+ messages)

[PATCH 0/6] dt-bindings: samsung: continued - add specific compatibles for Tesla FSD Hi,
 2023-12-19 10:21 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: i2c: exynos5: add specific compatible for Tesla FSD

[RFC PATCH v5 0/6] Add support for DEVNAME:0.0 style hardware based addressing
 2023-12-18 15:23 UTC  (9+ messages)
` [RFC PATCH v5 1/6] printk: Save console options for add_preferred_console_match()
` [RFC PATCH v5 2/6] printk: Don't try to parse DEVNAME:0.0 console options
` [RFC PATCH v5 3/6] printk: Flag register_console() if console is set on command line
` [RFC PATCH v5 4/6] serial: core: Add support for DEVNAME:0.0 style naming for kernel console
` [RFC PATCH v5 5/6] serial: core: Handle serial console options
` [RFC PATCH v5 6/6] serial: 8250: Add preferred console in serial8250_isa_init_ports()

[PATCH] /proc/sysrq-trigger can now pause processing for one second
 2023-12-18 12:53 UTC  (7+ messages)

[PATCH V2 0/3] Add DTS and bindings for Unisoc's UMS9620
 2023-12-18 10:02 UTC  (4+ messages)
` [PATCH V2 1/3] dt-bindings: mfd: sprd: Add support for UMS9620
` [PATCH V2 2/3] dt-bindings: arm: Add compatible strings for Unisoc's UMS9620
` [PATCH V2 3/3] arm64: dts: sprd: Add support "

[PATCH v4 RESEND] hid-ft260: Add serial driver
 2023-12-18  9:31 UTC 

[PATCH v1] treewide, serdev: change receive_buf() return type to size_t
 2023-12-18  8:35 UTC  (7+ messages)

[PATCH v4 0/4] Add support for DEVNAME:0.0 style hardware based addressing
 2023-12-18  6:38 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;
as well as URLs for NNTP newsgroup(s).