aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/dma-mapping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove blackfin portArnd Bergmann1-172/+0
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-12-14arch/blackfin: add option to skip sync on DMA mapAlexander Duyck1-1/+7
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-4/+4
2016-01-20blackfin: convert to dma_map_opsChristoph Hellwig1-14/+38
2013-02-20blackfin: use bitmap library functionsAkinobu Mita1-16/+7
2012-07-24blackfin: Call sg_for_each to pass through the whole sg list.Sonic Zhang1-4/+6
2011-10-31blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2010-03-09Blackfin: dma-mapping: fix thinko in constant optimizationSonic Zhang1-1/+1
2009-12-15Blackfin: dma-mapping.h: flesh out missing DMA mapping functionsBarry Song1-37/+17
2009-12-15Blackfin: push down asm/ includes and out of bfin-global.hMike Frysinger1-0/+1
2009-12-15Blackfin: convert DMA code to a proper bitmapMichael Hennerich1-7/+8
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-24/+3
2008-04-23[Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-2/+2
2007-10-24blackfin: fix sg falloutAdrian Bunk1-0/+1
2007-10-22Update arch/ to use sg helpersJens Axboe1-2/+1
2007-07-24Blackfin arch: fix a compiling warning about dma-mappingBryan Wu1-1/+2
2007-07-12Blackfin arch: fix bug set dma_address properly in dma_map_sgSonic Zhang1-4/+7
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger1-1/+1
2007-05-07blackfin architectureBryan Wu1-0/+183