imx.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-11 13:55:01 to 2023-06-14 19:59:39 UTC [more...]

[PATCH v4 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-06-14 19:59 UTC  (3+ messages)

[PATCH v6 00/12] dmaengine: edma: add freescale edma v3 support
 2023-06-14 19:35 UTC  (13+ messages)
` [PATCH v6 01/12] dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
` [PATCH v6 02/12] dmaengine: fsl-edma: clean up fsl_edma_irq_exit()
` [PATCH v6 03/12] dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
` [PATCH v6 04/12] dmaengine: fsl-edma: Remove enum edma_version
` [PATCH v6 05/12] dmaengine: fsl-edma: move common IRQ handler to common.c
` [PATCH v6 06/12] dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
` [PATCH v6 07/12] dmaengine: fsl-edma: refactor using devm_clk_get_enabled
` [PATCH v6 08/12] dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
` [PATCH v6 09/12] dmaengine: fsl-edma: refactor chan_name setup and safety
` [PATCH v6 10/12] dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
` [PATCH v6 11/12] dmaengine: fsl-edma: integrate v3 support
` [PATCH v6 12/12] dt-bindings: fsl-dma: fsl-edma: add edma3 compatible string

[PATCH v5 00/12] dmaengine: edma: add freescale edma v3 support
 2023-06-14  6:39 UTC  (16+ messages)
` [PATCH v5 01/12] dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
` [PATCH v5 02/12] dmaengine: fsl-edma: clean up fsl_edma_irq_exit()
` [PATCH v5 03/12] dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
` [PATCH v5 04/12] dmaengine: fsl-edma: Remove enum edma_version
` [PATCH v5 05/12] dmaengine: fsl-edma: move common IRQ handler to common.c
` [PATCH v5 06/12] dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
` [PATCH v5 07/12] dmaengine: fsl-edma: refactor using devm_clk_get_enabled
` [PATCH v5 08/12] dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
` [PATCH v5 09/12] dmaengine: fsl-edma: refactor chan_name setup and safety
` [PATCH v5 10/12] dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
` [PATCH v5 11/12] dmaengine: fsl-edma: integrate v3 support
` [PATCH v5 12/12] dt-bindings: fsl-dma: fsl-edma: add edma3 compatible string

[PATCH v2 1/1] arm64: dts: imx8mp: Add coresight trace components
 2023-06-13 23:31 UTC  (3+ messages)

[PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments
 2023-06-13 15:41 UTC  (6+ messages)
  ` [EXT] "

[PATCH v4 00/12] dmaengine: edma: add freescale edma v3 support
 2023-06-13 11:19 UTC  (14+ messages)
` [PATCH v4 01/12] dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
` [PATCH v4 02/12] dmaengine: fsl-edma: clean up fsl_edma_irq_exit()
` [PATCH v4 03/12] dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
` [PATCH v4 04/12] dmaengine: fsl-edma: Remove enum edma_version
` [PATCH v4 05/12] dmaengine: fsl-edma: move common IRQ handler to common.c
` [PATCH v4 06/12] dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
` [PATCH v4 07/12] dmaengine: fsl-edma: refactor using devm_clk_get_enabled
` [PATCH v4 08/12] dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
` [PATCH v4 09/12] dmaengine: fsl-edma: refactor chan_name setup and safety
` [PATCH v4 10/12] dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
` [PATCH v4 11/12] dmaengine: fsl-edma: integrate v3 support
` [PATCH v4 12/12] dt-bindings: fsl-dma: fsl-edma: add edma3 compatible string

[PATCH 1/1] arm64: dts: imx8mp: Add coresight trace components
 2023-06-12 18:53 UTC  (4+ messages)

[PATCH 0/3] Add RC-to-EP doorbell with platform MSI controller
 2023-06-12 16:17 UTC  (3+ messages)

[PATCH v3 1/2] PCI: dwc: Implement general suspend/resume functionality for L2/L3 transitions
 2023-06-12 16:16 UTC  (3+ messages)

[PATCH 1/2] usb: cdns3: imx: simplify clock name usage
 2023-06-04 23:23 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: usb: cdns-imx8qm: add imx8qm cdns3 glue layer

[PATCH] usb: cdns3: imx: Rework system PM to avoid duplicated operations
 2023-06-04 23:17 UTC  (2+ messages)

[PATCH 1/2] usb: cdns3: improve handling of unaligned address case
 2023-06-04 23:12 UTC  (4+ messages)
` [PATCH 2/2] usb: cdns3: optimize OUT transfer by copying only actual received data

[PATCH 1/1] usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM
 2023-06-04 22:56 UTC  (2+ messages)

[PATCH v3 00/12] dmaengine: edma: add freescale edma v3 support
 2023-06-02 21:39 UTC  (16+ messages)
` [PATCH v3 01/12] dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
` [PATCH v3 02/12] dmaengine: fsl-edma: clean up fsl_edma_irq_exit()
` [PATCH v3 03/12] dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
` [PATCH v3 04/12] dmaengine: fsl-edma: Remove enum edma_version
` [PATCH v3 05/12] dmaengine: fsl-edma: move common IRQ handler to common.c
` [PATCH v3 06/12] dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
` [PATCH v3 07/12] dmaengine: fsl-edma: refactor using devm_clk_get_enabled
` [PATCH v3 08/12] dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
` [PATCH v3 09/12] dmaengine: fsl-edma: refactor chan_name setup and safety
` [PATCH v3 10/12] dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
` [PATCH v3 11/12] dmaengine: fsl-edma: integrate v3 support
` [PATCH v3 12/12] dt-bindings: fsl-dma: fsl-edma: add edma3 compatible string

[PATCH v2 00/12] dmaengine: edma: add freescale edma v3 support
 2023-05-31 12:50 UTC  (21+ messages)
` [PATCH v2 01/12] dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
` [PATCH v2 02/12] dmaengine: fsl-edma: clean up fsl_edma_irq_exit()
` [PATCH v2 03/12] dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
` [PATCH v2 04/12] dmaengine: fsl-edma: remove v3 from enum edma_version
` [PATCH v2 05/12] dmaengine: fsl-edma: move common IRQ handler to common.c
` [PATCH v2 06/12] dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
` [PATCH v2 07/12] dmaengine: fsl-edma: refactor using devm_clk_get_enabled
` [PATCH v2 08/12] dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
` [PATCH v2 09/12] dmaengine: fsl-edma: refactor chan_name setup and safety
` [PATCH v2 10/12] dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
` [PATCH v2 11/12] dmaengine: fsl-edma: integrate v3 support
` [PATCH v2 12/12] dt-bindings: fsl-dma: fsl-edma: add edma3 compatible string

[RFC PATCH 00/12] dmaengine: edma: add freescale edma v3 support
 2023-05-30 11:51 UTC  (14+ messages)
` [RFC PATCH 01/12] dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
` [RFC PATCH 02/12] dmaengine: fsl-edma: clean up fsl_edma_irq_exit()
` [RFC PATCH 03/12] dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
` [RFC PATCH 04/12] dmaengine: fsl-edma: remove v3 from enum edma_version
` [RFC PATCH 05/12] dmaengine: fsl-edma: move common IRQ handler to common.c
` [RFC PATCH 06/12] dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
` [RFC PATCH 07/12] dmaengine: fsl-edma: refactor using devm_clk_get_enabled
` [RFC PATCH 08/12] dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
` [RFC PATCH 09/12] dmaengine: fsl-edma: refactor chan_name setup and safety
` [RFC PATCH 10/12] dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
` [RFC PATCH 11/12] dmaengine: fsl-edma: integrate v3 support
` [RFC PATCH 12/12] dt-bindings: fsl-dma: fsl-edma: add edma3 compatible string

[PATCH v2] arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts
 2023-05-28 14:44 UTC  (3+ messages)

[PATCH v1 00/12] dmaengine: edma: add freescale edma v3 support
 2023-05-27 18:06 UTC  (16+ messages)
` [PATCH v1 01/12] dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
` [PATCH v1 02/12] dmaengine: fsl-edma: clean up fsl_edma_irq_exit()
` [PATCH v1 03/12] dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
` [PATCH v1 04/12] dmaengine: fsl-edma: remove v3 from enum edma_version
` [PATCH v1 05/12] dmaengine: fsl-edma: move common IRQ handler to common.c
` [PATCH v1 06/12] dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
` [PATCH v1 07/12] dmaengine: fsl-edma: refactor using devm_clk_get_enabled
` [PATCH v1 08/12] dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
` [PATCH v1 09/12] dmaengine: fsl-edma: refactor chan_name setup and safety
` [PATCH v1 10/12] dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
` [PATCH v1 11/12] dmaengine: fsl-edma: integrate v3 support
` [PATCH v1 12/12] dt-bindings: fsl-dma: fsl-edma: add edma3 compatible string

[PATCH v2] arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts
 2023-05-27 13:00 UTC  (3+ messages)

[PATCH v2] arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals
 2023-05-27 11:12 UTC  (3+ messages)

[PATCH] arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts
 2023-05-25 14:53 UTC  (2+ messages)

[PATCH v3 net] net: fec: add dma_wmb to ensure correct descriptor values
 2023-05-20  4:51 UTC  (3+ messages)

[PATCH v5 0/6] phy: cadence: salvo: some fixes and workarounds
 2023-05-19 17:44 UTC  (8+ messages)
` [PATCH v5 1/6] phy: cadence: salvo: add access for USB2PHY
` [PATCH v5 2/6] phy: cadence: salvo: decrease delay value to zero for txvalid
` [PATCH v5 3/6] phy: cadence: salvo: add bist fix
` [PATCH v5 4/6] phy: cadence: salvo: add .set_mode API
` [PATCH v5 5/6] phy: cadence: salvo: Add cdns,usb2-disconnect-threshold-microvolt property
` [PATCH v5 6/6] dt-bindings: phy: cdns,salvo: add property cdns,usb2-disconnect-threshold-microvolt

[PATCH v2 net] net: fec: add wmb to ensure correct descriptor values
 2023-05-18 13:33 UTC  (3+ messages)
  ` [EXT] "

[PATCH] arm64: dts: imx: correct GPIOs for USDHC2 CD and WP signals
 2023-05-17 16:11 UTC  (2+ messages)

[PATCH v5 0/3] dts: imx8qxp add cdns usb3 port
 2023-05-17 14:44 UTC  (4+ messages)
  ` [EXT] "

[PATCH net] net: fec: add wmb to ensure correct descriptor values
 2023-05-17  4:18 UTC  (2+ messages)

[PATCH v4 0/6] phy: cadence: salvo: some fixes and workarounds
 2023-05-16 16:35 UTC  (9+ messages)
` [PATCH v4 1/6] phy: cadence: salvo: add access for USB2PHY
` [PATCH v4 2/6] phy: cadence: salvo: decrease delay value to zero for txvalid
` [PATCH v4 3/6] phy: cadence: salvo: add bist fix
` [PATCH v4 4/6] phy: cadence: salvo: add .set_mode API
` [PATCH v4 5/6] phy: cadence: salvo: Add cdns,usb2-disconnect-threshold-microvolt property
` [PATCH v4 6/6] dt-bindings: phy: cdns,salvo: add property cdns,usb2-disconnect-threshold-microvolt

[PATCH v3 1/2] phy: cadence: salvo: Add cdns,usb2-disconnect-threshold-microvolt property
 2023-05-16 14:38 UTC  (3+ messages)
  ` [EXT] "

[PATCH v3 1/2] dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type
 2023-05-16 12:45 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: dts: imx8: fix USB 3.0 Gadget Failure in QM & QXPB0 at super speed

[PATCH v2 1/2] dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type
 2023-05-15 16:05 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: imx8: fix USB 3.0 Gadget Failure in QM & QXPB0 at super speed

[PATCH net] net: fec: remove the xdp_return_frame when lack of tx BDs
 2023-05-15  7:50 UTC  (3+ messages)

[PATCH v3 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-05-14 13:46 UTC  (2+ messages)

[PATCH 1/1] arm64: dts: imx8: fix USB 3.0 Gadget Failure in QM & QXPB0 at super speed
 2023-05-13  4:23 UTC  (3+ messages)
  ` [EXT] "

[PATCH v4] net: fec: using the standard return codes when xdp xmit errors
 2023-05-12 14:00 UTC  (2+ messages)

[PATCH v3 net-next] net: fec: using the standard return codes when xdp xmit errors
 2023-05-12  1:00 UTC  (3+ messages)

[PATCH v2 net 1/1] net: fec: using the standard return codes when xdp xmit errors
 2023-05-12  0:58 UTC  (5+ messages)
  ` [EXT] "


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