aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/io.h
AgeCommit message (Expand)Author
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
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-25Merge branch 'misc' into for-linusRussell King
2011-10-25Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v...Russell King
2011-10-22ARM: 7129/1: Add __arm_ioremap_exec for mapping external memory as MT_MEMORYTony Lindgren
2011-10-17ARM: 7118/1: rename temp variable in read*_relaxed()Olof Johansson
2011-10-01ARM: add io{read,write}{16,32}be functionsArnd Bergmann
2011-09-27doc: fix broken referencesPaul Bolle
2011-08-17ARM: io: add a default IO_SPACE_LIMIT definitionRussell King
2011-01-31ARM: io: ensure inb/outb() et.al. are properly ordered on ARMv6+Russell King
2010-12-08ARM: io: simplify ioremap* and iounmap definitionsRussell King
2010-12-08ARM: io: make iounmap() a simple macroRussell King
2010-10-01ARM: implement CONFIG_STRICT_DEVMEM by disabling access to RAM via /dev/memNicolas Pitre
2010-07-29ARM: Add barriers to io{read,write}{8,16,32} accessors as wellRussell King
2010-07-29ARM: 6273/1: Add barriers to the I/O accessors if ARM_DMA_MEM_BUFFERABLECatalin Marinas
2010-07-29ARM: 6271/1: Introduce *_relaxed() I/O accessorsCatalin Marinas
2010-02-15ARM: Add caller information to ioremapRussell King
2008-11-30[ARM] Add a common typesafe __io implementationRussell King
2008-10-01[ARM] Remove MT_DEVICE_IXP2000 and associated definitionsRussell King
2008-09-06[ARM] 5241/1: provide ioremap_wc()Lennert Buytenhek
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King