messages from 2023-05-19 05:44:38 to 2023-05-30 11:20:20 UTC [more...]
[PATCH] serial: 8250: omap: convert to modern PM ops
2023-05-30 11:20 UTC (3+ messages)
[PATCH] serial: qcom_geni_serial: Setup serial port after Deep sleep
2023-05-30 11:15 UTC
[PATCH v4 0/9] serial: sc16is7xx: fix GPIO regression and rs485 improvements
2023-05-30 11:15 UTC (23+ messages)
` [PATCH v4 1/9] serial: sc16is7xx: mark IOCONTROL register as volatile
` [PATCH v4 2/9] serial: sc16is7xx: add post reset delay
` [PATCH v4 3/9] serial: sc16is7xx: fix broken port 0 uart init
` [PATCH v4 4/9] serial: sc16is7xx: fix bug when first setting GPIO direction
` [PATCH v4 5/9] serial: sc16is7xx: refactor GPIO controller registration
` [PATCH v4 6/9] dt-bindings: sc16is7xx: Add property to change GPIO function
` [PATCH v4 7/9] serial: sc16is7xx: fix regression with GPIO configuration
` [PATCH v4 8/9] serial: sc16is7xx: add call to get rs485 DT flags and properties
` [PATCH v4 9/9] serial: sc16is7xx: improve comments about variants
[PATCH v4 33/41] tty: serial: handle HAS_IOPORT dependencies
2023-05-30 10:48 UTC (2+ messages)
[PATCH v4 00/10] riscv: add Bouffalolab bl808 support
2023-05-30 10:36 UTC (19+ messages)
` [PATCH v4 01/10] dt-bindings: vendor-prefixes: add bouffalolab
` [PATCH v4 03/10] dt-bindings: serial: add documentation for Bouffalolab UART Driver
` [PATCH v4 04/10] serial: bflb_uart: add "
` [PATCH v4 06/10] dt-bindings: riscv: Add bouffalolab bl808 board compatibles
` [PATCH v4 08/10] riscv: dts: bouffalolab: add Sipeed M1s SoM and Dock devicetree
DT checker RS485 unevaluated property, 8250 OMAP UART
2023-05-30 10:13 UTC (3+ messages)
[PATCH v12 00/10] Introduce Nuvoton ma35d1 SoC
2023-05-30 9:21 UTC (13+ messages)
` [PATCH v12 01/10] arm64: Kconfig.platforms: Add config for Nuvoton MA35 platform
` [PATCH v12 02/10] arm64: defconfig: Add support for Nuvoton MA35 family SoCs
` [PATCH v12 03/10] dt-bindings: clock: nuvoton: add binding for ma35d1 clock controller
` [PATCH v12 04/10] dt-bindings: reset: nuvoton: Document ma35d1 reset control
` [PATCH v12 05/10] dt-bindings: arm: Add initial bindings for Nuvoton platform
` [PATCH v12 06/10] dt-bindings: serial: Document ma35d1 uart controller
` [PATCH v12 07/10] arm64: dts: nuvoton: Add initial ma35d1 device tree
` [PATCH v12 08/10] clk: nuvoton: Add clock driver for ma35d1 clock controller
` [PATCH v12 09/10] reset: Add Nuvoton ma35d1 reset driver support
` [PATCH v12 10/10] tty: serial: Add Nuvoton ma35d1 serial "
[PATCH v2 6/7] docs: update some straggling Documentation/arm references
2023-05-30 7:20 UTC (3+ messages)
[PATCH v11 00/10] Introduce Nuvoton ma35d1 SoC
2023-05-30 5:35 UTC (8+ messages)
` [PATCH v11 10/10] tty: serial: Add Nuvoton ma35d1 serial driver support
[PATCH v3 00/11] serial: sc16is7xx: fix GPIO regression and rs485 improvements
2023-05-28 11:56 UTC (46+ messages)
` [PATCH v3 01/11] serial: sc16is7xx: fix syntax error in comments
` [PATCH v3 02/11] serial: sc16is7xx: improve comments about variants
` [PATCH v3 03/11] serial: sc16is7xx: mark IOCONTROL register as volatile
` [PATCH v3 04/11] serial: sc16is7xx: add post reset delay
` [PATCH v3 05/11] serial: sc16is7xx: fix broken port 0 uart init
` [PATCH v3 06/11] serial: sc16is7xx: fix bug when first setting GPIO direction
` [PATCH v3 07/11] dt-bindings: sc16is7xx: Add property to change GPIO function
` [PATCH v3 08/11] serial: sc16is7xx: fix regression with GPIO configuration
` [PATCH v3 09/11] serial: sc16is7xx: add I/O register translation offset
` [PATCH v3 10/11] serial: sc16is7xx: add call to get rs485 DT flags and properties
` [PATCH v3 11/11] serial: sc16is7xx: add dump registers function
[PATCH v12 1/1] serial: core: Start managing serial controllers to enable runtime PM
2023-05-27 8:25 UTC (2+ messages)
[PATCH] dmaengine: pl330: Return DMA_PAUSED when transaction is paused
2023-05-26 10:54 UTC
Possible regression in 8250_dw driver
2023-05-26 10:44 UTC (12+ messages)
[PATCH tty v1 0/8] synchronize UART_IER access against console write
2023-05-26 9:01 UTC (16+ messages)
` [PATCH tty v1 1/8] serial: 8250: lock port in startup() callbacks
` [PATCH tty v1 2/8] serial: core: lock port for stop_rx() in uart_suspend_port()
` [PATCH tty v1 3/8] serial: 8250: lock port for stop_rx() in omap8250_irq()
` [PATCH tty v1 4/8] serial: core: lock port for start_rx() in uart_resume_port()
` [PATCH tty v1 5/8] serial: 8250: lock port for rx_dma() callback
` [PATCH tty v1 6/8] serial: 8250: lock port for omap8250_restore_regs()
` [PATCH tty v1 7/8] serial: 8250: lock port for UART_IER access in omap8250_irq()
` [PATCH tty v1 8/8] serial: 8250: synchronize and annotate UART_IER access
[PATCH] serial: Switch i2c drivers back to use .probe()
2023-05-25 21:01 UTC
[PATCH v2 0/2] Fix COMPILE_TEST dependencies for CPM uart, TSA and QMC
2023-05-25 16:26 UTC (6+ messages)
` [PATCH v2 1/2] soc: fsl: cpm1: Fix TSA and QMC dependencies in case of COMPILE_TEST
` [PATCH v2 2/2] serial: cpm_uart: Fix a COMPILE_TEST dependency
[PATCH 0/3] serial: 8250-fsl: Two fixes
2023-05-25 7:33 UTC (7+ messages)
` [PATCH 1/3] serial: 8250-fsl: Expand description of the MPC83xx UART's misbehaviour
` [PATCH 2/3] serial: 8250: Clear IIR.RDI in serial8250_clear_fifos()
` [PATCH 3/3] serial: 8250-fsl: Only do the break workaround if IIR signals RLSI
[RFC PATCH] serial: sc16is7xx: fix broken port 0 uart init
2023-05-25 4:09 UTC (2+ messages)
[PATCH] serial: sc16is7xx: mark IOCONTROL register as volatile
2023-05-25 4:08 UTC (2+ messages)
[PATCH] serial: sc16is7xx: improve comments about variants
2023-05-25 4:08 UTC (2+ messages)
[PATCH] serial: sc16is7xx: fix syntax error in comments
2023-05-25 4:08 UTC (2+ messages)
[RFC PATCH v2 1/2] dt-bindings: sc16is7xx: Add property to change GPIO function
2023-05-25 3:37 UTC (11+ messages)
` [RFC PATCH v2 2/2] serial: sc16is7xx: fix regression with GPIO configuration
[PATCH] serial: 8250_pci: remove unreachable code for ASIX devices
2023-05-24 14:01 UTC (6+ messages)
Regression: serial: imx: overrun errors on debug UART
2023-05-24 13:45 UTC (18+ messages)
[PATCH] serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLE
2023-05-24 8:58 UTC
[PATCH 0/2] Fix COMPILE_TEST dependencies for CPM uart, TSA and QMC
2023-05-23 8:36 UTC (6+ messages)
` [PATCH 1/2] soc: fsl: cpm1: Fix TSA and QMC dependencies in case of COMPILE_TEST
` [PATCH 2/2] serial: cpm_uart: Fix a COMPILE_TEST dependency
[PATCH] tty: serial: fsl_lpuart: Check the return value of dmaengine_tx_status
2023-05-22 16:20 UTC (3+ messages)
[PATCH v5 35/44] tty: serial: handle HAS_IOPORT dependencies
2023-05-22 10:50 UTC
[RFC PATCH v3 -next] tty: serial: add panic serial helper
2023-05-22 1:52 UTC
[RFC PATCH v3 -next] tty: serial: add panic serial helper
2023-05-22 1:44 UTC
[PATCH 0/2] serial: Make uart_remove_one_port() return void
2023-05-21 10:39 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH] serial: Indicate fintek option may also be required for RS232 support
2023-05-21 7:50 UTC
[GIT PULL] TTY/Serial driver fixes for 6.4-rc3
2023-05-20 18:31 UTC (2+ messages)
[PATCH 6/7] docs: update some straggling Documentation/arm references
2023-05-20 14:12 UTC (3+ messages)
[RFC PATCH v2 -next] tty: serial: add panic serial helper
2023-05-19 15:08 UTC (4+ messages)
[PATCH] tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL_SBK
2023-05-19 9:47 UTC
[PATCH] tty: serial: fsl_lpuart: make sure to turn off break before enabling CTS
2023-05-19 9:17 UTC (2+ messages)
Faktoring
2023-05-19 8:06 UTC
[PATCH V3 0/6] ARM: dts: imx6ull: Fix dtbs_check warnings
2023-05-19 8:03 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).