aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/dma-default.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Rename mips_dma_cache_sync back to dma_cache_syncRalf Baechle2010-12-161-1/+3
* MIPS: Convert DMA to use dma-mapping-common.hDavid Daney2010-10-291-110/+55
* MIPS: DMA: Fix computation of DMA flags from device's coherent_dma_mask.Ralf Baechle2010-10-041-8/+20
* dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-7/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* MIPS: Add DMA declare coherent memory supportYoichi Yuasa2009-11-131-0/+7
* MIPS: Pass struct device to plat_dma_addr_to_phys()Kevin Cernekee2009-06-171-7/+8
* MIPS: Add size and direction arguments to plat_unmap_dma_mem()Kevin Cernekee2009-06-171-4/+4
* MIPS: Synchronize dma_map_page and dma_map_singleAtsushi Nemoto2009-05-141-18/+1
* MIPS: Fix oops in dma_unmap_page on not coherent mips platformsJan Nikitenko2009-03-231-1/+1
* MIPS: Adjust the dma-common.c platform hooks.David Daney2009-01-111-15/+10
* MIPS: Add missing calls to plat_unmap_dma_mem.David Daney2008-12-121-0/+3
* MIPS: Don't unmap the memory for dma_sync*.David Daney2008-10-271-2/+0
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+1
* [MIPS] Use correct dma flushing in dma_cache_sync()Thomas Bogendoerfer2008-01-291-1/+1
* [MIPS] Wrong CONFIG option prevents setup of DMA zone.Thomas Bogendoerfer2008-01-111-1/+1
* [MIPS] 64-bit Sibyte kernels need DMA32.Ralf Baechle2007-11-261-9/+28
* [MIPS] Cleanup random difference between the lmo and kernel.org tree.Ralf Baechle2007-10-291-1/+1
* mips: sg_page() falloutJens Axboe2007-10-231-0/+1
* Update arch/ to use sg helpersJens Axboe2007-10-221-9/+7
* [MIPS] Allow hardwiring of the CPU type to a single type for optimization.Ralf Baechle2007-10-111-2/+2
* [MIPS] R10000: Fix wrong test in dma-default.cMaxime Bizon2007-09-101-1/+1
* [MIPS] Make dma_map_sg handle sg elements which are longer than one pageThomas Bogendoerfer2007-06-061-2/+3
* [MIPS] Always use virt_to_phys() when translating kernel addressesFranck Bui-Huu2007-03-241-5/+12
* [MIPS] dma_sync_sg_for_cpu is a no-op except for non-coherent R10000s.Ralf Baechle2007-03-041-1/+1
* [MIPS] Fix dma_sync_*_for_device() functionsThomas Bogendoerfer2007-02-261-3/+3
* [MIPS] Unify dma-{coherent,noncoherent.ip27,ip32}Ralf Baechle2007-02-131-0/+363