dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-24 18:01:27 to 2020-10-12 04:39:34 UTC [more...]

[PATCH 00/15] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2020-10-12  4:21 UTC  (11+ messages)
` [PATCH 01/15] dt-bindings: dma: Add YAML schemas for dw-axi-dmac
` [PATCH 02/15] dmaengine: dw-axi-dmac: simplify descriptor management
` [PATCH 03/15] dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()
` [PATCH 04/15] dmaengine: dw-axi-dmac: Add device_synchronize() callback
` [PATCH 05/15] dmaengine: dw-axi-dmac: Add device_config operation
` [PATCH 06/15] dmaengine: dw-axi-dmac: Support device_prep_slave_sg
` [PATCH 07/15] dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()
` [PATCH 08/15] dmaengine: dw-axi-dmac: Support of_dma_controller_register()
` [PATCH 10/15] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support
` [PATCH 12/15] dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields

[PATCH v3 01/18] irqchip: Add IMS (Interrupt Message Storage) driver
 2020-10-09 16:02 UTC  (37+ messages)
` [PATCH v3 02/18] iommu/vt-d: Add DEV-MSI support
` [PATCH v3 05/18] dmaengine: idxd: add IMS support in base driver
  ` [PATCH v3 04/18] dmaengine: idxd: add interrupt handle request support
  ` [PATCH v3 11/18] dmaengine: idxd: ims setup for the vdcm

[PATCH v4 0/3] dmaengine: Add support for QCOM GSI dma controller
 2020-10-09 11:29 UTC  (11+ messages)
` [PATCH v4 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding
` [PATCH v4 2/3] dmaengine: add peripheral configuration
` [PATCH v4 3/3] dmaengine: qcom: Add GPI dma driver

[PATCH 00/18] dmaengine/soc: k3-udma: Add support for BCDMA and PKTDMA
 2020-10-09  8:06 UTC  (34+ messages)
` [PATCH 01/18] dmaengine: of-dma: Add support for optional router configuration callback
` [PATCH 02/18] dmaengine: Add support for per channel coherency handling
` [PATCH 03/18] dmaengine: doc: client: Update for dmaengine_get_dma_device() usage
` [PATCH 04/18] dmaengine: dmatest: Use dmaengine_get_dma_device
` [PATCH 05/18] dmaengine: ti: k3-udma: Wait for peer teardown completion if supported
` [PATCH 06/18] dmaengine: ti: k3-udma: Add support for second resource range from sysfw
` [PATCH 07/18] dmaengine: ti: k3-udma-glue: Add function to get device pointer for DMA API
` [PATCH 08/18] dmaengine: ti: k3-udma-glue: Configure the dma_dev for rings
` [PATCH 09/18] dt-bindings: dma: ti: Add document for K3 BCDMA
` [PATCH 10/18] dt-bindings: dma: ti: Add document for K3 PKTDMA
` [PATCH 11/18] dmaengine: ti: k3-psil: Extend psil_endpoint_config "
` [PATCH 12/18] dmaengine: ti: k3-psil: Add initial map for AM64
` [PATCH 13/18] dmaengine: ti: Add support for k3 event routers
` [PATCH 14/18] soc: ti: k3-ringacc: add AM64 DMA rings support
` [PATCH 15/18] dmaengine: ti: k3-udma: Initial support for K3 BCDMA
` [PATCH 16/18] dmaengine: ti: k3-udma: Add support for BCDMA channel TPL handling
` [PATCH 17/18] dmaengine: ti: k3-udma: Initial support for K3 PKTDMA
` [PATCH 18/18] dmaengine: ti: k3-udma-glue: Add "

[PATCH 0/5] Fix warning in dmaengine subsystem
 2020-10-09  4:18 UTC  (10+ messages)
` [PATCH 1/5] dmaengine: altera-msgdma: fix kernel-doc style for tasklet
` [PATCH 2/5] dmaengine: qcom: bam_dma: "
` [PATCH 3/5] dmaengine: xilinx_dma: "
` [PATCH 4/5] dmaengine: zynqmp_dma: "
` [PATCH 5/5] dmaengine: owl-dma: fix kernel-doc style for enum

[PATCH][next] dmaengine: stm32-mdma: Use struct_size() in kzalloc()
 2020-10-08 14:18 UTC 

[PATCH 0/4] dt-bindings: additional/unevaluatedProperties clean-ups
 2020-10-07 22:48 UTC  (37+ messages)
` [PATCH 1/4] dt-bindings: Add missing 'unevaluatedProperties'
` [PATCH 2/4] dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties'
` [PATCH 3/4] dt-bindings: Explicitly allow additional properties in board/SoC schemas
` [PATCH 4/4] dt-bindings: Explicitly allow additional properties in common schemas

[PATCH v7 0/5] Add shared workqueue support for idxd driver
 2020-10-07 16:50 UTC  (13+ messages)
` [PATCH v7 1/5] x86/asm: Carve out a generic movdir64b() helper for general usage
` [PATCH v7 2/5] x86/asm: Add an enqcmds() wrapper for the ENQCMDS instruction
` [PATCH v7 3/5] dmaengine: idxd: Add shared workqueue support
` [PATCH v7 4/5] dmaengine: idxd: Clean up descriptors with fault error
` [PATCH v7 5/5] dmaengine: idxd: Add ABI documentation for shared wq

[PATCH v3 0/3] dmaengine: Add support for QCOM GSI dma controller
 2020-10-07 11:49 UTC  (11+ messages)
` [PATCH v3 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding
` [PATCH v3 2/3] dmaengine: add peripheral configuration

Disinfectant
 2020-10-07  7:40 UTC 

[PATCH 1/2] dmaengine: sf-pdma: convert tasklets to use new tasklet_setup() API
 2020-10-07  7:09 UTC  (3+ messages)
` [PATCH 2/2] dmaengine: xilinx: dpdma: "

[PATCH] dmaengine: fsl: remove bad channel update
 2020-10-06  5:03 UTC  (3+ messages)

[PATCH v6 0/5] Add shared workqueue support for idxd driver
 2020-10-05  5:45 UTC  (22+ messages)
` [PATCH v6 1/5] x86/asm: Carve out a generic movdir64b() helper for general usage
` [PATCH v6 2/5] x86/asm: Add enqcmds() to support ENQCMDS instruction
` [PATCH v6 3/5] dmaengine: idxd: Add shared workqueue support
` [PATCH v6 4/5] dmaengine: idxd: Clean up descriptors with fault error
` [PATCH v6 5/5] dmaengine: idxd: Add ABI documentation for shared wq

[PATCH] dt-bindings: Fix 'reg' size issues in zynqmp examples
 2020-10-05  4:51 UTC  (5+ messages)

[PATCH 00/14] drop double zeroing
 2020-10-05  4:48 UTC  (5+ messages)
` [PATCH 04/14] dmaengine: sh: "
` [PATCH 09/14] dmaengine: rcar-dmac: "

[PATCH] dmaengine: ioat: Allocate correct size for descriptor chunk
 2020-10-05  4:46 UTC  (2+ messages)

[PATCH -next v2] dmaengine: ti: k3-udma: use devm_platform_ioremap_resource_byname
 2020-10-05  4:43 UTC  (2+ messages)

[PATCH] dma: dma-jz4780: Fix race in jz4780_dma_tx_status
 2020-10-05  4:27 UTC  (2+ messages)

[PATCH] dmaengine: pl330: fix argument for tasklet
 2020-10-01  5:44 UTC  (2+ messages)

[GIT PULL]: dmaengine late fixes for v5.9
 2020-09-29 17:44 UTC  (2+ 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).