aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common/dmabounce.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-30ARM: dma-mapping: add support for dma_get_sgtable()Marek Szyprowski1-0/+1
2012-06-13ARM: dma-mapping: fix debug messages in dmabounce codeMarek Szyprowski1-8/+8
2012-05-21ARM: dma-mapping: use alloc, mmap, free from dma_opsMarek Szyprowski1-0/+3
2012-05-21ARM: dma-mapping: move all dma bounce code to separate dma ops structureMarek Szyprowski1-13/+49
2012-05-21ARM: dma-mapping: remove offset parameter to prepare for generic dma_opsMarek Szyprowski1-3/+10
2012-05-21ARM: dma-mapping: introduce DMA_ERROR_CODE constantMarek Szyprowski1-3/+3
2011-07-04ARM: dmabounce: get rid of dma_needs_bounce global functionRussell King1-2/+6
2011-07-03ARM: dmabounce: correct unmap_single dev_dbgRussell King1-2/+2
2011-07-03ARM: dmabounce: check pointer against NULL not 0Russell King1-1/+1
2011-07-03ARM: dmabounce: remove useless pr_errRussell King1-4/+1
2011-07-03ARM: dmabounce: move decision for bouncing into __dma_map_page()Russell King1-66/+58
2011-07-03ARM: dmabounce: separate out decision to bounceRussell King1-18/+28
2011-07-03ARM: dmabounce: avoid needless valid_dma_direction() checkRussell King1-2/+0
2011-07-03ARM: dma-mapping: define dma_(un)?map_single in terms of dma_(un)?map_pageRussell King1-28/+0
2011-07-03ARM: dmabounce: fix map_single() error return valueRussell King1-1/+1
2011-01-06ARM: DMA: add support for DMA debuggingRussell King1-8/+8
2010-02-25Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dma-streaming', 'u300' and 'umc' into develRussell King1-1/+3
2010-02-15ARM: dma-mapping: introduce the idea of buffer ownershipRussell King1-1/+3
2009-12-22ARM: 5857/1: ARM: dmabounce: fix buildMike Rapoport1-1/+1
2009-12-14ARM: use flush_kernel_dcache_area() for dmabounceRussell King1-8/+4
2009-11-23ARM: dma-mapping: split dma_unmap_page() from dma_unmap_single()Russell King1-3/+18
2009-03-15[ARM] make page_to_dma() highmem awareNicolas Pitre1-0/+7
2008-09-29[ARM] dma: add validation of DMA paramsRussell King1-4/+7
2008-09-29[ARM] dma: coding style cleanupsRussell King1-32/+16
2008-09-29[ARM] dma: fix dmabounce dma_sync_xxx() implementationsRussell King1-86/+58
2008-09-29[ARM] dma: use new dmabounce_sync_for_xxx() for dma_sync_single_xxx()Russell King1-24/+0
2008-09-29[ARM] dma: Reduce to one dma_sync_sg_* implementationRussell King1-36/+12
2008-09-25[ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementationRussell King1-46/+0
2008-09-25[ARM] dma: provide a better dma_map_page() implementationRussell King1-0/+13
2008-09-25[ARM] Update dma_map_sg()/dma_unmap_sg() APIRussell King1-15/+18
2008-08-10[ARM] dma-mapping: provide sync_range APIsRussell King1-18/+20
2008-08-10[ARM] dma-mapping: improve type-safeness of DMA translationsRussell King1-9/+9
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-13/+9
2008-06-22[ARM] Export dma_sync_sg_for_device()Russell King1-1/+2
2007-10-23arm: build fixFUJITA Tomonori1-0/+1
2007-10-22Update arch/ to use sg helpersJens Axboe1-1/+1
2007-10-12[ARM] Rename consistent_sync() as dma_cache_maint()Russell King1-2/+2
2007-05-20[ARM] spelling fixesSimon Arlott1-1/+1
2007-02-17Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale treesRussell King1-7/+14
2007-02-12[ARM] Convert dmabounce statistics to use a device attributeRussell King1-20/+15
2007-02-12[ARM] Add a reference from struct device to the dma bounce infoRussell King1-24/+7
2007-02-08[ARM] Convert DMA cache handling to take const void * argsRussell King1-4/+3
2007-02-08[ARM] 4134/1: Add generic support for outer cachesCatalin Marinas1-0/+1
2007-02-08[ARM] Don't call consistent_sync() for DMA coherent memoryRussell King1-3/+10
2006-11-02[ARM] 3917/1: Fix dmabounce symbol exportsKevin Hilman1-1/+2
2006-08-18[ARM] 3755/1: dmabounce: fix return value for find_safe_bufferKevin Hilman1-3/+5
2006-06-22[ARM] 3537/1: Rework DMA-bounce locking for finer granularityKevin Hilman1-46/+21
2006-03-22[ARM] 3389/1: typo and grammar fixErik Hovland1-1/+1
2005-10-30[ARM] Clean up dmabounceRussell King1-79/+86