linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-09 12:01:12 to 2022-11-17 21:10:54 UTC [more...]

[PATCH] serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle
 2022-11-17 21:10 UTC  (2+ messages)

[RFC PATCH 0/9] dt-bindings: cleanup titles
 2022-11-17 21:07 UTC  (24+ messages)
` [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
` [RFC PATCH 2/9] dt-bindings: memory-controllers: ti,gpmc-child: drop redundant part of title
` [RFC PATCH 3/9] dt-bindings: clock: st,stm32mp1-rcc: add proper title
` [RFC PATCH 4/9] dt-bindings: drop redundant part of title (end)
` [RFC PATCH 5/9] dt-bindings: drop redundant part of title (end, part two)
` [RFC PATCH 7/9] dt-bindings: drop redundant part of title (beginning)
` [RFC PATCH 8/9] dt-bindings: clock: drop redundant part of title
` [RFC PATCH 9/9] dt-bindings: drop redundant part of title (manual)

[tty:tty-next] BUILD SUCCESS a3be423f0657e603b45998ef2bb9e5d27dc226c3
 2022-11-17 18:56 UTC 

[PATCH v5 tty-next 0/4] 8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-11-17 12:26 UTC  (9+ messages)
` [PATCH v5 tty-next 1/4] 8250: microchip: pci1xxxx: Add driver for quad-uart support
` [PATCH v5 tty-next 2/4] 8250: microchip: pci1xxxx: Add serial8250_pci_setup_port definition in 8250_pcilib.c
` [PATCH v5 tty-next 3/4] 8250: microchip: pci1xxxx: Add RS485 support to quad-uart driver
` [PATCH v5 tty-next 4/4] 8250: microchip: pci1xxxx: Add power management functions "

[PATCH printk v5 00/40] reduce console_lock scope
 2022-11-17 11:08 UTC  (20+ messages)
` [PATCH printk v5 01/40] serial: kgdboc: Lock console list in probe function
` [PATCH printk v5 08/40] tty: serial: kgdboc: document console_lock usage
` [PATCH printk v5 22/40] serial_core: replace uart_console_enabled() with uart_console_registered()
` [PATCH printk v5 26/40] tty: serial: earlycon: use console_is_registered()
` [PATCH printk v5 27/40] tty: serial: pic32_uart: "
` [PATCH printk v5 28/40] tty: serial: samsung_tty: "
` [PATCH printk v5 29/40] tty: serial: xilinx_uartps: "
` [PATCH printk v5 35/40] tty: serial: kgdboc: use srcu console list iterator
` [PATCH printk v5 36/40] tty: serial: kgdboc: use console_list_lock for list traversal
` [PATCH printk v5 37/40] tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_console()
` [PATCH printk v5 38/40] tty: serial: kgdboc: use console_list_lock to trap exit
` [PATCH printk v5 40/40] tty: serial: sh-sci: use setup() callback for early console

[PATCH] serial: amba-pl011: avoid SBSA UART accessing DMACR register
 2022-11-17 10:58 UTC  (2+ messages)

[PATCH] tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* API
 2022-11-17 10:27 UTC 

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

[PATCH v2] tty: serial: imx: Handle RS485 DE signal active high
 2022-11-16 14:48 UTC  (2+ messages)

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

[PATCH printk v4 00/39] reduce console_lock scope
 2022-11-15 16:43 UTC  (16+ messages)
` [PATCH printk v4 01/39] serial: kgdboc: Lock console list in probe function
` [PATCH printk v4 07/39] tty: serial: kgdboc: document console_lock usage
` [PATCH printk v4 21/39] serial_core: replace uart_console_enabled() with uart_console_registered()
` [PATCH printk v4 25/39] tty: serial: earlycon: use console_is_registered()
` [PATCH printk v4 26/39] tty: serial: pic32_uart: "
` [PATCH printk v4 27/39] tty: serial: samsung_tty: "
` [PATCH printk v4 28/39] tty: serial: xilinx_uartps: "
` [PATCH printk v4 34/39] tty: serial: kgdboc: use srcu console list iterator
` [PATCH printk v4 35/39] tty: serial: kgdboc: use console_list_lock for list traversal
` [PATCH printk v4 36/39] tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_console()
` [PATCH printk v4 37/39] tty: serial: kgdboc: use console_list_lock to trap exit
` [PATCH printk v4 39/39] tty: serial: sh-sci: use setup() callback for early console

[PATCH 1/4] tty: serial: altera_jtaguart: remove flag from altera_jtaguart_rx_chars()
 2022-11-15 14:59 UTC  (8+ messages)
` [PATCH 2/4] tty: serial: altera_jtaguart: remove unused altera_jtaguart::sigs
` [PATCH 3/4] tty: serial: altera_jtaguart: use uart_port::read_status_mask
` [PATCH 4/4] tty: serial: altera_jtaguart: remove struct altera_jtaguart

[PATCH v4 tty-next 0/3] 8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-11-15  8:46 UTC  (9+ messages)
` [PATCH v4 tty-next 1/3] 8250: microchip: pci1xxxx: Add driver for quad-uart support
` [PATCH v4 tty-next 2/3] 8250: microchip: pci1xxxx: Add rs485 support to quad-uart driver
` [PATCH v4 tty-next 3/3] 8250: microchip: pci1xxxx: Add power management functions "

[PATCH v3 1/1] serdev: Replace poll loop by readx_poll_timeout() macro
 2022-11-14 15:18 UTC 

Do not delay boot when printing log to serial console during startup?
 2022-11-14 13:45 UTC  (2+ messages)

[PATCH] n_tty: Rename tail to old_tail in n_tty_read()
 2022-11-14  6:30 UTC  (2+ messages)

[PATCH v1 0/3] serial: liteuart: add IRQ support
 2022-11-12 21:00 UTC  (9+ messages)
` [PATCH v1 1/3] serial: liteuart: cosmetic changes
` [PATCH v1 2/3] serial: liteuart: separate RX loop from poll timer
` [PATCH v1 3/3] serial: liteuart: add IRQ support

[PATCH] dt-bindings: serial: xlnx,opb-uartlite: Drop 'contains' from 'xlnx,use-parity'
 2022-11-11 21:28 UTC 

[PATCH printk v3 00/40] reduce console_lock scope
 2022-11-11 17:15 UTC  (28+ messages)
` [PATCH printk v3 12/40] tty: serial: kgdboc: document console_lock usage
` [PATCH printk v3 23/40] serial_core: replace uart_console_enabled() with uart_console_registered()
` [PATCH printk v3 27/40] tty: serial: earlycon: use console_is_registered()
` [PATCH printk v3 28/40] tty: serial: pic32_uart: "
` [PATCH printk v3 29/40] tty: serial: samsung_tty: "
` [PATCH printk v3 30/40] tty: serial: xilinx_uartps: "
` [PATCH printk v3 36/40] tty: serial: kgdboc: use console_list_lock for list traversal
` [PATCH printk v3 37/40] tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_console()
` [PATCH printk v3 38/40] tty: serial: kgdboc: use console_list_lock to trap exit
` [PATCH printk v3 40/40] tty: serial: sh-sci: use setup() callback for early console

[PATCH v2 0/7] serial: liteuart: add IRQ support
 2022-11-10 20:29 UTC  (10+ messages)
` [PATCH v2 1/7] serial: liteuart: use KBUILD_MODNAME as driver name
` [PATCH v2 2/7] serial: liteuart: use bit number macros
` [PATCH v2 3/7] serial: liteuart: remove unused uart_ops stubs
` [PATCH v2 4/7] serial: liteuart: don't set unused port fields
` [PATCH v2 5/7] serial: liteuart: minor style fix in liteuart_init()
` [PATCH v2 6/7] serial: liteuart: separate RX loop from poll timer
` [PATCH v2 7/7] serial: liteuart: add IRQ support

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

[PATCH V2 0/3] fsl_lpuart: add some new features for lpuart driver
 2022-11-10 11:38 UTC  (4+ messages)
` [PATCH V2 1/3] tty: serial: fsl_lpuart: enable wakeup source for lpuart
` [PATCH V2 2/3] tty: serial: fsl_lpuart: Add runtime pm support
` [PATCH V2 3/3] tty: serial: fsl_lpuart: Use pm_ptr() to avoid need to make pm __maybe_unused

[PATCH 0/2] fsl_lpuart: add some new features for lpuart driver
 2022-11-10 11:04 UTC  (4+ messages)
` [PATCH 2/2] tty: serial: fsl_lpuart: Add runtime pm support

[PATCH] serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle
 2022-11-10 10:24 UTC  (2+ messages)

[PATCH V2 0/5] fsl_lpuart: improve Idle Line Interrupt and registers handle in .shutdown()
 2022-11-10  8:17 UTC  (6+ 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 3/5] tty: serial: fsl_lpuart: clear UARTMODIR register "
` [PATCH V2 4/5] tty: serial: fsl_lpuart: disable Rx/Tx DMA "
` [PATCH V2 5/5] tty: serial: fsl_lpuart: clear LPUART Status Register "

[PATCH 0/2] fsl_lpuart: improve Idle Line Interrupt and registers handle in .shutdown()
 2022-11-10  3:32 UTC  (7+ messages)
` [PATCH 1/2] tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma case
` [PATCH 2/2] tty: serial: fsl_lpuart: improve lpuart32 registers clearing when shutdown

[PATCH] serial: 8250_bcm7271: Fix error handling in brcmuart_init()
 2022-11-09 18:38 UTC  (3+ messages)

[PATCH v2 1/2] tty: Convert tty_buffer flags to bool
 2022-11-09 12:02 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).