linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-21 10:09:30 to 2022-11-24 13:49:19 UTC [more...]

[PATCH v2 0/9] dt-bindings: cleanup titles
 2022-11-24 13:48 UTC  (33+ messages)
` [PATCH v2 1/9] dt-bindings: drop redundant part of title of shared bindings
` [PATCH v2 2/9] dt-bindings: memory-controllers: ti,gpmc-child: drop redundant part of title
` [PATCH v2 3/9] dt-bindings: clock: st,stm32mp1-rcc: add proper title
` [PATCH v2 4/9] dt-bindings: drop redundant part of title (end)
` [PATCH v2 5/9] dt-bindings: drop redundant part of title (end, part two)
` [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning)
` [PATCH v2 8/9] dt-bindings: clock: drop redundant part of title
` [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 0/6] serial: Cleanup literals
 2022-11-24 12:59 UTC  (7+ 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/2] earlycon: Let users set the clock frequency
 2022-11-24 12:39 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] earlycon: Increase options size

[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

[PATCH V2 1/4] dt_bindings: rs485: Add binding for GPIO that controls Rx enable during Tx
 2022-11-24 10:03 UTC  (5+ messages)
` [PATCH V2 2/4] serial: core: Add option to output RS485 RX_DURING_TX state via GPIO
` [PATCH V2 3/4] serial: imx: Add support for RS485 RX_DURING_TX output GPIO
` [PATCH V2 4/4] serial: stm32: Add support for rs485 "

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

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

[PATCH v6 00/14] serial: liteuart: add IRQ support
 2022-11-24  7:02 UTC  (16+ messages)
` [PATCH v6 01/14] serial: liteuart: use KBUILD_MODNAME as driver name
` [PATCH v6 02/14] serial: liteuart: use bit number macros
` [PATCH v6 03/14] serial: liteuart: remove unused uart_ops stubs
` [PATCH v6 04/14] serial: liteuart: don't set unused port fields
` [PATCH v6 05/14] serial: liteuart: minor style fix in liteuart_init()
` [PATCH v6 06/14] serial: liteuart: move tty_flip_buffer_push() out of rx loop
` [PATCH v6 07/14] serial: liteuart: rx loop should only ack rx events
` [PATCH v6 08/14] serial: liteuart: simplify passing of uart_insert_char() flag
` [PATCH v6 09/14] serial: liteuart: clean up rx loop variables
` [PATCH v6 10/14] serial: liteuart: separate rx loop from poll timer
` [PATCH v6 11/14] serial: liteuart: move function definitions
` [PATCH v6 12/14] serial: liteuart: add IRQ support for the RX path
` [PATCH v6 13/14] serial: liteuart: add IRQ support for the TX path
` [PATCH v6 14/14] serial: liteuart: move polling putchar() function

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

[PATCH v2 1/1] serial: core: Start managing serial controllers to enable runtime PM
 2022-11-24  6:53 UTC  (4+ 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] "

[PATCH 3/5] driver core: make struct device_type.uevent() take a const *
 2022-11-23 23:24 UTC  (21+ messages)

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

[PATCH V2 0/5] fsl_lpuart: improve Idle Line Interrupt and registers handle in .shutdown()
 2022-11-23 13:06 UTC  (14+ messages)
` [PATCH V2 1/5] tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma case
` [PATCH V2 2/5] tty: serial: fsl_lpuart: clear UARTCTRL_LOOPS in lpuart32_shutdown()
` [PATCH V2 5/5] tty: serial: fsl_lpuart: clear LPUART Status Register "

[PATCH 1/2] serial: atmel: cleanup atmel_start+stop_tx()
 2022-11-23 12:47 UTC  (6+ messages)
` [PATCH 2/2] serial: atmel: don't stop the transmitter when doing PIO

[PATCH AUTOSEL 4.9 1/5] serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
 2022-11-23 12:45 UTC 

[PATCH AUTOSEL 4.14 02/10] serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
 2022-11-23 12:45 UTC 

[PATCH AUTOSEL 4.19 02/11] serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
 2022-11-23 12:44 UTC 

[PATCH AUTOSEL 5.4 04/15] serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
 2022-11-23 12:44 UTC 

[PATCH AUTOSEL 5.10 05/22] serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
 2022-11-23 12:43 UTC 

[PATCH AUTOSEL 5.15 07/31] serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
 2022-11-23 12:42 UTC 

[PATCH AUTOSEL 6.0 09/44] serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
 2022-11-23 12:40 UTC 

[PATCH] serial: pch: Fix PCI device refcount leak in pch_request_dma()
 2022-11-23  9:20 UTC  (4+ messages)

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-11-23  8:09 UTC  (8+ messages)
` [PATCH 571/606] serial: sc16is7xx: Convert to i2c's .probe_new()

[PATCH] serial: sunsab: Fix error handling in sunsab_init()
 2022-11-23  6:12 UTC 

[PATCH v5 00/14] serial: liteuart: add IRQ support
 2022-11-23  5:39 UTC  (22+ messages)
` [PATCH v5 09/14] serial: liteuart: fix rx loop variable types
` [PATCH v5 10/14] serial: liteuart: separate rx loop from poll timer
` [PATCH v5 11/14] serial: liteuart: move function definitions
` [PATCH v5 12/14] serial: liteuart: add IRQ support for the RX path
` [PATCH v5 13/14] serial: liteuart: add IRQ support for the TX path

[PATCH V2] tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* API
 2022-11-23  2:36 UTC 

[PATCH] tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* API
 2022-11-23  2:04 UTC  (3+ messages)

[PATCH] serial: altera_uart: fix locking in polling mode
 2022-11-22 20:04 UTC 

[PATCH printk v5 00/40] reduce console_lock scope
 2022-11-22 16:43 UTC  (2+ messages)

Silikonmischungen
 2022-11-22  9:15 UTC 

[PATCH v5 2/3] tty: serial: use uart_port_tx() helper
 2022-11-22  9:13 UTC  (8+ messages)

8250_omap: incorrect RS485 RTS on close during transmission
 2022-11-22  8:52 UTC  (2+ messages)

[PATCH 0/7] riscv: add Bouffalolab bl808 support
 2022-11-21 13:59 UTC  (14+ messages)
` [PATCH 1/7] dt-bindings: serial: add bindings doc for Bouffalolab uart driver
` [PATCH 2/7] serial: bflb_uart: add Bouffalolab UART Driver
` [PATCH 5/7] riscv: dts: bouffalolab: add the bl808 SoC base device tree
` [PATCH 6/7] riscv: dts: bouffalolab: add Sipeed M1S dock devicetree
` [PATCH 7/7] MAINTAINERS: add myself as Bouffalolab SoC entry maintainer

[PATCH] serial8250 on tegra hsuart: recover from spurious interrupts due to tegra2 silicon bug
 2022-11-21 10:35 UTC 


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