dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-05 21:39:00 to 2021-05-26 15:25:11 UTC [more...]

[PATCH v2 00/18] CSI2RX support on J721E
 2021-05-26 15:23 UTC  (18+ messages)
` [PATCH v2 01/18] phy: Distinguish between Rx and Tx for MIPI D-PHY with submodes
` [PATCH v2 02/18] phy: cdns-dphy: Prepare for Rx support
` [PATCH v2 03/18] phy: cdns-dphy: Allow setting mode
` [PATCH v2 04/18] phy: cdns-dphy: Add Rx support
` [PATCH v2 05/18] media: ov5640: Use runtime PM to control sensor power
` [PATCH v2 06/18] media: cadence: csi2rx: Add external DPHY support
` [PATCH v2 07/18] media: cadence: csi2rx: Soft reset the streams before starting capture
` [PATCH v2 08/18] media: cadence: csi2rx: Set the STOP bit when stopping a stream
` [PATCH v2 09/18] media: cadence: csi2rx: Fix stream data configuration
` [PATCH v2 10/18] media: cadence: csi2rx: Populate subdev devnode
` [PATCH v2 11/18] dmaengine: ti: k3-psil-j721e: Add entry for CSI2RX
` [PATCH v2 12/18] media: Re-structure TI platform drivers
` [PATCH v2 13/18] media: ti: Add CSI2RX support for J721E
` [PATCH v2 14/18] media: dt-bindings: Add DT bindings for TI J721E CSI2RX driver
` [PATCH v2 15/18] media: dt-bindings: Convert Cadence CSI2RX binding to YAML
` [PATCH v2 17/18] phy: dt-bindings: cdns,dphy: make clocks optional
` [PATCH v2 18/18] phy: dt-bindings: cdns,dphy: add power-domains property

[PATCH] dmaengine: idxd: Add missing cleanup for early error out in probe call
 2021-05-25 19:23 UTC 

[PATCH AUTOSEL 4.9 09/19] dmaengine: qcom_hidma: comment platform_driver_register call
 2021-05-24 14:50 UTC 

[PATCH AUTOSEL 4.14 09/21] dmaengine: qcom_hidma: comment platform_driver_register call
 2021-05-24 14:50 UTC 

[PATCH AUTOSEL 4.19 09/25] dmaengine: qcom_hidma: comment platform_driver_register call
 2021-05-24 14:49 UTC 

[PATCH AUTOSEL 5.4 22/52] Revert "dmaengine: qcom_hidma: Check for driver register failure"
 2021-05-24 14:48 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 23/52] dmaengine: qcom_hidma: comment platform_driver_register call

[PATCH AUTOSEL 5.10 25/62] Revert "dmaengine: qcom_hidma: Check for driver register failure"
 2021-05-24 14:47 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 26/62] dmaengine: qcom_hidma: comment platform_driver_register call

[PATCH AUTOSEL 5.12 25/63] Revert "dmaengine: qcom_hidma: Check for driver register failure"
 2021-05-24 14:45 UTC  (2+ messages)
` [PATCH AUTOSEL 5.12 26/63] dmaengine: qcom_hidma: comment platform_driver_register call

[PATCH 00/18] Fix idxd sub-drivers setup
 2021-05-24  0:05 UTC  (20+ messages)
` [PATCH 01/18] dmaengine: idxd: add driver register helper
` [PATCH 02/18] dmaengine: idxd: add driver name
` [PATCH 03/18] dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_dev
` [PATCH 04/18] dmaengine: idxd: remove IDXD_DEV_CONF_READY
` [PATCH 05/18] dmaengine: idxd: move wq_enable() to device.c
` [PATCH 06/18] dmaengine: idxd: move wq_disable() "
` [PATCH 07/18] dmaengine: idxd: remove bus shutdown
` [PATCH 08/18] dmaengine: idxd: remove iax_bus_type prototype
` [PATCH 09/18] dmaengine: idxd: fix bus_probe() and bus_remove() for dsa_bus
` [PATCH 10/18] dmaengine: idxd: move probe() bits for idxd 'struct device' to device.c
` [PATCH 11/18] dmaengine: idxd: idxd: move remove() "
` [PATCH 12/18] dmanegine: idxd: open code the dsa_drv registration
` [PATCH 13/18] dmaengine: idxd: add type to driver in order to allow device matching
` [PATCH 14/18] dmaengine: idxd: create idxd_device sub-driver
` [PATCH 15/18] dmaengine: idxd: create dmaengine driver for wq 'device'
` [PATCH 16/18] dmaengine: idxd: create user "
` [PATCH 17/18] dmaengine: dsa: move dsa_bus_type out of idxd driver to standalone
` [PATCH 18/18] dmaengine: idxd: move dsa_drv support to compatible mode

[PATCH v6 00/20] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2021-05-24  0:02 UTC  (30+ messages)
` [PATCH v6 01/20] vfio/mdev: idxd: add theory of operation documentation for idxd mdev
` [PATCH v6 02/20] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v6 03/20] dmaengine: idxd: add IMS offset and size retrieval code
` [PATCH v6 04/20] dmaengine: idxd: add portal offset for IMS portals
` [PATCH v6 05/20] vfio: mdev: common lib code for setting up Interrupt Message Store
` [PATCH v6 06/20] vfio/mdev: idxd: add PCI config for read/write for mdev
` [PATCH v6 07/20] vfio/mdev: idxd: Add administrative commands emulation "
` [PATCH v6 08/20] vfio/mdev: idxd: Add mdev device context initialization
` [PATCH v6 09/20] vfio/mdev: Add mmio read/write support for mdev
` [PATCH v6 10/20] vfio/mdev: idxd: add mdev type as a new wq type
` [PATCH v6 11/20] vfio/mdev: idxd: Add basic driver setup for idxd mdev
` [PATCH v6 12/20] vfio: move VFIO PCI macros to common header
` [PATCH v6 13/20] vfio/mdev: idxd: add mdev driver registration and helper functions
` [PATCH v6 14/20] vfio/mdev: idxd: add 1dwq-v1 mdev type
` [PATCH v6 15/20] vfio/mdev: idxd: ims domain setup for the vdcm
` [PATCH v6 16/20] vfio/mdev: idxd: add new wq state for mdev
` [PATCH v6 17/20] vfio/mdev: idxd: add error notification from host driver to mediated device
` [PATCH v6 18/20] vfio: move vfio_pci_set_ctx_trigger_single to common code
` [PATCH v6 19/20] vfio: mdev: Add device request interface
` [PATCH v6 20/20] vfio: mdev: idxd: setup request interrupt

[PATCH 0/4] DMA: several drivers depend on HAS_IOMEM
 2021-05-23 19:08 UTC  (10+ messages)
` [PATCH 1/4] DMA: ALTERA_MSGDMA depends "
` [PATCH 2/4] DMA: QCOM_HIDMA_MGMT "
` [PATCH 3/4] DMA: SF_PDMA "
` [PATCH 4/4] DMA: XILINX_ZYNQMP_DPDMA "

Possible bug when using dmam_alloc_coherent in conjonction with of_reserved_mem_device_release
 2021-05-22 13:09 UTC  (5+ messages)

[PATCH -next] dmaengine: stedma40: add missing iounmap() on error in d40_probe()
 2021-05-22  0:01 UTC  (2+ messages)

[PATCH -next] dmaengine: fix PM reference leak
 2021-05-21 12:58 UTC 

[PATCH v3 00/17] Enable Qualcomm Crypto Engine on sm8250
 2021-05-21  8:11 UTC  (29+ messages)
` [PATCH v3 01/17] dt-bindings: qcom-bam: Convert binding to YAML
` [PATCH v3 02/17] dt-bindings: qcom-bam: Add 'interconnects' & 'interconnect-names' to optional properties
` [PATCH v3 03/17] dt-bindings: qcom-bam: Add 'iommus' to required properties
` [PATCH v3 04/17] dt-bindings: qcom-qce: Convert bindings to yaml
` [PATCH v3 05/17] dt-bindings: qcom-qce: Add 'interconnects' and move 'clocks' to optional properties
` [PATCH v3 06/17] dt-bindings: qcom-qce: Add 'iommus' to required properties
` [PATCH v3 07/17] arm64/dts: qcom: sdm845: Use RPMH_CE_CLK macro directly
` [PATCH v3 08/17] dt-bindings: crypto : Add new compatible strings for qcom-qce
` [PATCH v3 09/17] arm64/dts: qcom: Use new compatibles for crypto nodes
` [PATCH v3 10/17] dma: qcom: bam_dma: Add support to initialize interconnect path
` [PATCH v3 11/17] crypto: qce: core: "
` [PATCH v3 12/17] crypto: qce: Add new compatibles for qce crypto driver
` [PATCH v3 13/17] crypto: qce: core: Make clocks optional
` [PATCH v3 14/17] crypto: qce: Print a failure msg in case probe() fails
` [PATCH v3 15/17] crypto: qce: Convert the device found dev_dbg() to dev_info()
` [PATCH v3 16/17] crypto: qce: Defer probing if BAM dma channel is not yet initialized
` [PATCH v3 17/17] arm64/dts: qcom: sm8250: Add dt entries to support crypto engine

[PATCH V4 RESEND] dmaengine: Loongson1: Add Loongson1 dmaengine driver
 2021-05-20 23:02 UTC 

[PATCH 0/4] dmaengine: xilinx: dpdma: Fix freeze after 64k frames
 2021-05-20 15:24 UTC  (5+ messages)
` [PATCH 1/4] dmaengine: xilinx: dpdma: Add missing dependencies to Kconfig
` [PATCH 2/4] dmaengine: xilinx: dpdma: Print channel number in kernel log messages
` [PATCH 3/4] dmaengine: xilinx: dpdma: Print debug message when losing vsync race
` [PATCH 4/4] dmaengine: xilinx: dpdma: Limit descriptor IDs to 16 bits

[PATCH V4] dmaengine: Loongson1: add Loongson1 dmaengine driver
 2021-05-20 13:48 UTC 

[PATCH v5 1/3] dt-bindings: dma: add schema for altera-msgdma
 2021-05-19 22:11 UTC  (4+ messages)
` [PATCH v5 2/3] MAINTAINERS: add entry for Altera mSGDMA
` [PATCH v5 3/3] dmaengine: altera-msgdma: add OF support

[PATCH v2 00/17] Enable Qualcomm Crypto Engine on sm8250
 2021-05-18 15:39 UTC  (24+ messages)
` [PATCH v2 09/17] crypto: qce: core: Add support to initialize interconnect path
` [PATCH v2 10/17] crypto: qce: Add new compatibles for qce crypto driver
` [PATCH v2 11/17] crypto: qce: core: Make clocks optional
` [PATCH v2 12/17] crypto: qce: Print a failure msg in case probe() fails
` [PATCH v2 13/17] crypto: qce: Convert the device found dev_dbg() to dev_info()
` [PATCH v2 14/17] dma: qcom: bam_dma: Create a new header file for BAM DMA driver
` [PATCH v2 15/17] crypto: qce: Defer probing if BAM dma is not yet initialized
` [PATCH v2 16/17] crypto: qce: Defer probe in case interconnect "
` [PATCH v2 17/17] arm64/dts: qcom: sm8250: Add dt entries to support crypto engine

[PATCH] dmaengine: ti: omap-dma: Skip pointless cpu_pm context restore on errors
 2021-05-18 11:36 UTC  (2+ messages)

[PATCH v1 1/2] dmaengine: Move kdoc description of struct dma_chan_percpu closer to it
 2021-05-18 10:43 UTC  (2+ messages)
` [PATCH v1 2/2] dmaengine: hsu: Account transferred bytes

[PATCH 0/3] cleanup patches for PM reference leak
 2021-05-17  8:18 UTC  (4+ messages)
` [PATCH 1/3] dmaengine: stm32-mdma: fix PM reference leak in stm32_mdma_alloc_chan_resourc()
` [PATCH 2/3] dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()
` [PATCH 3/3] dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc()

[PATCH v2 0/3] fix mediatek UART APDMA desc logic
 2021-05-13 19:26 UTC  (4+ messages)
` [PATCH v2 1/3] dmaengine: mediatek: free the proper desc in desc_free handler
` [PATCH v2 2/3] dmaengine: mediatek: do not issue a new desc if one is still current
` [PATCH v2 3/3] dmaengine: mediatek: use GFP_NOWAIT instead of GFP_ATOMIC in prep_dma

[PATCH AUTOSEL 5.4 03/23] dmaengine: dw-edma: Fix crash on loading/unloading driver
 2021-05-12 18:03 UTC 

[PATCH AUTOSEL 5.11 03/35] dmaengine: dw-edma: Fix crash on loading/unloading driver
 2021-05-12 18:01 UTC 

[PATCH AUTOSEL 5.10 03/34] dmaengine: dw-edma: Fix crash on loading/unloading driver
 2021-05-12 18:02 UTC 

[PATCH AUTOSEL 5.12 03/37] dmaengine: dw-edma: Fix crash on loading/unloading driver
 2021-05-12 18:00 UTC 

[PATCH -next] dmaengine: s3c24xx: add missing MODULE_DEVICE_TABLE
 2021-05-12 11:47 UTC  (2+ messages)

[PATCH v3] dt-bindings: dma: convert arm-pl08x to yaml
 2021-05-10 16:27 UTC  (2+ messages)

[PATCH v4 2/2] drivers: dma: altera-msgdma: add OF support
 2021-05-10 16:19 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: dma: add schema for altr,msgdma
 2021-05-10 16:14 UTC  (2+ messages)

[V2][PATCH] dmaengine: xilinx: dpdma: initialize registers before request_irq
 2021-05-10 16:10 UTC  (3+ messages)

[PATCH] dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclc
 2021-05-10 16:09 UTC  (2+ messages)

[PATCH 1/1] dmaengine: fsl-dpaa2-qdma: Fix error return code in two functions
 2021-05-10 16:04 UTC  (2+ messages)

[PATCH 1/1] dmaengine: idxd: remove unused variable 'cdev_ctx'
 2021-05-10 15:57 UTC  (3+ messages)

[PATCH] dmaengine: idxd: double free of devm_ memory on probe error
 2021-05-10 15:50 UTC  (3+ messages)
` [PATCH] dmaengine: idxd: remove devm allocation for idxd->int_handles

[PATCH] dmaengine: idxd: Remove redundant variable cdev_ctx
 2021-05-10 14:34 UTC  (3+ messages)

[PATCH v3] dmaengine: fsl-qdma: check dma_set_mask return value
 2021-05-10 14:23 UTC  (2+ messages)

[PATCH] dmaengine: idxd: add missing dsa driver unregister
 2021-05-10 14:18 UTC  (2+ messages)

[PATCH] dmaengine: idxd: add engine 'struct device' missing bus type assignment
 2021-05-10 14:18 UTC  (2+ messages)

[PATCH -next] dmaengine: sprd: Add missing MODULE_DEVICE_TABLE
 2021-05-10 14:16 UTC  (3+ 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).