imx.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-29 20:05:48 to 2023-07-13 07:20:42 UTC [more...]

[PATCH 1/3] arm64: dts: imx8qm: add cpu frequency table
 2023-07-13  7:20 UTC  (5+ messages)
` [PATCH 2/3] arm64: dts: imx8qm: add thermal zone and cooling map
` [PATCH 3/3] arm64: dts: imx8qm-mek: delete A72 thermal zone

[PATCH 1/1] thermal/drivers/imx_sc_thermal: return -EAGAIN when SCFW turn off resource
 2023-07-12 21:05 UTC 

[PATCH v2 1/2] usb: gadget: call usb_gadget_check_config() to verify UDC capability
 2023-07-10 11:14 UTC  (7+ messages)
` [PATCH v2 2/2] usb: cdns3: fix incorrect calculation of ep_buf_size when more than one config
      ` [v2 "

[PATCH v3] gpio: mxc: add runtime pm support
 2023-07-10  7:56 UTC  (3+ messages)

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

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

[PATCH 1/1] arm64: dts: imx8mp: remove arm,primecell-periphid at etm nodes
 2023-07-07 12:25 UTC  (9+ messages)
` [PATCH 1/1] arm64: dts: imx8mp: remove arm, primecell-periphid "

[PATCH 1/1] arm64: dts: imx8mp: Add coresight trace components
 2023-07-05 20:40 UTC  (5+ messages)

[PATCH v2] gpio: mxc: add runtime pm support
 2023-07-05 19:03 UTC  (3+ messages)

[PATCH 1/1] usb: gadget: call usb_gadget_check_config() to verify UDC capability
 2023-06-30 19:57 UTC  (7+ messages)
  ` [EXT] "

[PATCH] gpio: mxc: add runtime pm support
 2023-06-30 18:54 UTC  (5+ messages)
  ` [EXT] "

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

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

[PATCH 1/2] PCI: layerscape: Add support for Link down notification
 2023-06-15 16:41 UTC  (2+ messages)
` [PATCH 2/2] PCI: layerscape: Add the workaround for lost link capablities during reset

[PATCH v6 00/12] dmaengine: edma: add freescale edma v3 support
 2023-06-15 14:37 UTC  (15+ 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 v4 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-06-15  8:23 UTC  (5+ messages)

[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  (4+ messages)

[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 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  (2+ messages)

[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  (15+ 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 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  (3+ messages)
` [RFC PATCH 12/12] dt-bindings: fsl-dma: fsl-edma: add edma3 compatible string


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 read-only IMAP folder(s) and NNTP newsgroup(s).