| Commit message (Expand) | Author | Age | Files | Lines |
* | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig | 2020-10-06 | 1 | -0/+1 |
* | ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.h | Christoph Hellwig | 2020-09-17 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | arm: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -9/+3 |
* | arm: implement ->dma_supported instead of ->set_dma_mask | Christoph Hellwig | 2017-06-28 | 1 | -4/+3 |
* | arm: remove arch specific dma_supported implementation | Christoph Hellwig | 2017-06-28 | 1 | -0/+1 |
* | arm: implement ->mapping_error | Christoph Hellwig | 2017-06-28 | 1 | -3/+10 |
* | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 1 | -1/+1 |
* | arch/arm: add option to skip sync on DMA map and unmap | Alexander Duyck | 2016-12-14 | 1 | -6/+10 |
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -2/+2 |
* | ARM: dma-mapping: add support for dma_get_sgtable() | Marek Szyprowski | 2012-07-30 | 1 | -0/+1 |
* | ARM: dma-mapping: fix debug messages in dmabounce code | Marek Szyprowski | 2012-06-13 | 1 | -8/+8 |
* | ARM: dma-mapping: use alloc, mmap, free from dma_ops | Marek Szyprowski | 2012-05-21 | 1 | -0/+3 |
* | ARM: dma-mapping: move all dma bounce code to separate dma ops structure | Marek Szyprowski | 2012-05-21 | 1 | -13/+49 |
* | ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops | Marek Szyprowski | 2012-05-21 | 1 | -3/+10 |
* | ARM: dma-mapping: introduce DMA_ERROR_CODE constant | Marek Szyprowski | 2012-05-21 | 1 | -3/+3 |
* | ARM: dmabounce: get rid of dma_needs_bounce global function | Russell King | 2011-07-04 | 1 | -2/+6 |
* | ARM: dmabounce: correct unmap_single dev_dbg | Russell King | 2011-07-03 | 1 | -2/+2 |
* | ARM: dmabounce: check pointer against NULL not 0 | Russell King | 2011-07-03 | 1 | -1/+1 |
* | ARM: dmabounce: remove useless pr_err | Russell King | 2011-07-03 | 1 | -4/+1 |
* | ARM: dmabounce: move decision for bouncing into __dma_map_page() | Russell King | 2011-07-03 | 1 | -66/+58 |
* | ARM: dmabounce: separate out decision to bounce | Russell King | 2011-07-03 | 1 | -18/+28 |
* | ARM: dmabounce: avoid needless valid_dma_direction() check | Russell King | 2011-07-03 | 1 | -2/+0 |
* | ARM: dma-mapping: define dma_(un)?map_single in terms of dma_(un)?map_page | Russell King | 2011-07-03 | 1 | -28/+0 |
* | ARM: dmabounce: fix map_single() error return value | Russell King | 2011-07-03 | 1 | -1/+1 |
* | ARM: DMA: add support for DMA debugging | Russell King | 2011-01-06 | 1 | -8/+8 |
*---. | Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm... | Russell King | 2010-02-25 | 1 | -1/+3 |
|\ \ \ |
|
| | | * | ARM: dma-mapping: introduce the idea of buffer ownership | Russell King | 2010-02-15 | 1 | -1/+3 |
| | |/
| |/| |
|
* / | | ARM: 5857/1: ARM: dmabounce: fix build | Mike Rapoport | 2009-12-22 | 1 | -1/+1 |
|/ / |
|
* | | ARM: use flush_kernel_dcache_area() for dmabounce | Russell King | 2009-12-14 | 1 | -8/+4 |
* | | ARM: dma-mapping: split dma_unmap_page() from dma_unmap_single() | Russell King | 2009-11-23 | 1 | -3/+18 |
|/ |
|
* | [ARM] make page_to_dma() highmem aware | Nicolas Pitre | 2009-03-15 | 1 | -0/+7 |
* | [ARM] dma: add validation of DMA params | Russell King | 2008-09-29 | 1 | -4/+7 |
* | [ARM] dma: coding style cleanups | Russell King | 2008-09-29 | 1 | -32/+16 |
* | [ARM] dma: fix dmabounce dma_sync_xxx() implementations | Russell King | 2008-09-29 | 1 | -86/+58 |
* | [ARM] dma: use new dmabounce_sync_for_xxx() for dma_sync_single_xxx() | Russell King | 2008-09-29 | 1 | -24/+0 |
* | [ARM] dma: Reduce to one dma_sync_sg_* implementation | Russell King | 2008-09-29 | 1 | -36/+12 |
* | [ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation | Russell King | 2008-09-25 | 1 | -46/+0 |
* | [ARM] dma: provide a better dma_map_page() implementation | Russell King | 2008-09-25 | 1 | -0/+13 |
* | [ARM] Update dma_map_sg()/dma_unmap_sg() API | Russell King | 2008-09-25 | 1 | -15/+18 |
* | [ARM] dma-mapping: provide sync_range APIs | Russell King | 2008-08-10 | 1 | -18/+20 |
* | [ARM] dma-mapping: improve type-safeness of DMA translations | Russell King | 2008-08-10 | 1 | -9/+9 |
* | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 2008-07-26 | 1 | -1/+1 |
* | driver core: fix a lot of printk usages of bus_id | Greg Kroah-Hartman | 2008-07-21 | 1 | -13/+9 |
* | [ARM] Export dma_sync_sg_for_device() | Russell King | 2008-06-22 | 1 | -1/+2 |
* | arm: build fix | FUJITA Tomonori | 2007-10-23 | 1 | -0/+1 |
* | Update arch/ to use sg helpers | Jens Axboe | 2007-10-22 | 1 | -1/+1 |
* | [ARM] Rename consistent_sync() as dma_cache_maint() | Russell King | 2007-10-12 | 1 | -2/+2 |
* | [ARM] spelling fixes | Simon Arlott | 2007-05-20 | 1 | -1/+1 |
*-. | Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale trees | Russell King | 2007-02-17 | 1 | -7/+14 |
|\ \ |
|