linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-22 01:53:00 to 2022-01-04 10:44:05 UTC [more...]

[PATCH] serial: imx: reduce RX interrupt frequency
 2022-01-04 10:43 UTC  (2+ messages)

[PATCH V3 0/6] the UART driver compatible with the Amlogic Meson
 2022-01-04  9:57 UTC  (36+ messages)
` [PATCH V3 1/6] tty: serial: meson: Drop the legacy compatible strings and clock code
` [PATCH V3 2/6] tty: serial: meson: Request the register region in meson_uart_probe()
` [PATCH V3 3/6] dt-bindings: serial: meson: Support S4 SoC uart. Also Drop compatible = amlogic,meson-gx-uart
` [PATCH V3 4/6] tty: serial: meson: The UART baud rate calculation is described using the common clock code. Also added S4 chip uart Compatible
` [PATCH V3 5/6] tty: serial: meson: meson_uart_shutdown omit clear AML_UART_TX_EN bit
` [PATCH V3 6/6] tty: serial: meson: Change request_irq to devm_request_irq and move devm_request_irq to meson_uart_probe()

[PATCH v2] serial: 8250: Move Alpha-specific quirk out of the core
 2022-01-04  7:17 UTC  (2+ messages)

[PATCH v7 0/7] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2022-01-03 23:39 UTC  (8+ messages)
` [PATCH v7 1/7] ARM: imx: Add initial support for i.MXRT10xx family
` [PATCH v7 2/7] ARM: dts: imxrt1050-pinfunc: Add pinctrl binding header
` [PATCH v7 3/7] dt-bindings: imx: Add clock binding for i.MXRT1050
` [PATCH v7 4/7] dt-bindings: clock: imx: Add documentation for i.MXRT1050 clock
` [PATCH v7 5/7] clk: imx: Add initial support for i.MXRT1050 clock driver
` [PATCH v7 6/7] ARM: dts: imx: Add i.MXRT1050-EVK support
` [PATCH v7 7/7] ARM: imxrt_defconfig: Add i.MXRT family defconfig

[PATCH] Bugfix RTS line config in RS485 mode is overwritten in pl011_set_mctrl() function
 2022-01-03 13:44 UTC  (5+ messages)

[PATCH 00/12] ACPI / pdx86: Add support for x86 Android tablets with broken DSDTs
 2022-01-03 11:42 UTC  (19+ messages)
` [PATCH 01/12] ACPI / x86: Add acpi_quirk_skip_[i2c_client|serdev]_enumeration() helpers
` [PATCH 02/12] i2c: acpi: Do not instantiate I2C-clients on boards with known bogus DSDT entries
` [PATCH 03/12] serdev: Do not instantiate serdevs "
` [PATCH 04/12] platform/x86: x86-android-tablets: Don't return -EPROBE_DEFER from a non probe() function
` [PATCH 05/12] platform/x86: x86-android-tablets: Add support for PMIC interrupts
` [PATCH 06/12] platform/x86: x86-android-tablets: Add support for instantiating platform-devs
` [PATCH 07/12] platform/x86: x86-android-tablets: Add support for instantiating serdevs
` [PATCH 08/12] platform/x86: x86-android-tablets: Add support for registering GPIO lookup tables
` [PATCH 09/12] platform/x86: x86-android-tablets: Add support for preloading modules
` [PATCH 10/12] platform/x86: x86-android-tablets: Add Asus TF103C data
` [PATCH 11/12] platform/x86: x86-android-tablets: Add Asus MeMO Pad 7 ME176C data
` [PATCH 12/12] platform/x86: x86-android-tablets: Add TM800A550L data

serial: imx: hardware flow control failure
 2022-01-03 10:22 UTC 

[PATCH] serial: core: Keep mctrl register state and cached copy in sync
 2022-01-02 17:52 UTC 

[PATCH] serial: pl011: Drop redundant DTR/RTS preservation on close/open
 2022-01-02 17:49 UTC 

[PATCH] serial: pl011: Drop CR register reset on set_termios
 2022-01-02 17:45 UTC 

[PATCH] serial: pl010: Drop CR register reset on set_termios
 2022-01-02 17:42 UTC 

[tty:tty-testing] BUILD SUCCESS 99a507a8ea28542ec196e2dd80096708e2482735
 2022-01-01  1:39 UTC 

[PATCH] serdev: BREAK/FRAME/PARITY/OVERRUN notification prototype V2
 2021-12-31 12:42 UTC  (4+ messages)

[tty:tty-testing] BUILD SUCCESS 5acb78dc72b48bc44226a86368fb442800981a0c
 2021-12-31  3:35 UTC 

[PATCH v2 0/3] ACPI / pdx86: Add support for x86 Android tablets with broken DSDTs
 2021-12-30 18:31 UTC  (11+ messages)
` [PATCH v2 1/3] ACPI / x86: Add acpi_quirk_skip_[i2c_client|serdev]_enumeration() helpers
` [PATCH v2 2/3] i2c: acpi: Do not instantiate I2C-clients on boards with known bogus DSDT entries
` [PATCH v2 3/3] serdev: Do not instantiate serdevs "

[PATCH] ACPI / scan: Create platform device for BCM4752 and LNV4752 ACPI nodes
 2021-12-30 16:36 UTC  (2+ messages)

[PATCH 00/10] serial: Use platform_get_irq*() variants to fetch IRQ's
 2021-12-30 12:27 UTC  (16+ messages)
` [PATCH 01/10] serial: altera: Use platform_get_irq_optional() to get the interrupt
` [PATCH 02/10] serial: 8250_bcm7271: Use platform_get_irq() "
` [PATCH 03/10] serial: 8250_bcm7271: Propagate error codes from brcmuart_probe()
` [PATCH 04/10] serial: meson: Use platform_get_irq() to get the interrupt
` [PATCH 05/10] serial: pxa: "
` [PATCH 06/10] serial: altera_jtaguart: Use platform_get_irq_optional() "
` [PATCH 07/10] serial: vt8500: Use platform_get_irq() "
` [PATCH 08/10] serial: ar933x: "
` [PATCH 09/10] serial: bcm63xx: "
` [PATCH 10/10] serial: pmac_zilog: "

amba-pl011 driver: bug in RS485 mode
 2021-12-30 12:21 UTC  (2+ messages)

[PATCH v5 0/2] Add UART driver for Suplus SP7021 SoC
 2021-12-30 12:18 UTC  (10+ messages)
` [PATCH v5 2/2] serial:sunplus-uart:Add Sunplus SoC UART Driver

[PATCH V2 0/6] the UART driver compatible with the Amlogic Meson S4
 2021-12-30  9:35 UTC  (9+ messages)
` [PATCH V2 1/6] tty: serial: meson: Drop the legacy compatible strings and clock code
` [PATCH V2 2/6] tty: serial: meson: Request the register region in meson_uart_probe()
` [PATCH V2 3/6] dt-bindings: serial: meson: Support S4 SoC uart. Also Drop compatible = amlogic,meson-gx-uart
` [PATCH V2 4/6] tty: serial: meson: The UART baud rate calculation is described using the common clock code. Also added S4 chip uart Compatible
` [PATCH V2 5/6] tty: serial: meson: meson_uart_shutdown omit clear AML_UART_TX_EN bit
` [PATCH V2 6/6] tty: serial: meson: Change request_irq to devm_request_irq and move devm_request_irq to meson_uart_probe()

[PATCH] serial: 8250: add lock for dma rx
 2021-12-30  4:41 UTC  (12+ messages)
` 答复: "
    ` 答复: "
        ` 答复: "
            ` 答复: "
                ` 答复: "
                    ` 答复: "

[RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI
 2021-12-29 16:55 UTC  (14+ messages)

[PATCH] serial: 8250: Move alpha-specific quirk out of the core
 2021-12-28 17:33 UTC  (3+ messages)

[PATCH 0/3] the UART driver compatible with the Amlogic Meson S4 SoC
 2021-12-28 11:24 UTC  (17+ messages)
` [PATCH 1/3] tty: serial: meson: modify request_irq and free_irq
` [PATCH 2/3] tty: serial: meson: meson_uart_shutdown omit clear AML_UART_TX_EN bit
` [PATCH 3/3] tty: serial: meson: add UART driver compatible with S4 SoC on-chip

[PATCH V3] dt-bindings: serial: amlogic, meson-uart: support S4
 2021-12-27 17:08 UTC  (4+ messages)

[PATCH] serial: Fix incorrect rs485 polarity on uart open
 2021-12-27 13:17 UTC  (4+ messages)

Happy Weekend:
 2021-12-26  9:29 UTC 

[PATCH V2] dt-bindings: serial: amlogic, meson-uart: support S4
 2021-12-24 17:29 UTC  (3+ messages)

[PATCH] tty: serial: Check for error irq
 2021-12-24  2:02 UTC 

[PATCH v4] serial: mps2-uart: Check for error irq
 2021-12-23 14:40 UTC 

Re: [PATCH v3] serial: mps2-uart: Check for error irq
 2021-12-23 14:26 UTC  (2+ messages)
`  "

[PATCH v3] serial: mps2-uart: Check for error irq
 2021-12-23 12:54 UTC  (2+ messages)

[PATCH v2] serial: mps2-uart: Check for error irq
 2021-12-23 12:01 UTC  (2+ messages)

[PATCH v1 1/1] serial: 8250_exar: derive nr_ports from ID for Acces I/O cards
 2021-12-23 10:18 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2021-12-23  8:31 UTC 

Wycena paneli fotowoltaicznych
 2021-12-23  7:45 UTC 

Re: [PATCH] serial: mps2-uart: Check for error irq
 2021-12-23  3:21 UTC 

[PATCH 00/16] Add new Renesas RZ/V2L SoC and Renesas RZ/V2L SMARC EVK support
 2021-12-22 19:37 UTC  (24+ messages)
` [PATCH 01/16] dt-bindings: arm: renesas: Document Renesas RZ/V2L SoC
` [PATCH 02/16] dt-bindings: arm: renesas: Document SMARC EVK
` [PATCH 03/16] dt-bindings: power: renesas,rzg2l-sysc: Document RZ/V2L SoC
` [PATCH 06/16] dt-bindings: serial: renesas,scif: "
` [PATCH 07/16] dt-bindings: serial: renesas,sci: "
` [PATCH 08/16] dt-bindings: clock: Add R9A07G054 CPG Clock and Reset Definitions
` [PATCH 09/16] dt-bindings: clock: renesas: Document RZ/V2L SoC
` [PATCH 11/16] dt-bindings: pinctrl: renesas: Document RZ/V2L pinctrl
` [PATCH 13/16] dt-bindings: dma: rz-dmac: Document RZ/V2L SoC
` [PATCH 14/16] dt-bindings: net: renesas,etheravb: "

[PATCH] serial: lantiq: store and compare return status correctly
 2021-12-22 13:38 UTC  (2+ messages)

[PATCH v3 0/1] tty: serial: Use fifo in 8250 console driver
 2021-12-22 11:28 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v2] tty: serial: Use fifo in 8250 console driver
 2021-12-22 11:22 UTC  (5+ messages)

[PATCH v6 0/7] dd initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-12-22 11:17 UTC  (7+ messages)
` [PATCH v6 4/7] dt-bindings: clock: imx: Add documentation for i.MXRT1050 clock
` [PATCH v6 5/7] clk: imx: Add initial support for i.MXRT1050 clock driver
` [PATCH v6 6/7] ARM: dts: imx: Add i.MXRT1050-EVK support
` [PATCH v6 7/7] ARM: imxrt_defconfig: Add i.MXRT family defconfig

[PATCH] serial: mps2-uart: Check for error irq
 2021-12-22 10:23 UTC  (2+ messages)

[PATCH 0/3] serial: sh-sci: Clock handling improvements
 2021-12-22  9:25 UTC  (5+ 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).