aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma-mapping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-30common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski1-0/+3
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-4/+9
2012-03-28common: dma-mapping: introduce mmap methodMarek Szyprowski1-0/+3
2012-03-28common: dma-mapping: remove old alloc_coherent and free_coherent methodsMarek Szyprowski1-4/+0
2012-03-28common: dma-mapping: introduce generic alloc() and free() methodsMarek Szyprowski1-0/+6
2012-03-25ARM: dma-mapping: convert ARCH_HAS_DMA_SET_COHERENT_MASK to kconfig symbolRob Herring1-1/+1
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+3
2011-11-02include/linux/dma-mapping.h: add dma_zalloc_coherent()Andrew Morton1-0/+10
2011-09-20dma-mapping: Add get_required_mask if arch overrides defaultMilton Miller1-0/+3
2011-07-26include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macrosWANG Cong1-21/+0
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-9/+1
2010-09-22arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"FUJITA Tomonori1-0/+4
2010-08-13dma-mapping: fix build errors on !HAS_DMA architecturesHeiko Carstens1-0/+2
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-0/+8
2010-05-27dma-mapping: remove deprecated dma_sync_single and dma_sync_sg APIFUJITA Tomonori1-15/+0
2010-05-27dma-mapping: remove unnecessary sync_single_range_* in dma_map_opsFUJITA Tomonori1-10/+0
2010-03-12dma-mapping: dma-mapping.h: add dma_set_coherent_maskFUJITA Tomonori1-0/+8
2010-03-12dma-mapping.h: add the dma_unmap state APIFUJITA Tomonori1-0/+16
2009-08-28dma: Add set_dma_mask hook to struct dma_map_opsFUJITA Tomonori1-0/+1
2009-07-28remove is_buffer_dma_capable()FUJITA Tomonori1-5/+0
2009-06-19dma-mapping: mark dma_sync_single and dma_sync_sg as deprecatedFUJITA Tomonori1-3/+14
2009-06-19dma-mapping: mark DMA_nBITS_MASK as deprecatedJiri Slaby1-12/+14
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-01-06generic: add common struct for dma map operationsFUJITA Tomonori1-0/+48
2008-09-19convert swiotlb to use dma_get_maskFUJITA Tomonori1-1/+1
2008-09-14iommu: add dma_get_mask helper functionFUJITA Tomonori1-0/+7
2008-09-10add is_buffer_dma_capable helper functionFUJITA Tomonori1-0/+5
2008-04-29dma: add dma_*map*_attrs() interfacesArthur Kepner1-0/+17
2008-02-05iommu sg merging: add accessors for segment_boundary_mask in device_dma_parameters()FUJITA Tomonori1-0/+15
2008-02-05iommu sg merging: add device_dma_parameters structureFUJITA Tomonori1-0/+15
2008-02-03linux/dma-mapping.h: rename macro to prevent multiple inclusionRobert P. J. Day1-2/+2
2007-10-18stop using DMA_xxBIT_MASKAndrew Morton1-2/+8
2007-10-18unify DMA_..BIT_MASK definitions: v3.1Borislav Petkov1-10/+14
2007-10-16introduce DMA_MASK_NONE as a signal for unable to do DMAJames Bottomley1-0/+7
2007-07-16dma-mapping: prevent dma dependent code from linking on !HAS_DMA archsDan Williams1-0/+4
2007-02-09devres: device resource managementTejun Heo1-1/+28
2006-09-29[PATCH] Move valid_dma_direction() from x86_64 to generic codeRolf Eike Beer1-0/+7
2006-05-10dl2k: use DMA_48BIT_MASK constantFrancois Romieu1-0/+1
2006-04-11[PATCH] Last DMA_xBIT_MASK cleanupsTobias Klauser1-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-0/+1
2006-03-22[PATCH] Intruduce DMA_28BIT_MASKTobias Klauser1-0/+1
2005-06-17[SCSI] Add DMA mask constants other than 32 and 64 bitLee Revell1-0/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+56