summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/ioport.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-2/+2
* dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
* sparc: use DT node full_name in sparc_dma_alloc_resourceChristoph Hellwig2018-12-131-1/+1
* sparc: remove the sparc32_dma_ops indirectionChristoph Hellwig2018-12-111-121/+3
* sparc: factor the dma coherent mapping into helperChristoph Hellwig2018-12-111-84/+67
* sparc: remove not needed sbus_dma_ops methodsChristoph Hellwig2018-12-111-20/+0
* sparc: use generic dma_noncoherent_opsChristoph Hellwig2018-08-211-162/+31
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-15/+4
* asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Greentime Hu2018-02-221-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sparc: remove arch specific dma_supported implementationsChristoph Hellwig2017-06-281-16/+6
* sparc: remove leon_dma_opsChristoph Hellwig2017-06-281-4/+1
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-4/+4
* arch/sparc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-151-2/+2
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-12/+12
* sparc: Fix misspellings in comments.Adam Buchbinder2016-03-211-3/+3
* sparc32: dma_alloc_coherent must honour gfp flagsDaniel Hellstrom2014-09-101-2/+3
* sparc32: fix sparse warnings in ioport.cSam Ravnborg2014-04-291-3/+3
* sparc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2014-01-051-3/+2
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* sparc32: Export leon_dma_ops to modules.David S. Miller2012-05-281-1/+2
* sparc32: support leon + sun in dma_make_coherent()Sam Ravnborg2012-05-281-8/+4
* sparc32,leon: always support leon in ioportSam Ravnborg2012-05-281-9/+2
* sparc32: Convert mmu_* interfaces from btfixup to method ops.David S. Miller2012-05-131-3/+5
* sparc32: drop btfixup in pgtable_32.hSam Ravnborg2012-05-131-5/+5
* sparc32: Trivial removal of sun4c references in comments.David S. Miller2012-05-121-5/+0
* SPARC: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-8/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2011-08-011-25/+7
|\
| * sparc: iounmap() and *_free_coherent() - Use lookup_resource()Geert Uytterhoeven2011-07-301-25/+7
| * sparc: _sparc_find_resource() should check for exact matchesGeert Uytterhoeven2011-07-301-2/+2
* | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-6/+6
|/
* sparc32,leon: Remove unnecessary page_address calls in LEON DMA API.Kristoffer Glembo2011-05-161-26/+16
* sparc: Fix sbus_alloc_coherent error handling.Kristoffer Glembo2011-03-171-2/+2
* sparc: Make mmu_inval_dma_area take void * instead of unsigned long to minimi...Kristoffer Glembo2011-03-171-26/+27
* sparc/leon: Make mmu_inval_dma_area flush dcache for LEONs without snooping e...Kristoffer Glembo2011-03-171-3/+7
* sparc/leon: Add LEON dma_ops.Kristoffer Glembo2011-03-171-5/+13
* sparc: Add pci32_unmap_page.Kristoffer Glembo2011-03-171-0/+8
* sparc: Replace open coded page alignment with PAGE_ALIGN macro.Kristoffer Glembo2011-03-171-14/+11
* sparc: remove references to of_device and to_of_deviceGrant Likely2010-07-241-1/+1
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-191-1/+1
* dma-mapping: sparc: unify 32bit and 64bit dma_set_maskFUJITA Tomonori2010-03-131-11/+0
* sparc,leon: Sparc-Leon SMP supportKonrad Eisele2009-11-021-0/+5
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-121-85/+105
|\
| * sparc: Add CONFIG_DMA_API_DEBUG supportFUJITA Tomonori2009-08-101-0/+27
| * sparc: Use asm-generic/pci-dma-compatFUJITA Tomonori2009-08-101-86/+76
| * sparc: Replace sbus_map_single and sbus_unmap_single with sbus_map_page and s...FUJITA Tomonori2009-08-101-2/+5
* | sparc: convert /proc/io_map, /proc/dvma_map to seq_fileAlexey Dobriyan2009-09-021-12/+20
|/
* sparc: move EXPORT_SYMBOL to the symbols definitionSam Ravnborg2009-01-091-0/+15
* sparc: use sparc64 version of scatterlist.hRobert Reif2008-12-121-2/+2
* sparc: Kill now spurious includes of sbus.hDavid S. Miller2008-08-291-1/+0