summaryrefslogtreecommitdiffstats
path: root/arch/arm/common/dmabounce.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* arm: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-9/+3Star
* arm: implement ->dma_supported instead of ->set_dma_maskChristoph Hellwig2017-06-281-4/+3Star
* arm: remove arch specific dma_supported implementationChristoph Hellwig2017-06-281-0/+1
* arm: implement ->mapping_errorChristoph Hellwig2017-06-281-3/+10
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* arch/arm: add option to skip sync on DMA map and unmapAlexander Duyck2016-12-151-6/+10
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-2/+2
* ARM: dma-mapping: add support for dma_get_sgtable()Marek Szyprowski2012-07-301-0/+1
* ARM: dma-mapping: fix debug messages in dmabounce codeMarek Szyprowski2012-06-131-8/+8
* ARM: dma-mapping: use alloc, mmap, free from dma_opsMarek Szyprowski2012-05-211-0/+3
* ARM: dma-mapping: move all dma bounce code to separate dma ops structureMarek Szyprowski2012-05-211-13/+49
* ARM: dma-mapping: remove offset parameter to prepare for generic dma_opsMarek Szyprowski2012-05-211-3/+10
* ARM: dma-mapping: introduce DMA_ERROR_CODE constantMarek Szyprowski2012-05-211-3/+3
* ARM: dmabounce: get rid of dma_needs_bounce global functionRussell King2011-07-041-2/+6
* ARM: dmabounce: correct unmap_single dev_dbgRussell King2011-07-041-2/+2
* ARM: dmabounce: check pointer against NULL not 0Russell King2011-07-041-1/+1
* ARM: dmabounce: remove useless pr_errRussell King2011-07-041-4/+1Star
* ARM: dmabounce: move decision for bouncing into __dma_map_page()Russell King2011-07-041-66/+58Star
* ARM: dmabounce: separate out decision to bounceRussell King2011-07-041-18/+28
* ARM: dmabounce: avoid needless valid_dma_direction() checkRussell King2011-07-041-2/+0Star
* ARM: dma-mapping: define dma_(un)?map_single in terms of dma_(un)?map_pageRussell King2011-07-041-28/+0Star
* ARM: dmabounce: fix map_single() error return valueRussell King2011-07-041-1/+1
* ARM: DMA: add support for DMA debuggingRussell King2011-01-061-8/+8
*---. Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm...Russell King2010-02-251-1/+3
|\ \ \
| | | * ARM: dma-mapping: introduce the idea of buffer ownershipRussell King2010-02-151-1/+3
| | |/ | |/|
* / | ARM: 5857/1: ARM: dmabounce: fix buildMike Rapoport2009-12-221-1/+1
|/ /
* | ARM: use flush_kernel_dcache_area() for dmabounceRussell King2009-12-141-8/+4Star
* | ARM: dma-mapping: split dma_unmap_page() from dma_unmap_single()Russell King2009-11-231-3/+18
|/
* [ARM] make page_to_dma() highmem awareNicolas Pitre2009-03-161-0/+7
* [ARM] dma: add validation of DMA paramsRussell King2008-09-291-4/+7
* [ARM] dma: coding style cleanupsRussell King2008-09-291-32/+16Star
* [ARM] dma: fix dmabounce dma_sync_xxx() implementationsRussell King2008-09-291-86/+58Star
* [ARM] dma: use new dmabounce_sync_for_xxx() for dma_sync_single_xxx()Russell King2008-09-291-24/+0Star
* [ARM] dma: Reduce to one dma_sync_sg_* implementationRussell King2008-09-291-36/+12Star
* [ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementationRussell King2008-09-261-46/+0Star
* [ARM] dma: provide a better dma_map_page() implementationRussell King2008-09-261-0/+13
* [ARM] Update dma_map_sg()/dma_unmap_sg() APIRussell King2008-09-251-15/+18
* [ARM] dma-mapping: provide sync_range APIsRussell King2008-08-101-18/+20
* [ARM] dma-mapping: improve type-safeness of DMA translationsRussell King2008-08-101-9/+9
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+1
* driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-221-13/+9Star
* [ARM] Export dma_sync_sg_for_device()Russell King2008-06-221-1/+2
* arm: build fixFUJITA Tomonori2007-10-231-0/+1
* Update arch/ to use sg helpersJens Axboe2007-10-221-1/+1
* [ARM] Rename consistent_sync() as dma_cache_maint()Russell King2007-10-131-2/+2
* [ARM] spelling fixesSimon Arlott2007-05-201-1/+1
*-. Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale treesRussell King2007-02-171-7/+14
|\ \
| | * [ARM] Convert DMA cache handling to take const void * argsRussell King2007-02-081-4/+3Star
| | * [ARM] 4134/1: Add generic support for outer cachesCatalin Marinas2007-02-081-0/+1