| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| | * | [ARM] Convert DMA cache handling to take const void * args | Russell King | 2007-02-08 | 1 | -4/+3 |
| | * | [ARM] 4134/1: Add generic support for outer caches | Catalin Marinas | 2007-02-08 | 1 | -0/+1 |
| | * | [ARM] Don't call consistent_sync() for DMA coherent memory | Russell King | 2007-02-08 | 1 | -3/+10 |
| |/ |
|
* | | [ARM] Convert dmabounce statistics to use a device attribute | Russell King | 2007-02-12 | 1 | -20/+15 |
* | | [ARM] Add a reference from struct device to the dma bounce info | Russell King | 2007-02-12 | 1 | -24/+7 |
|/ |
|
* | [ARM] 3917/1: Fix dmabounce symbol exports | Kevin Hilman | 2006-11-02 | 1 | -1/+2 |
* | [ARM] 3755/1: dmabounce: fix return value for find_safe_buffer | Kevin Hilman | 2006-08-18 | 1 | -3/+5 |
* | [ARM] 3537/1: Rework DMA-bounce locking for finer granularity | Kevin Hilman | 2006-06-22 | 1 | -46/+21 |
* | [ARM] 3389/1: typo and grammar fix | Erik Hovland | 2006-03-22 | 1 | -1/+1 |
* | [ARM] Clean up dmabounce | Russell King | 2005-10-30 | 1 | -79/+86 |