aboutsummaryrefslogtreecommitdiff
path: root/drivers/parisc/ccio-dma.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-13parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()Gravatar Yang Yingliang 1-0/+1
2022-08-22parisc: ccio-dma: Handle kmalloc failure in ccio_init_resources()Gravatar Li Qiong 1-3/+8
2022-08-22parisc: ccio-dma: Fix typo in commentGravatar Jason Wang 1-1/+1
2022-01-28parisc: Fix sglist access in ccio-dma.cGravatar John David Anglin 1-1/+2
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-47/+47
2021-09-01parisc: ccio-dma.c: Added tab instead of spacesGravatar Shubhankar Kuranagatti 1-43/+43
2021-08-30parisc: switch from 'pci_' to 'dma_' APIGravatar Christophe JAILLET 1-4/+4
2021-08-09parisc: return error code from .map_sg() opsGravatar Martin Oliveira 1-1/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Gravatar Christoph Hellwig 1-0/+1
2020-09-25dma-mapping: add a new dma_alloc_pages APIGravatar Christoph Hellwig 1-0/+2
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Gravatar Nicolin Chen 1-2/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPGravatar Christoph Hellwig 1-1/+0
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableGravatar Christoph Hellwig 1-0/+2
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+2
2019-06-06parisc: Use lpa instruction to load physical addresses in driver codeGravatar John David Anglin 1-1/+1
2019-06-06parisc: Use implicit space register selection for loading the coherence index...Gravatar John David Anglin 1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+2
2019-02-21parisc: remove the HBA_DATA macroGravatar Christoph Hellwig 1-3/+6
2019-02-21parisc: move internal implementation details out of <asm/dma-mapping.h>Gravatar Christoph Hellwig 1-0/+2
2019-02-20ccio: allow large DMA masksGravatar Christoph Hellwig 1-2/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-2/+2
2018-12-06parisc/ccio: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-9/+1
2018-10-17parisc: Add alternative coding infrastructureGravatar Helge Deller 1-8/+4
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-30/+4
2018-05-18parisc: Move ccio_cujo20_fixup() into init sectionGravatar Helge Deller 1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-30/+4
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSGravatar Christoph Hellwig 1-2/+0
2018-05-02parisc: Fix section mismatchesGravatar Helge Deller 1-1/+1
2017-08-22parisc: Fix section mismatches in parisc core driversGravatar Helge Deller 1-2/+2
2017-07-05parisc: ->mapping_errorGravatar Christoph Hellwig 1-1/+9
2017-07-03parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsGravatar Thomas Bogendoerfer 1-0/+12
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+5
2017-02-25parisc: ccio-dma: Handle return NULL error from ioremap_nocacheGravatar Arvind Yadav 1-1/+5
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-8/+8
2016-01-20parisc: convert to dma_map_opsGravatar Christoph Hellwig 1-26/+31
2015-11-10pci: remove pci_dma_supportedGravatar Christoph Hellwig 1-2/+0
2015-09-10parisc: use seq_hex_dump() to dump buffersGravatar Andy Shevchenko 1-10/+3
2015-04-21parisc: Eliminate sg_virt_addr() and private scatterlist.hGravatar Matthew Wilcox 1-3/+3
2015-04-15parisc: remove use of seq_printf return valueGravatar Joe Perches 1-28/+26
2011-10-31parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 1-0/+1
2010-06-16fix typos concerning "initiali[zs]e"Gravatar Uwe Kleine-König 1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesGravatar Jan Beulich 1-2/+2
2009-08-02parisc: includecheck fix for ccio-dma.cGravatar Jaswinder Singh Rajput 1-1/+0