linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-22 15:19:08 to 2022-11-08 08:53:46 UTC [more...]

[PATCH printk v3 00/40] reduce console_lock scope
 2022-11-08  8:53 UTC  (14+ messages)
` [PATCH printk v3 02/40] serial: kgdboc: Lock console list in probe function
` [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] dt-bindings: serial: arm,sbsa-uart: Convert to json-schema
 2022-11-07 20:27 UTC  (3+ messages)

[PATCH v1 0/3] serial: liteuart: add IRQ support
 2022-11-07 17:15 UTC  (4+ 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 v1 0/7] Clean-up and documentation for i.MXRT1050
 2022-11-07 15:09 UTC  (11+ messages)
` [PATCH v1 1/7] dt-bindings: arm: imx: Add i.MXRT compatible Documentation
` [PATCH v1 2/7] dt-bindings: pinctrl: Fix file path for pinfunc include
` [PATCH v1 3/7] dt-bindings: timer: gpt: Add i.MXRT compatible Documentation
` [PATCH v1 4/7] dt-bindings: serial: fsl-lpuart: add i.MXRT1170 compatible
` [PATCH v1 5/7] dt-bindings: mmc: fsl-imx-esdhc: "
` [PATCH v1 6/7] pinctrl: freescale: Fix i.MXRT1050 pad names
` [PATCH v1 7/7] ARM: dts: imx: Update i.MXRT1050.dtsi compatibles

[PATCH v3 tty-next 0/3] 8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-11-07 12:45 UTC  (4+ messages)
` [PATCH v3 tty-next 1/3] 8250: microchip: pci1xxxx: Add driver for quad-uart support
` [PATCH v3 tty-next 2/3] 8250: microchip: pci1xxxx: Add rs485 support to quad-uart driver
` [PATCH v3 tty-next 3/3] 8250: microchip: pci1xxxx: Add power management functions "

[tty:tty-next 10/67] drivers/tty/serial/8250/8250_omap.c:825 omap8250_rs485_config() warn: bitwise AND condition is false here
 2022-11-07 12:40 UTC 

[PATCH 0/4] 8250: DMA Fixes
 2022-11-07 12:03 UTC  (11+ messages)
` [PATCH 1/4] serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
` [PATCH 2/4] serial: 8250_lpss: Configure DMA also w/o DMA filter
` [PATCH 3/4] serial: 8250_lpss: Use 16B DMA burst with Elkhart Lake
` [PATCH 4/4] serial: 8250: Flush DMA Rx on RLSI

[PATCH 1/1] serial: 8250_dma: Rearm DMA Rx if more data is pending
 2022-11-07 11:31 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2022-11-07  9:15 UTC 

[PATCH printk v2 00/38] reduce console_lock scope
 2022-11-07  9:45 UTC  (19+ messages)
` [PATCH printk v2 01/38] serial: kgdboc: Lock console list in probe function
` [PATCH printk v2 12/38] tty: serial: kgdboc: use console_is_enabled()
` [PATCH printk v2 21/38] serial: kgdboc: use srcu console list iterator
` [PATCH printk v2 22/38] serial: kgdboc: document console_lock usage
` [PATCH printk v2 34/38] serial: kgdboc: use console_list_lock instead of console_lock

[PATCH] tty: serial: samsung_tty: Fix clk resource leak issue
 2022-11-07  8:56 UTC  (3+ messages)

[PATCH] serial: Fix a typo ("ignorning")
 2022-11-04 13:25 UTC  (3+ messages)

[PATCH v2 tty-next 0/3] 8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-11-04 12:50 UTC  (25+ messages)
` [PATCH v2 tty-next 1/3] 8250: microchip: pci1xxxx: Add driver for quad-uart support
` [PATCH v2 tty-next 2/3] 8250: microchip: pci1xxxx: Add rs485 support to quad-uart driver
` [PATCH v2 tty-next 3/3] 8250: microchip: pci1xxxx: Add power management functions "

[tty:tty-linus] BUILD SUCCESS 7b7dfe4833c70a11cdfa51b38705103bd31eddaa
 2022-11-03 15:45 UTC 

[tty:tty-testing] BUILD SUCCESS 15730dc45dc7432713c7af9ee5abad76872f6405
 2022-11-03 15:13 UTC 

[PATCH v3 1/3] tty: n_gsm: introduce macro for minimal unit size
 2022-11-03 15:08 UTC  (4+ messages)
` [PATCH v3 2/3] tty: n_gsm: add parameters used with parameter negotiation
` [PATCH v3 3/3] tty: n_gsm: add parameter negotiation support

[PATCH v2 1/2] tty: Convert tty_buffer flags to bool
 2022-11-03 10:11 UTC  (3+ messages)

[PATCH] serial: 8250_bcm2835aux: return PTR_ERR when fail to acquire clk
 2022-11-03  2:51 UTC  (2+ messages)

[PATCH] earlycon: Fix compile error when SERIAL_CORE is m
 2022-11-03  2:28 UTC  (4+ messages)

[tty:tty-testing] BUILD SUCCESS 72da688b457d738b943016dabc603efb1be5f4e1
 2022-11-02 19:37 UTC 

[PATCH 0/6] RISC-V: stop selecting device drivers in Kconfig.socs
 2022-11-02 10:34 UTC  (4+ messages)

[PATCH v4 0/4] Enhance definition of DFH and use enhancements for uart driver
 2022-11-02  9:57 UTC  (20+ messages)
` [PATCH v4 1/4] Documentation: fpga: dfl: Add documentation for DFHv1
` [PATCH v4 2/4] fpga: dfl: Add DFHv1 Register Definitions
` [PATCH v4 3/4] fpga: dfl: add basic support DFHv1
` [PATCH v4 4/4] tty: serial: 8250: add DFL bus driver for Altera 16550

[PATCH 5.15 1/2] serial: core: move RS485 configuration tasks from drivers into core
 2022-11-02  1:42 UTC  (3+ messages)
` [PATCH 5.15 2/2] serial: Deassert Transmit Enable on probe in driver-specific way

[PATCH v3 1/4] serial: 8250: allow use of non-runtime configured uart ports
 2022-11-01 15:19 UTC  (15+ messages)
` [PATCH v3 2/4] serial: 8250: allow zero runtime-configured ports
` [PATCH v3 3/4] serial: 8250: skip platform device registration with no runtime ports
` [PATCH v3 4/4] tty: 8250: update description of RUNTIME_PORTS / nr_uarts

[PATCH v2 1/3] tty: n_gsm: introduce macro for minimal unit size
 2022-11-01  6:16 UTC  (12+ messages)
` [PATCH v2 2/3] tty: n_gsm: add parameters used with parameter negotiation
` [PATCH v2 3/3] tty: n_gsm: add parameter negotiation support

[PATCH v4 0/2] serial: 8250/ingenic: Add support for the JZ4750
 2022-10-31 18:40 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: serial: ingenic: Add support for the JZ4750/55 SoCs
` [PATCH v4 2/2] serial: 8250/ingenic: Add support for the JZ4750/JZ4755

[PATCH 5.10 v2 1/2] serial: core: move RS485 configuration tasks from drivers into core
 2022-10-29  6:58 UTC  (6+ messages)

[PATCH] serial: 8250: omap: Flush PM QOS work on remove
 2022-10-28 11:00 UTC 

[PATCH] serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()
 2022-10-28 10:58 UTC 

[PATCH 0/4] tty: serial: Add ability to control rs485 RX_DURING_TX via a GPIO
 2022-10-28  8:27 UTC  (9+ messages)
` [PATCH 1/4] dt_bindings: rs485: Add binding for GPIO that controls Rx enable during Tx
` [PATCH 2/4] serial: core: Add option to control rs485 RX_DURING_TX by a GPIO
` [PATCH 3/4] serial: imx: Add support for rs485 RX_DURING_TX GPIO
` [PATCH 4/4] serial: stm32: "

[PATCH 00/21] ARM: s3c: clean out obsolete platforms
 2022-10-27 23:10 UTC  (12+ messages)
` [PATCH 02/21] ARM: s3c: remove s3c24xx specific hacks

imx serial chars lost issue
 2022-10-26 19:36 UTC  (8+ messages)

[PATCH] ioctl_tty.2: Document TIOCSERGETLSR/TIOCSER_TEMT
 2022-10-26 19:26 UTC  (2+ messages)

[PATCH] serial: 8250_omap: remove wait loop from Errata i202 workaround
 2022-10-26  6:13 UTC  (6+ messages)

[PATCH v2 0/2] serial: 8250/ingenic: Add support for the JZ4750
 2022-10-24 12:50 UTC  (3+ messages)
` [PATCH v2 2/2] serial: 8250/ingenic: Add support for the JZ4750/JZ4755

[PATCH v3 0/2] serial: 8250/ingenic: Add support for the JZ4750
 2022-10-24 21:05 UTC  (9+ messages)
` [PATCH v3 1/2] dt-bindings: serial: ingenic: Add support for the JZ4750/55 SoCs
` [PATCH v3 2/2] serial: 8250/ingenic: Add support for the JZ4750/JZ4755

[PATCH v5 0/9] Make atmel serial driver aware of GCLK
 2022-10-24 12:25 UTC  (7+ messages)
` [PATCH v5 1/9] dt-bindings: mfd: atmel,sama5d2-flexcom: Add SPI child node ref binding

[PATCH] serial: fsl_lpuart: Skip the reset for the early console port
 2022-10-24  9:56 UTC  (2+ messages)

[PATCH V4] tty: serial: fsl_lpuart: don't break the on-going transfer when global reset
 2022-10-24  8:58 UTC 

[PATCH V3] tty: serial: fsl_lpuart: don't break the on-going transfer when global reset
 2022-10-24  8:16 UTC  (3+ messages)

[PATCH] serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()
 2022-10-24  6:36 UTC 

[PATCH] dt-bindings: serial: renesas,scif: Document r8a779g0 support
 2022-10-22 16:35 UTC  (2+ 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).