summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/io.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ARM: mm: kill unused runtime hook arch_iounmap()Kefeng Wang1-3/+1
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-23/+4
2022-05-09arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport1-0/+3
2022-05-07ARM: pxa/sa1100: move I/O space to PCI_IOBASEArnd Bergmann1-23/+4
2021-12-07arm: ioremap: Remove unused ARM-specific function pci_ioremap_io()Pali Rohár1-2/+0
2021-11-30arm: ioremap: Implement standard PCI function pci_remap_iospace()Pali Rohár1-0/+5
2021-10-19ARM: add __arm_iomem_set_ro() to write-protect ioremapped areaRussell King (Oracle)1-0/+1
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2020-12-11arm: Use the generic devmem_is_allowed()Palmer Dabbelt1-1/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-8/+0
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig1-1/+0
2019-11-11arm: remove ioremap_cachedChristoph Hellwig1-6/+0
2019-07-16arch/*: remove unused isa_page_to_bus()Stephen Kitt1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-08ARM/io: Remove useless definition of mmiowb()Will Deacon1-2/+0
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig1-1/+0
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-3/+0
2018-09-26xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig1-3/+0
2018-09-26arm: remove the unused BIOVEC_MERGEABLE defineChristoph Hellwig1-7/+0
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-3/+2
2017-04-24ARM: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi1-0/+10
2016-11-01arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig1-1/+0
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-06-21ARM: io: fix comment grammarAndrew F. Davis1-1/+1
2016-04-04ARM: memremap: implement arch_memremap_wb()Ard Biesheuvel1-0/+6
2016-04-04ARM: reintroduce ioremap_cached() for creating cached I/O mappingsArd Biesheuvel1-0/+6
2015-07-03ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsRussell King1-3/+6
2015-07-03ARM: io: convert ioremap*() to functionsRussell King1-11/+13
2015-07-03ARM: io: fix ioremap_wt() implementationRussell King1-1/+1
2015-07-03ARM: io: document ARM specific behaviour of ioremap*() implementationsRussell King1-3/+39
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-15/+37
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani1-0/+1
2015-05-08ARM: optimize memset_io()/memcpy_fromio()/memcpy_toio()Russell King1-0/+25
2015-05-08ARM: 8341/1: io: Unpessimize relaxed io accessorsPeter Hurley1-15/+12
2014-11-10ARM: Use include/asm-generic/io.hThierry Reding1-53/+36
2014-09-30ARM: Define PCI_IOBASE as the base of virtual PCI IO spaceLiviu Dudau1-0/+1
2014-06-01ARM: 8060/1: mm: allow sub-architectures to override PCI I/O memory typeThomas Petazzoni1-0/+6
2014-01-28ARM: 7930/1: Introduce atomic MMIO modifyEzequiel Garcia1-0/+6
2013-12-29ARM: 7896/1: rename ioremap_cached to ioremap_cacheRob Herring1-1/+1
2013-11-08arm,arm64/include/asm/io.h: define struct bio_vecStefano Stabellini1-0/+1
2013-10-25arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini1-0/+8
2013-05-23ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott1-4/+4
2012-11-16Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman1-2/+2
2012-10-29ARM: 7567/1: io: avoid GCC's offsettable addressing modes for halfword accessesWill Deacon1-2/+2
2012-10-24/dev/mem: use phys_addr_t for physical addressesCyril Chemparathy1-1/+1
2012-10-07Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-6/+61
2012-08-25ARM: 7500/1: io: avoid writeback addressing modes for __raw_ accessorsWill Deacon1-6/+61
2012-07-25ARM: Add fixed PCI i/o mappingRob Herring1-0/+8
2012-05-25ARM: fix out[bwl]()Russell King1-13/+11
2012-04-05ARM: fix __io macro for PCMCIARob Herring1-1/+1