summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/ioport.c
AgeCommit message (Expand)Author
2023-08-28sparc: Explicitly include correct DT includesRob Herring
2023-06-14sparc64: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2022-02-25sparc: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET
2021-10-21sparc32: use DMA_DIRECT_REMAPChristoph Hellwig
2021-10-21sparc32: remove dma_make_coherentChristoph Hellwig
2021-10-21sparc32: remove the call to dma_make_coherent in arch_dma_freeChristoph Hellwig
2021-09-14sparc32: page align size in arch_dma_allocAndreas Larsson
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-04-02sparc32: use per-device dma_opsChristoph Hellwig
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig
2018-12-13sparc: use DT node full_name in sparc_dma_alloc_resourceChristoph Hellwig
2018-12-11sparc: remove the sparc32_dma_ops indirectionChristoph Hellwig
2018-12-11sparc: factor the dma coherent mapping into helperChristoph Hellwig
2018-12-11sparc: remove not needed sbus_dma_ops methodsChristoph Hellwig
2018-08-21sparc: use generic dma_noncoherent_opsChristoph Hellwig
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-02-22asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Greentime Hu
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-28sparc: remove arch specific dma_supported implementationsChristoph Hellwig
2017-06-28sparc: remove leon_dma_opsChristoph Hellwig
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-12-14arch/sparc: add option to skip DMA sync as a part of map and unmapAlexander Duyck
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-03-20sparc: Fix misspellings in comments.Adam Buchbinder
2014-09-10sparc32: dma_alloc_coherent must honour gfp flagsDaniel Hellstrom
2014-04-29sparc32: fix sparse warnings in ioport.cSam Ravnborg
2014-01-04sparc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2012-05-28sparc32: Export leon_dma_ops to modules.David S. Miller
2012-05-27sparc32: support leon + sun in dma_make_coherent()Sam Ravnborg
2012-05-27sparc32,leon: always support leon in ioportSam Ravnborg
2012-05-13sparc32: Convert mmu_* interfaces from btfixup to method ops.David S. Miller
2012-05-13sparc32: drop btfixup in pgtable_32.hSam Ravnborg
2012-05-12sparc32: Trivial removal of sun4c references in comments.David S. Miller
2012-03-28SPARC: adapt for dma_map_ops changesAndrzej Pietrasiewicz
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2011-07-30sparc: iounmap() and *_free_coherent() - Use lookup_resource()Geert Uytterhoeven
2011-07-30sparc: _sparc_find_resource() should check for exact matchesGeert Uytterhoeven
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-05-16sparc32,leon: Remove unnecessary page_address calls in LEON DMA API.Kristoffer Glembo
2011-03-16sparc: Fix sbus_alloc_coherent error handling.Kristoffer Glembo
2011-03-16sparc: Make mmu_inval_dma_area take void * instead of unsigned long to minimi...Kristoffer Glembo
2011-03-16sparc/leon: Make mmu_inval_dma_area flush dcache for LEONs without snooping e...Kristoffer Glembo
2011-03-16sparc/leon: Add LEON dma_ops.Kristoffer Glembo
2011-03-16sparc: Add pci32_unmap_page.Kristoffer Glembo
2011-03-16sparc: Replace open coded page alignment with PAGE_ALIGN macro.Kristoffer Glembo
2010-07-24sparc: remove references to of_device and to_of_deviceGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-03-12dma-mapping: sparc: unify 32bit and 64bit dma_set_maskFUJITA Tomonori