summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/dma.c
AgeCommit message (Expand)AuthorLines
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig-1/+1
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig-1/+0
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig-7/+7
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig-22/+0
2018-07-20microblaze: use generic dma_noncoherent_opsChristoph Hellwig-132/+12
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig-11/+0
2018-01-10microblaze: remove the dead !NOT_COHERENT_CACHE dma codeChristoph Hellwig-28/+0
2018-01-10microblaze: remove dma_nommu_dma_supportedChristoph Hellwig-6/+0
2018-01-10microblaze: rename dma_direct to dma_nommuChristoph Hellwig-24/+24
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-0/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-19microblaze: make dma_cache_sync a no-opChristoph Hellwig-0/+17
2017-09-25microblaze: Cocci spatch "vma_pages"Thomas Meyer-1/+1
2017-05-29microblaze: use sg_phys()Geliang Tang-2/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche-1/+1
2016-12-14arch/microblaze: add option to skip DMA sync as a part of map and unmapAlexander Duyck-2/+8
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski-6/+6
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams-1/+2
2015-08-17scatterlist: use sg_phys()Dan Williams-2/+1
2015-06-08microblaze: Label local function staticMichal Simek-0/+1
2014-12-17microblaze: Fix mmap for cache coherent memoryLars-Peter Clausen-0/+27
2014-06-04microblaze: Do not setup empty unmap_sg functionMichal Simek-7/+0
2014-06-04microblaze: Cleanup PCI_DRAM_OFFSET handlingMichal Simek-20/+3
2013-02-12microblaze: Fix coding style issuesMichal Simek-3/+3
2012-03-28Microblaze: adapt for dma_map_ops changesAndrzej Pietrasiewicz-4/+6
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2011-10-31microblaze: Add export.h to arch/microblaze files as requiredPaul Gortmaker-0/+1
2011-10-14microblaze: Added DMA sync operationsEli Billauer-0/+60
2011-10-14microblaze: Moved __dma_sync() to dma-mapping.hEli Billauer-19/+3
2011-03-09microblaze: Add support for DMA_BIDIRECTIONALMichal Simek-0/+1
2010-06-09microblaze: Fix sg_dma_len() regressionFUJITA Tomonori-1/+0
2010-05-06microblaze: Fix consistent codeMichal Simek-1/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo-1/+1
2010-04-01microblaze: Adding likely macrosMichal Simek-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-11microblaze: Fix dma alloc and free coherent dma functionsMichal Simek-4/+13
2010-03-11microblaze: Preliminary support for dma driversMichal Simek-6/+3
2010-03-11microblaze: Preliminary support for dma driversMichal Simek-6/+12
2010-03-11microblaze: Implement __dma_sync_pageMichal Simek-3/+23
2010-03-11microblaze: Support DMAMichal Simek-0/+124