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