aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/microblaze/kernel/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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