messages from 2021-10-12 15:05:03 to 2021-10-25 12:54:25 UTC [more...]
[PATCH 00/13] This patchset aims to add initial support for the i.MXRT10xx family
2021-10-25 12:54 UTC (25+ messages)
` [PATCH 01/13] ARM: imx: add initial support for "
` [PATCH 02/13] dt-bindings: pinctrl: add i.MXRT1050 pinctrl binding doc
` [PATCH 03/13] dt-bindings: imx: Add pinctrl binding doc for i.MXRT1050
` [PATCH 04/13] pinctrl: freescale: Add i.MXRT1050 pinctrl driver support
` [PATCH 05/13] dt-bindings: clock: imx: Add documentation for i.MXRT clock
` [PATCH 06/13] dt-bindings: imx: Add clock binding for i.MXRT1050
` [PATCH 07/13] clk: imx: Add initial support for i.MXRT clock driver
` [PATCH 08/13] dt-bindings: serial: fsl-lpuart: add i.MXRT compatible
` [PATCH 09/13] tty: serial: fsl_lpuart: add i.MXRT support
` [PATCH 10/13] dt-bindings: mmc: fsl-imx-esdhc: add i.MXRT compatible string
` [PATCH 11/13] mmc: sdhci-esdhc-imx: Add sdhc support for i.MXRT series
` [PATCH 12/13] ARM: dts: imx: add i.MXRT1050-EVK support
` [PATCH 13/13] ARM: imxrt_defconfig: add i.MXRT family defconfig
[PATCH v2 1/2] serial: 8250_pci: Replace custom pci_match_id() implementation
2021-10-25 12:45 UTC (2+ messages)
` [PATCH v2 2/2] serial: 8250_pci: Remove empty stub pci_quatech_exit()
[PATCH v1 1/2] serial: 8250_pci: Remove empty stub pci_quatech_exit()
2021-10-25 12:43 UTC (4+ messages)
` [PATCH v1 2/2] serial: 8250_port: properly handle runtime PM in IRQ
[PATCH v2 00/16] Basic StarFive JH7100 RISC-V SoC support
2021-10-25 10:51 UTC (52+ messages)
` [PATCH v2 01/16] RISC-V: Add StarFive SoC Kconfig option
` [PATCH v2 02/16] dt-bindings: timer: Add StarFive JH7100 clint
` [PATCH v2 03/16] dt-bindings: interrupt-controller: Add StarFive JH7100 plic
` [PATCH v2 04/16] dt-bindings: clock: starfive: Add JH7100 clock definitions
` [PATCH v2 05/16] dt-bindings: clock: starfive: Add JH7100 bindings
` [PATCH v2 06/16] clk: starfive: Add JH7100 clock generator driver
` [PATCH v2 07/16] dt-bindings: reset: Add StarFive JH7100 reset definitions
` [PATCH v2 08/16] dt-bindings: reset: Add Starfive JH7100 reset bindings
` [PATCH v2 09/16] reset: starfive-jh7100: Add StarFive JH7100 reset driver
` [PATCH v2 10/16] dt-bindings: pinctrl: Add StarFive pinctrl definitions
` [PATCH v2 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings
` [PATCH v2 12/16] pinctrl: starfive: Add pinctrl driver for StarFive SoCs
` [PATCH v2 13/16] dt-bindings: serial: snps-dw-apb-uart: Add JH7100 uarts
` [PATCH v2 14/16] serial: 8250_dw: Add skip_clk_set_rate quirk
` [PATCH v2 15/16] RISC-V: Add initial StarFive JH7100 device tree
` [PATCH v2 16/16] RISC-V: Add BeagleV Starlight Beta "
[RFC 00/19] Add interconnect and devfreq support for i.MX8MQ
2021-10-25 9:00 UTC (4+ messages)
` [RFC 08/19] interconnect: imx8: Remove the imx_icc_node_adj_desc
[PATCH v2 1/3] serial: 8250_pci: Refactor the loop in pci_ite887x_init()
2021-10-22 13:51 UTC (3+ messages)
` [PATCH v2 2/3] serial: 8250_pci: Get rid of redundant 'else' keyword
` [PATCH v2 3/3] serial: 8250_pci: Replace dev_*() by pci_*() macros
[tty:tty-testing] BUILD SUCCESS 7c0408d805797178f075f33d0f705a1c6ef76c82
2021-10-22 3:56 UTC
[PATCH] serial: sifive: set pointer to NULL rather than 0
2021-10-21 21:51 UTC (2+ messages)
Possible issue with RS485 IOCTLs on 16C950 UARTs?
2021-10-21 17:37 UTC (5+ messages)
[PATCH v2 0/2] serial: imx: fix unregister/register console
2021-10-21 8:39 UTC (7+ messages)
` [PATCH v2 1/2] serial: imx: fix detach/attach of serial console
` [PATCH v2 2/2] serial: imx: disable console clocks on unregister
[PATCHv3 0/4] Get rid of pm_runtime_irq_safe() for 8250_omap
2021-10-21 6:32 UTC (8+ messages)
` [PATCH 1/4] serial: core: Add wakeup() and start_pending_tx() for power management
` [PATCH 2/4] serial: 8250: Implement wakeup for TX and use it for 8250_omap
` [PATCH 3/4] serial: 8250_omap: Require a valid wakeirq for deeper idle states
` [PATCH 4/4] serial: 8250_omap: Drop the use of pm_runtime_irq_safe()
[PATCH 0/3] Rework STM32 UART RX over DMA
2021-10-20 15:03 UTC (4+ messages)
` [PATCH 1/3] serial: stm32: re-introduce an irq flag condition in usart_receive_chars
` [PATCH 2/3] serial: stm32: rework RX over DMA
` [PATCH 3/3] serial: stm32: update throttle and unthrottle ops for dma mode
dt-bindings: treewide: Update @st.com email address to @foss.st.com
2021-10-20 11:39 UTC (3+ messages)
[PATCH v1 00/16] Basic StarFive JH7100 RISC-V SoC support
2021-10-19 22:48 UTC (40+ messages)
` [PATCH v1 01/16] RISC-V: Add StarFive SoC Kconfig option
` [PATCH v1 02/16] dt-bindings: timer: Add StarFive JH7100 clint
` [PATCH v1 03/16] dt-bindings: interrupt-controller: Add StarFive JH7100 plic
` [PATCH v1 04/16] dt-bindings: clock: starfive: Add JH7100 clock definitions
` [PATCH v1 06/16] clk: starfive: Add JH7100 clock generator driver
` [PATCH v1 09/16] reset: starfive-jh7100: Add StarFive JH7100 reset driver
` [PATCH v1 12/16] pinctrl: starfive: Add pinctrl driver for StarFive SoCs
` [PATCH v1 13/16] dt-bindings: serial: snps-dw-apb-uart: Add JH7100 uarts
` [PATCH v1 14/16] serial: 8250_dw: Add skip_clk_set_rate quirk
[tty:tty-testing] BUILD SUCCESS 3968ddcf05fb4b9409cd1859feb06a5b0550a1c1
2021-10-19 3:23 UTC
[tty:tty-next] BUILD SUCCESS 412a5feba414127a6c69452dfad454086867011f
2021-10-18 19:45 UTC
[PATCH] uartlite: Update the default for the parameter
2021-10-18 9:18 UTC (5+ messages)
[PATCH 0/3] serial: 8250: fix racy uartclk update
2021-10-18 6:29 UTC (11+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] serial: 8250: rename unlock labels
` [PATCH 3/3] serial: 8250_dw: drop bogus uartclk optimisation
[GIT PULL] TTY/Serial driver fixes for 5.15-rc6
2021-10-18 3:22 UTC (2+ messages)
[PATCH v7 0/6] serial: mvebu-uart: Support for higher baudrates
2021-10-16 6:42 UTC (14+ messages)
` [PATCH v7 2/6] serial: mvebu-uart: implement UART clock driver for configuring UART base clock
` [PATCH v7 3/6] dt-bindings: mvebu-uart: document DT bindings for marvell,armada-3700-uart-clock
` [PATCH v7 3/6] dt-bindings: mvebu-uart: document DT bindings for marvell, armada-3700-uart-clock
` [PATCH v7 5/6] arm64: dts: marvell: armada-37xx: add device node for UART clock and use it
[PATCHv2 0/4] Get rid of pm_runtime_irq_safe() for 8250_omap
2021-10-15 9:13 UTC (4+ messages)
` [PATCH 1/4] serial: core: Add wakeup() and start_pending_tx() for power management
[PATCH] tty: 8250: replace snprintf in show functions with sysfs_emit
2021-10-15 7:13 UTC (3+ messages)
` 回复: "
[PATCH v3 00/11] arm64: dts: Add i.MX8DXL initial support
2021-10-14 20:04 UTC (9+ messages)
` [PATCH v3 08/11] dt-bindings: fsl: scu: Add i.MX8DXL ocotp binding
` [PATCH v3 09/11] dt-bindings: i2c: i2c-imx-lpi2c: Fix dtbs_check compatible oneOf error
` [PATCH v3 10/11] dt-bindings: i2c: imx-lpi2c: Add i.MX8DXL compatible match
` [PATCH v3 11/11] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible
[tty:tty-testing] BUILD SUCCESS 5f0ac3a1dae17ec0af6b845376247d7cc948ea3d
2021-10-14 15:22 UTC
(no subject)
2021-10-14 10:28 UTC (9+ messages)
` [PATCH 1/2] serial: imx: fix crash when un/re-binding console
` [PATCH 2/2] serial: imx: disable console clocks on unregister
` [PATCH 0/2] serial: imx: fix unbind/bind console
[RESEND,v2,7/9] dt-bindings: arm64: dts: mediatek: Add mt7986 series
2021-10-13 16:08 UTC (5+ messages)
` [v3,7/9] "
[PATCH] dt-bindings: serial: uartlite: drop $ref for -bits property
2021-10-13 13:24 UTC (2+ messages)
[PATCH v2 00/20] Make some spi device drivers return zero in .remove()
2021-10-12 15:39 UTC (3+ messages)
` [PATCH v2 17/20] serial: max310x: Make max310x_remove() return void
` [PATCH v2 18/20] serial: sc16is7xx: Make sc16is7xx_remove() "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).