aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/dma-mapping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15dma-mapping: provide a generic asm/dma-mapping.hChristoph Hellwig1-17/+0
2018-01-10s390: move s390_pci_dma_ops to asm/pci_dma.hChristoph Hellwig1-2/+0
2018-01-09s390: remove the unused dma_capable helperChristoph Hellwig1-7/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-5/+0
2017-06-28s390: implement ->mapping_errorChristoph Hellwig1-2/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-3/+1
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-2/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-1/+0
2016-03-02s390/dma: Allow per device dma opsChristian Borntraeger1-2/+4
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-2/+0
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-2/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-9/+0
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-10/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-3/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-31/+0
2015-04-15s390: Use bool function return values of true/false not 1/0Joe Perches1-1/+1
2014-08-26s390: Implement dma_{alloc,free}_attrs()Thierry Reding1-10/+21
2013-06-26s390/dma: remove gratuitous bracketsSebastian Ott1-1/+1
2013-06-19s390/dma: support debug_dma_mapping_errorSebastian Ott1-0/+1
2013-06-19s390/dma: fix mapping_error detectionSebastian Ott1-1/+1
2013-05-22s390/dma: do not call debug_dma after freeSebastian Ott1-1/+1
2013-02-14s390/dma: remove dma_is_consistent() declarationHeiko Carstens1-1/+0
2013-02-14s390/dma: provide dma_cache_sync() functionHeiko Carstens1-2/+5
2012-11-30s390/pci: DMA supportJan Glauber1-0/+76