aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/io.h
AgeCommit message (Expand)Author
2022-05-18arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig
2019-11-11arm: remove ioremap_cachedChristoph Hellwig
2019-07-16arch/*: remove unused isa_page_to_bus()Stephen Kitt
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-08ARM/io: Remove useless definition of mmiowb()Will Deacon
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-09-26xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig
2018-09-26arm: remove the unused BIOVEC_MERGEABLE defineChristoph Hellwig
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2017-04-24ARM: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi
2016-11-01arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-06-21ARM: io: fix comment grammarAndrew F. Davis
2016-04-04ARM: memremap: implement arch_memremap_wb()Ard Biesheuvel
2016-04-04ARM: reintroduce ioremap_cached() for creating cached I/O mappingsArd Biesheuvel
2015-07-03ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsRussell King
2015-07-03ARM: io: convert ioremap*() to functionsRussell King
2015-07-03ARM: io: fix ioremap_wt() implementationRussell King
2015-07-03ARM: io: document ARM specific behaviour of ioremap*() implementationsRussell King
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani
2015-05-08ARM: optimize memset_io()/memcpy_fromio()/memcpy_toio()Russell King
2015-05-08ARM: 8341/1: io: Unpessimize relaxed io accessorsPeter Hurley
2014-11-10ARM: Use include/asm-generic/io.hThierry Reding
2014-09-30ARM: Define PCI_IOBASE as the base of virtual PCI IO spaceLiviu Dudau
2014-06-01ARM: 8060/1: mm: allow sub-architectures to override PCI I/O memory typeThomas Petazzoni
2014-01-28ARM: 7930/1: Introduce atomic MMIO modifyEzequiel Garcia
2013-12-29ARM: 7896/1: rename ioremap_cached to ioremap_cacheRob Herring
2013-11-08arm,arm64/include/asm/io.h: define struct bio_vecStefano Stabellini
2013-10-25arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini
2013-05-23ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott
2012-11-16Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman
2012-10-29ARM: 7567/1: io: avoid GCC's offsettable addressing modes for halfword accessesWill Deacon
2012-10-24/dev/mem: use phys_addr_t for physical addressesCyril Chemparathy
2012-10-07Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-08-25ARM: 7500/1: io: avoid writeback addressing modes for __raw_ accessorsWill Deacon
2012-07-25ARM: Add fixed PCI i/o mappingRob Herring
2012-05-25ARM: fix out[bwl]()Russell King
2012-04-05ARM: fix __io macro for PCMCIARob Herring
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds
2012-03-28Disintegrate asm/system.h for ARMDavid Howells
2012-03-13ARM: create a common IOMEM definitionRob Herring
2012-03-06ARM: kill off __mem_pciRob Herring
2012-03-06ARM: make mach/io.h include optionalRob Herring
2012-03-06ARM: remove compile time __arch_ioremap/__arch_iounmapRob Herring
2012-03-06ARM: provide runtime hook for ioremap/iounmapRob Herring
2011-11-28arm: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin