linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-23 15:50:44 to 2022-12-05 08:31:23 UTC [more...]

[PATCH v2 0/9] riscv: add Bouffalolab bl808 support
 2022-12-05  8:17 UTC  (41+ messages)
` [PATCH v2 1/9] dt-bindings: serial: add documentation for Bouffalolab UART Driver
` [PATCH v2 2/9] serial: bflb_uart: add "
` [PATCH v2 3/9] riscv: add the Bouffalolab SoC family Kconfig option
` [PATCH v2 4/9] dt-bindings: vendor-prefixes: add bouffalolab
` [PATCH v2 5/9] dt-bindings: riscv: Add bouffalolab bl808 board compatibles
` [PATCH v2 6/9] riscv: dts: bouffalolab: add the bl808 SoC base device tree
` [PATCH v2 7/9] riscv: dts: bouffalolab: add Sipeed M1s SoM and Dock devicetree
` [PATCH v2 8/9] MAINTAINERS: riscv: add entry for Bouffalolab SoC
` [PATCH v2 9/9] riscv: defconfig: enable BOUFFALOLAB SoC

[PATCH 1/2] serial: Adapt Arm semihosting earlycon driver to RISC-V
 2022-12-05  5:00 UTC  (2+ messages)
` [PATCH 2/2] serial: Rename earlycon semihost driver

[PATCH] hid-ft260: add UART support
 2022-12-05  1:24 UTC  (5+ messages)

serial driver issue
 2022-12-04 18:11 UTC  (3+ messages)

[PATCH v6 tty-next 0/4] serial: 8250_pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-12-04 10:39 UTC  (12+ messages)
` [PATCH v6 tty-next 1/4] serial: 8250_pci: Add serial8250_pci_setup_port definition in 8250_pcilib.c
` [PATCH v6 tty-next 2/4] serial: 8250_pci1xxxx: Add driver for quad-uart support
` [PATCH v6 tty-next 3/4] serial: 8250_pci1xxxx: Add RS485 support to quad-uart driver
` [PATCH v6 tty-next 4/4] serial: 8250_pci1xxxx: Add power management functions "

[PATCH] serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()
 2022-12-03 15:17 UTC  (2+ messages)

[PATCH v3 0/2] earlycon: Let users set the clock frequency
 2022-12-02 17:24 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] earlycon: Increase options size

[PATCH] can: slcan: fix freed work crash
 2022-12-02 15:32 UTC  (6+ messages)

[PATCH V4 1/4] dt-bindings: serial: rs485: Add GPIO controlling RX enable during TX
 2022-12-02 10:41 UTC  (4+ messages)
` [PATCH V4 2/4] serial: core: Add option to output RS485 RX_DURING_TX state via GPIO
` [PATCH V4 3/4] serial: imx: Add support for RS485 RX_DURING_TX output GPIO
` [PATCH V4 4/4] serial: stm32: Add support for rs485 "

[PATCH v5 00/14] serial: qcom-geni-serial: implement support for SE DMA
 2022-12-02  8:55 UTC  (15+ messages)
` [PATCH v5 01/14] tty: serial: qcom-geni-serial: drop unneeded forward definitions
` [PATCH v5 02/14] tty: serial: qcom-geni-serial: remove unused symbols
` [PATCH v5 03/14] tty: serial: qcom-geni-serial: align #define values
` [PATCH v5 04/14] tty: serial: qcom-geni-serial: improve the to_dev_port() macro
` [PATCH v5 05/14] tty: serial: qcom-geni-serial: remove stray newlines
` [PATCH v5 06/14] tty: serial: qcom-geni-serial: refactor qcom_geni_serial_isr()
` [PATCH v5 07/14] tty: serial: qcom-geni-serial: remove unneeded tabs
` [PATCH v5 08/14] tty: serial: qcom-geni-serial: split out the FIFO tx code
` [PATCH v5 09/14] tty: serial: qcom-geni-serial: refactor qcom_geni_serial_send_chunk_fifo()
` [PATCH v5 10/14] tty: serial: qcom-geni-serial: drop the return value from handle_rx
` [PATCH v5 11/14] tty: serial: qcom-geni-serial: use of_device_id data
` [PATCH v5 12/14] tty: serial: qcom-geni-serial: stop operations in progress at shutdown
` [PATCH v5 13/14] soc: qcom-geni-se: add more symbol definitions
` [PATCH v5 14/14] tty: serial: qcom-geni-serial: add support for serial engine DMA

[PATCH] dt-bindings: serial: qcom,msm-uart: Convert to DT schema
 2022-12-02  0:10 UTC  (2+ messages)

[PATCH V3 1/4] dt-bindings: serial: rs485: Add GPIO controlling RX enable during TX
 2022-12-01 23:56 UTC  (6+ messages)
` [PATCH V3 2/4] serial: core: Add option to output RS485 RX_DURING_TX state via GPIO
` [PATCH V3 3/4] serial: imx: Add support for RS485 RX_DURING_TX output GPIO
` [PATCH V3 4/4] serial: stm32: Add support for rs485 "

[PATCH 3/5] driver core: make struct device_type.uevent() take a const *
 2022-12-01 18:43 UTC  (20+ messages)

[PATCH V2 1/4] dt_bindings: rs485: Add binding for GPIO that controls Rx enable during Tx
 2022-11-30 21:15 UTC  (3+ messages)

[PATCH 0/7] riscv: add Bouffalolab bl808 support
 2022-11-30 18:04 UTC  (3+ messages)
` [PATCH 1/7] dt-bindings: serial: add bindings doc for Bouffalolab uart driver

[PATCH v4 00/13] serial: qcom-geni-serial: implement support for SE DMA
 2022-11-30 12:43 UTC  (17+ messages)
` [PATCH v4 01/13] tty: serial: qcom-geni-serial: drop unneeded forward definitions
` [PATCH v4 02/13] tty: serial: qcom-geni-serial: remove unused symbols
` [PATCH v4 03/13] tty: serial: qcom-geni-serial: align #define values
` [PATCH v4 04/13] tty: serial: qcom-geni-serial: improve the to_dev_port() macro
` [PATCH v4 05/13] tty: serial: qcom-geni-serial: remove stray newlines
` [PATCH v4 06/13] tty: serial: qcom-geni-serial: refactor qcom_geni_serial_isr()
` [PATCH v4 07/13] tty: serial: qcom-geni-serial: remove unneeded tabs
` [PATCH v4 08/13] tty: serial: qcom-geni-serial: refactor qcom_geni_serial_handle_tx()
` [PATCH v4 09/13] tty: serial: qcom-geni-serial: drop the return value from handle_rx
` [PATCH v4 10/13] tty: serial: qcom-geni-serial: use of_device_id data
` [PATCH v4 11/13] tty: serial: qcom-geni-serial: stop operations in progress at shutdown
` [PATCH v4 12/13] soc: qcom-geni-se: add more symbol definitions
` [PATCH v4 13/13] tty: serial: qcom-geni-serial: add support for serial engine DMA

[PATCH] serial: sc16is7xx: setup GPIO controller later in probe
 2022-11-30 10:55 UTC 

[PATCH v3 00/13] serial: qcom-geni-serial: implement support for SE DMA
 2022-11-29 10:13 UTC  (8+ messages)
` [PATCH v3 08/13] tty: serial: qcom-geni-serial: refactor qcom_geni_serial_handle_tx()
` [PATCH v3 13/13] tty: serial: qcom-geni-serial: add support for serial engine DMA

[PATCH v3 1/2] serial: core: Start managing serial controllers to enable runtime PM
 2022-11-28  6:45 UTC  (8+ messages)
` [PATCH v3 2/2] serial: core: Add port port device to flush TX on runtime resume

[PATCH] tty: serial: fsl_lpuart: don't enable receiver/transmitter before rx/tx dma ready
 2022-11-28  5:02 UTC 

[syzbot] possible deadlock in tty_port_default_wakeup
 2022-11-26 17:05 UTC 

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-11-26 15:43 UTC  (4+ messages)

[PATCH] serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()
 2022-11-26  2:24 UTC  (3+ messages)

[PATCH, v2] serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()
 2022-11-26  2:08 UTC 

[PATCH v5 tty-next 0/4] 8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-11-25 18:03 UTC  (5+ messages)
` [PATCH v5 tty-next 1/4] 8250: microchip: pci1xxxx: Add driver for quad-uart support

[PATCH] serial: liteuart: drop obsolete dependency on COMPILE_TEST
 2022-11-25 14:00 UTC  (2+ messages)

[PATCH v2 0/6] serial: Cleanup literals
 2022-11-25 13:05 UTC  (7+ messages)
` [PATCH v2 1/6] serial: 8250: Use defined IER bits
` [PATCH v2 2/6] serial: 8250: Name MSR literals
` [PATCH v2 3/6] serial: 8250: Cleanup MCR literals
` [PATCH v2 4/6] serial: 8250: Add IIR FIFOs enabled field properly
` [PATCH v2 5/6] serial: 8250: Define IIR 64 byte bit & cleanup related code
` [PATCH v2 6/6] serial: 8250_early: Convert literals to use defines

[PATCH 0/6] serial: Cleanup literals
 2022-11-25 11:08 UTC  (8+ messages)
` [PATCH 1/6] serial: 8250: Use defined IER bits
` [PATCH 2/6] serial: 8250: Name MSR literals
` [PATCH 3/6] serial: 8250: Cleanup MCR literals
` [PATCH 4/6] serial: 8250: Add IIR FIFOs enabled field properly
` [PATCH 5/6] serial: 8250: Define IIR 64 byte bit & cleanup related code
` [PATCH 6/6] serial: 8250_early: Convert literals to use defines

[PATCH V3 0/3] fsl_lpuart: improve Idle Line Interrupt and registers handle in .shutdown()
 2022-11-25 10:19 UTC  (4+ messages)
` [PATCH V3 1/3] tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma case
` [PATCH V3 2/3] tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()
` [PATCH V3 3/3] tty: serial: fsl_lpuart: clear LPUART Status Register "

[PATCH] serial: pic32: Add checks for devm_clk_get() in pic32_uart_probe()
 2022-11-25  9:38 UTC 

[PATCH v2 1/1] serial: core: Start managing serial controllers to enable runtime PM
 2022-11-24 16:06 UTC  (6+ messages)

[PATCH v2 0/9] dt-bindings: cleanup titles
 2022-11-24 14:59 UTC  (14+ messages)
` [PATCH v2 1/9] dt-bindings: drop redundant part of title of shared bindings
` [PATCH v2 4/9] dt-bindings: drop redundant part of title (end)
` [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning)
` [PATCH v2 9/9] dt-bindings: drop redundant part of title (manual)
  ` [PATCH v2 6/9] dt-bindings: drop redundant part of title (end, part three)

[PATCH v2 0/2] earlycon: Let users set the clock frequency
 2022-11-24 12:10 UTC  (5+ messages)
` [PATCH v2 1/2] earlycon: Replace simple_strtoul with kstrtouint
` [PATCH v2 2/2] earlycon: Let users set the clock frequency

[tty:tty-testing] BUILD SUCCESS 6373ab4dfee731deec62b4452ea641611feff9b3
 2022-11-24  8:53 UTC 

[PATCH v6 00/14] serial: liteuart: add IRQ support
 2022-11-24  7:02 UTC  (2+ messages)

[PATCH] serial: clps711x: Fix error handling in uart_clps711x_init()
 2022-11-24  6:12 UTC 

[PATCH v1 0/1] earlycon: Let users set the clock frequency
 2022-11-24  5:58 UTC  (3+ messages)
` [PATCH v1 1/1] "


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