summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/dma.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* arch/arc: add option to skip sync on DMA mappingAlexander Duyck2016-12-141-1/+4
* arc: Implement arch-specific dma_map_ops.mmapAlexey Brodkin2016-11-031-0/+26
* ARCv2: IOC: use @ioc_enable not @ioc_exist where intendedVineet Gupta2016-10-241-2/+2
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-6/+6
* ARC: dma: fix address translation in arc_dma_freeVladimir Kondratiev2016-07-201-1/+2
* Fix typosAndrea Gelmini2016-05-301-1/+1
* ARC: dma: reintroduce platform specific dma<->physVineet Gupta2016-03-191-5/+4
* ARC: dma: ioremap: use phys_addr_t consistenctly in code pathsVineet Gupta2016-03-191-6/+6
* ARC: dma: pass_phys() not sg_virt() to cache opsVineet Gupta2016-03-191-2/+2
* ARC: dma: non-coherent pages need V-P mapping if in HIGHMEMVineet Gupta2016-03-191-15/+32
* ARC: dma: Use struct page based page allocator helpersVineet Gupta2016-03-191-8/+17
* arc: convert to dma_map_opsChristoph Hellwig2016-01-201-47/+105
* ARC: Eliminate some ARCv2 specific code for ARCompact buildVineet Gupta2015-08-211-2/+2
* ARCv2: Support IO Coherency and permutations involving L1 and L2 cachesAlexey Brodkin2015-08-201-0/+18
* ARC: Don't memzero twice in dma_alloc_coherent for __GFP_ZEROVineet Gupta2015-07-061-2/+2
* ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency)Vineet Gupta2015-06-251-0/+12
* ARC: remove the unused platform helpers from dma mapping APIVineet Gupta2015-06-191-8/+4
* ARC: I/O and DMA MappingsVineet Gupta2013-02-151-0/+94