summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: Loongson1: Add Loongson-1 APB DMA driverKeguang Zhang2024-08-293-0/+670
* dmaengine: zynqmp_dma: Add support for AMD Versal Gen 2 DMA IPAbin Joseph2024-08-291-4/+23
* dmaengine: idxd: Add new DSA and IAA device IDs for Diamond Rapids platformFenghua Yu2024-08-291-0/+4
* dmaengine: idxd: Add a new DSA device ID for Granite Rapids-D platformFenghua Yu2024-08-291-0/+2
* dmaengine: ti: k3-udma: Remove unused declarationsYue Haibing2024-08-281-1/+0
* dmaengine: amd: qdma: Add AMD QDMA driverNishad Saraf2024-08-288-0/+1498
* dmaengine: xilinx: dpdma: Add support for cyclic dma modeRohit Visavalia2024-08-281-0/+97
* dmaengine: dmatest: Explicitly cast divisor to u32Thorsten Blum2024-08-051-1/+1
* dmaengine: idxd: Convert comma to semicolonChen Ni2024-08-051-2/+2
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-252-4/+3
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-3/+3
| * driver core: make [device_]driver_attach take a const *Greg Kroah-Hartman2024-06-201-1/+0
* | Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-2431-95/+1984
|\ \
| * | dmaengine: fsl-dpaa2-qdma: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-281-0/+1
| * | dmaengine: ti: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-283-0/+3
| * | dmaengine: ti: cppi41: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-281-0/+1
| * | dmaengine: virt-dma: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-281-0/+1
| * | dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channelsVignesh Raghavendra2024-06-281-1/+3
| * | dmaengine: sh: rz-dmac: Fix lockdep assert warningBiju Das2024-06-281-1/+1
| * | Merge tag 'dmaengine_topic_dma_vec' into nextVinod Koul2024-06-211-0/+40
| |\ \
| * | | dmaengine: qcom: gpi: clean up the IRQ disable/enable in gpi_reset_chan()Dan Carpenter2024-06-111-3/+2
| * | | dmaengine: fsl-edma: change the memory access from local into remote mode in ...Joy Zou2024-06-113-1/+5
| * | | dmaengine: qcom: gpi: remove unused struct 'reg_info'Dr. David Alan Gilbert2024-06-111-6/+0
| * | | dmaengine: moxart-dma: remove unused struct 'moxart_filter_data'Dr. David Alan Gilbert2024-06-111-5/+0
| * | | dmaengine: fsl-edma: remove redundant "idle" field from fsl_chanFrank Li2024-06-114-11/+2
| * | | dmaengine: fsl-edma: request per-channel IRQ only when channel is allocatedFrank Li2024-06-113-14/+31
| * | | dmaengine: stm32-dma3: defer channel registration to specify channel nameAmelie Delaunay2024-06-111-5/+14
| * | | dmaengine: add channel device name to channel registrationAmelie Delaunay2024-06-112-7/+11
| * | | dmaengine: stm32-dma3: improve residue granularityAmelie Delaunay2024-06-111-2/+163
| * | | dmaengine: stm32-dma3: add device_pause and device_resume opsAmelie Delaunay2024-06-111-0/+31
| * | | dmaengine: stm32-dma3: add DMA_MEMCPY capabilityAmelie Delaunay2024-06-111-1/+130
| * | | dmaengine: stm32-dma3: add DMA_CYCLIC capabilityAmelie Delaunay2024-06-111-0/+77
| * | | dmaengine: Add STM32 DMA3 supportAmelie Delaunay2024-06-113-0/+1451
| * | | dmaengine: stm32: New directory for STM32 DMA controllers driversAmelie Delaunay2024-06-117-37/+46
| * | | dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptorOlivier Dautricourt2024-06-111-3/+1
| * | | dmaengine: altera-msgdma: cleanup after completing all descriptorsOlivier Dautricourt2024-06-111-1/+6
| * | | dmaengine: altera-msgdma: use irq variant of spin_lock/unlock while invoking ...Olivier Dautricourt2024-06-111-2/+3
| * | | dmaengine: qcom: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-072-0/+2
| * | | dmaengine: imx-sdma: don't print warning when firmware is absentLucas Stach2024-06-071-3/+2
| * | | dmaengine: ti: k3-udma: fix module autoloadingKrzysztof Kozlowski2024-06-071-0/+1
| * | | dmaengine: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-074-0/+4
| | |/ | |/|
* | | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-191-0/+40
|\ \ \
| * \ \ Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2024-07-041-0/+40
| |\ \ \ | | | |/ | | |/|
| | * | dmaengine: dma-axi-dmac: Implement device_prep_peripheral_dma_vecPaul Cercueil2024-06-211-0/+40
| | |/
* | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-191-1/+1
|\ \ \
| * \ \ Merge branch 'iommufd_pri' into iommufd for-nextJason Gunthorpe2024-07-091-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | iommu: Introduce domain attachment handleLu Baolu2024-07-041-1/+1
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-275-33/+37
|\| |
| * | dmaengine: ioatdma: Fix missing kmem_cache_destroy()Nikita Shubin2024-06-111-0/+1
| * | dmaengine: fsl-edma: avoid linking both modulesArnd Bergmann2024-06-111-1/+1