linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-22 22:23:59 to 2021-11-29 00:56:25 UTC [more...]

[PATCH v3 00/11] Apple SoC PMGR device power states driver
 2021-11-29  0:54 UTC  (15+ messages)
` [PATCH v3 01/11] MAINTAINERS: Add PMGR power state files to ARM/APPLE MACHINE
` [PATCH v3 02/11] dt-bindings: i2c: apple,i2c: Add power-domains property
` [PATCH v3 03/11] dt-bindings: iommu: apple,dart: "
` [PATCH v3 04/11] dt-bindings: pinctrl: apple,pinctrl: "
` [PATCH v3 05/11] dt-bindings: interrupt-controller: apple,aic: "
` [PATCH v3 06/11] dt-bindings: power: Add apple,pmgr-pwrstate binding
` [PATCH v3 07/11] dt-bindings: arm: apple: Add apple,pmgr binding
` [PATCH v3 08/11] soc: apple: Add driver for Apple PMGR power state controls
` [PATCH v3 09/11] arm64: dts: apple: t8103: Add PMGR nodes
` [PATCH v3 10/11] tty: serial: samsung_tty: Support runtime PM
` [PATCH v3 11/11] arm64: dts: apple: t8103: Add UART2

[PATCH 0/2] Add UART driver for Suplus SP7021 SoC
 2021-11-29  0:22 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] dt-bindings:serial:Add bindings doc for Sunplus SoC UART Driver
  ` [PATCH v3 2/2] serial:sunplus-uart:Add "

[PATCH 0/8] soc: samsung: Add USIv2 driver
 2021-11-29  0:02 UTC  (17+ messages)
` [PATCH 1/8] dt-bindings: soc: samsung: Add Exynos USIv2 bindings
` [PATCH 2/8] dt-bindings: soc: samsung: Add Exynos USIv2 bindings doc
` [PATCH 3/8] soc: samsung: Add USIv2 driver
` [PATCH 4/8] tty: serial: samsung: Remove USI initialization
` [PATCH 5/8] tty: serial: samsung: Enable console as module
` [PATCH 6/8] tty: serial: Make SERIAL_SAMSUNG=y impossible when EXYNOS_USI_V2=m
` [PATCH 7/8] i2c: Make I2C_EXYNOS5=y "
` [PATCH 8/8] spi: Make SPI_S3C64XX=y "

[PATCH v3 00/13] add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-11-28 22:17 UTC  (32+ messages)
` [PATCH v3 01/13] ARM: imx: add initial support for i.MXRT10xx family
` [PATCH v3 02/13] dt-bindings: pinctrl: add i.MXRT1050 pinctrl binding doc
` [PATCH v3 03/13] ARM: dts: imxrt1050-pinfunc: Add pinctrl binding header
` [PATCH v3 04/13] pinctrl: freescale: Add i.MXRT1050 pinctrl driver support
` [PATCH v3 05/13] dt-bindings: imx: Add clock binding for i.MXRT1050
` [PATCH v3 06/13] dt-bindings: clock: imx: Add documentation for i.MXRT clock
` [PATCH v3 07/13] clk: imx: Add initial support for i.MXRT clock driver
` [PATCH v3 08/13] dt-bindings: serial: fsl-lpuart: add i.MXRT compatible
` [PATCH v3 09/13] tty: serial: fsl_lpuart: add i.MXRT support
` [PATCH v3 10/13] dt-bindings: mmc: fsl-imx-esdhc: add i.MXRT compatible string
` [PATCH v3 11/13] mmc: sdhci-esdhc-imx: Add sdhc support for i.MXRT series
` [PATCH v3 12/13] ARM: dts: imx: add i.MXRT1050-EVK support
` [PATCH v3 13/13] ARM: imxrt_defconfig: add i.MXRT family defconfig

[PATCH v4 00/16] Basic StarFive JH7100 RISC-V SoC support
 2021-11-28 18:19 UTC  (3+ messages)

[PATCH] serial: tegra: Fixes lower tolerance baud rate limit for older tegra chips introduced by d781ec21bae6
 2021-11-27 23:19 UTC  (2+ messages)

[tty:tty-testing] BUILD SUCCESS 3f19fed8d0daed6e0e04b130d203d4333b757901
 2021-11-27  5:23 UTC 

Serial_DMA issue discussion
 2021-11-26 21:13 UTC  (2+ messages)

[PATCH] serial: amba-pl011: do not request memory region twice
 2021-11-26 16:27 UTC  (5+ messages)

[PATCHv4 0/7] Serial port generic PM to fix 8250 PM
 2021-11-26 16:01 UTC  (2+ messages)

[PATCH 00/23] tty: documentation revamp
 2021-11-26 15:28 UTC  (25+ messages)
` [PATCH 01/23] tty: finish kernel-doc of tty_struct members
` [PATCH 02/23] tty: add kernel-doc for tty_port
` [PATCH 03/23] tty: add kernel-doc for tty_driver
` [PATCH 04/23] tty: add kernel-doc for tty_operations
` [PATCH 05/23] tty: add kernel-doc for tty_port_operations
` [PATCH 06/23] tty: add kernel-doc for tty_ldisc_ops
` [PATCH 07/23] tty: combine tty_operations triple docs into kernel-doc
` [PATCH 08/23] tty: combine tty_ldisc_ops "
` [PATCH 09/23] tty: reformat tty_struct::flags "
` [PATCH 10/23] tty: reformat TTY_DRIVER_ flags "
` [PATCH 11/23] tty: reformat kernel-doc in tty_port.c
` [PATCH 12/23] tty: reformat kernel-doc in tty_io.c
` [PATCH 13/23] tty: reformat kernel-doc in tty_ldisc.c
` [PATCH 14/23] tty: reformat kernel-doc in tty_buffer.c
` [PATCH 15/23] tty: fix kernel-doc in n_tty.c
` [PATCH 16/23] tty: reformat "
` [PATCH 17/23] tty: add kernel-doc for more tty_driver functions
` [PATCH 18/23] tty: add kernel-doc for more tty_port functions
` [PATCH 19/23] tty: move tty_ldisc docs to new Documentation/tty/
` [PATCH 20/23] tty: make tty_ldisc docs up-to-date
` [PATCH 21/23] tty: more kernel-doc for tty_ldisc
` [PATCH 22/23] tty: add kernel-doc for tty_standard_install
` [PATCH 23/23] Documentation: add TTY chapter

[PATCH v2] serial: uartlite: Move out-of-range port-numbers into ULITE_NR_UARTS range
 2021-11-26 15:35 UTC  (7+ messages)

[PATCH] dt-bindings: Add resets to the PL011 bindings
 2021-11-26 15:23 UTC  (2+ messages)

[PATCH v2] serial-uartlite: Remove an un-necessary read of control register
 2021-11-26 14:07 UTC  (5+ messages)

[PATCH V6 0/7] dt-bindinds/dts: support i.MX8ULP
 2021-11-26  7:40 UTC  (7+ messages)
` [PATCH V6 1/7] dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string
` [PATCH V6 2/7] dt-bindings: serial: fsl-lpuart: "
` [PATCH V6 3/7] dt-bindings: timer: tpm-timer: "
` [PATCH V6 4/7] dt-bindings: watchdog: imx7ulp-wdt: "
` [PATCH V6 5/7] dt-bindings: arm: fsl: Add binding for imx8ulp evk
` [PATCH V6 7/7] arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board

[tty:tty-testing] BUILD SUCCESS 693a622b08ccbd0f0f38695664a4428b712babea
 2021-11-26  7:08 UTC 

[tty:tty-linus] BUILD SUCCESS bb1201d4b38ec67bd9a871cf86b0cc10f28b15b5
 2021-11-26  7:08 UTC 

[PATCH 0/3] serial: 8250_pci patches to address issues with pericom_do_set_divisor()
 2021-11-25 17:30 UTC  (3+ messages)
` [PATCH 1/3] serial: 8250_pci: rewrite pericom_do_set_divisor

[PATCH v4 00/12] arm64: dts: Add i.MX8DXL initial support
 2021-11-25 13:23 UTC  (11+ messages)
` [PATCH v4 01/12] dt-bindings: i2c: imx-lpi2c: Fix i.MX 8QM compatible matching
` [PATCH v4 12/12] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible
    ` (EXT) "
        ` (EXT) "
            ` (EXT) "

[PATCH 1/1] Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"
 2021-11-25 13:20 UTC  (2+ messages)

[PATCH V5 0/8] dt-bindinds/dts: support i.MX8ULP
 2021-11-25  9:32 UTC  (5+ messages)
` (subset) "

[PATCH v2 00/13] dmaengine: at_xdmac: Various fixes
 2021-11-25  9:00 UTC  (14+ messages)
` [PATCH v2 01/13] dmaengine: at_xdmac: Don't start transactions at tx_submit level
` [PATCH v2 02/13] tty: serial: atmel: Check return code of dmaengine_submit()
` [PATCH v2 03/13] tty: serial: atmel: Call dma_async_issue_pending()
` [PATCH v2 04/13] dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending
` [PATCH v2 05/13] dmaengine: at_xdmac: Print debug message after realeasing the lock
` [PATCH v2 06/13] dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie
` [PATCH v2 07/13] dmaengine: at_xdmac: Fix race for the tx desc callback
` [PATCH v2 08/13] dmaengine: at_xdmac: Move the free desc to the tail of the desc list
` [PATCH v2 09/13] dmaengine: at_xdmac: Fix concurrency over xfers_list
` [PATCH v2 10/13] dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work()
` [PATCH v2 11/13] dmaengine: at_xdmac: Fix lld view setting
` [PATCH v2 12/13] dmaengine: at_xdmac: Fix at_xdmac_lld struct definition
` [PATCH v2 13/13] dmaengine: at_xdmac: Fix race over irq_status

[PATCH V3] tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()
 2021-11-25  2:03 UTC 

[PATCH V3] tty: serial: imx: clear the RTSD status before enable the RTSD irq
 2021-11-25  1:43 UTC 

[PATCH v2 00/11] dmaengine: kill off dma_slave_config->slave_id
 2021-11-24 17:39 UTC  (10+ messages)
` [PATCH v2 01/11] ASoC: tegra20-spdif: stop setting slave_id
` [PATCH v2 04/11] mmc: bcm2835: stop setting chan_config->slave_id
` [PATCH v2 10/11] dmaengine: tegra20-apb: stop checking config->slave_id

[PATCH 00/16] treewide: Initial support for R-Car S4-8
 2021-11-24 14:06 UTC  (12+ messages)
` [PATCH 10/16] soc: renesas: r8a779f0-sysc: Add r8a779f0 support
` [PATCH 12/16] clk: renesas: cpg-mssr: Add support for R-Car S4-8
` [PATCH 14/16] arm64: dts: renesas: Add Renesas R8A779F0 SoC support
` [PATCH 15/16] arm64: dts: renesas: Add Renesas Spider boards support
` [PATCH 16/16] arm64: defconfig: Enable R-Car S4-8

[PATCH v3] serial: uartlite: Move out-of-range port-numbers into ULITE_NR_UARTS range
 2021-11-24 12:33 UTC  (5+ messages)

[PATCH V2] tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()
 2021-11-24 11:35 UTC  (6+ messages)

[PATCH v2] uartlite: Update the default for the SERIAL_UARTLITE_NR_UARTS
 2021-11-24 10:06 UTC  (8+ messages)

[PATCH 1/1] tty: serial: uartlite: allow 64 bit address
 2021-11-24  8:13 UTC  (4+ messages)

[PATCH v1 0/2] serial: 8250_pci: Split Pericom driver
 2021-11-24  4:29 UTC  (9+ messages)

[PATCH v3] serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30
 2021-11-23 13:27 UTC 

[PATCH V2] tty: serial: imx: clear the RTSD status before enable the RTSD irq
 2021-11-23 13:04 UTC  (2+ messages)

[PATCH] tty: serial: imx: clear RTSD status before suspend
 2021-11-23 10:20 UTC  (5+ messages)

[PATCH] tty: serial: imx: disable UCR4_OREN in .stop_rx()
 2021-11-23  9:05 UTC  (4+ messages)

[PATCH v2 0/3] serial: 8250_pci: Split Pericom driver
 2021-11-23  9:00 UTC  (4+ messages)
` [PATCH v2 3/3] serial: 8250_pericom: Use serial_dl_write() instead of open coded

[PATCH v2 00/13] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-11-23  4:31 UTC  (5+ messages)
` [PATCH v2 11/13] mmc: sdhci-esdhc-imx: Add sdhc support for i.MXRT series


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