summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/io.h
Commit message (Expand)AuthorAgeFilesLines
* arch/*: remove unused isa_page_to_bus()Stephen Kitt2019-07-171-1/+0Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* ARM/io: Remove useless definition of mmiowb()Will Deacon2019-04-081-2/+0Star
* xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig2018-09-261-1/+0Star
* block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-261-3/+0Star
* xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig2018-09-261-3/+0Star
* arm: remove the unused BIOVEC_MERGEABLE defineChristoph Hellwig2018-09-261-7/+0Star
* block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-241-3/+2Star
* ARM: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi2017-04-241-0/+10
* arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig2016-11-011-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-07-281-1/+1
|\
| * ARM: io: fix comment grammarAndrew F. Davis2016-06-211-1/+1
* | ARM: memremap: implement arch_memremap_wb()Ard Biesheuvel2016-04-041-0/+6
* | ARM: reintroduce ioremap_cached() for creating cached I/O mappingsArd Biesheuvel2016-04-041-0/+6
|/
* ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsRussell King2015-07-031-3/+6
* ARM: io: convert ioremap*() to functionsRussell King2015-07-031-11/+13
* ARM: io: fix ioremap_wt() implementationRussell King2015-07-031-1/+1
* ARM: io: document ARM specific behaviour of ioremap*() implementationsRussell King2015-07-031-3/+39
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-261-15/+37
|\
| * ARM: optimize memset_io()/memcpy_fromio()/memcpy_toio()Russell King2015-05-081-0/+25
| * ARM: 8341/1: io: Unpessimize relaxed io accessorsPeter Hurley2015-05-081-15/+12Star
* | arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani2015-06-071-0/+1
|/
* ARM: Use include/asm-generic/io.hThierry Reding2014-11-101-53/+36Star
* ARM: Define PCI_IOBASE as the base of virtual PCI IO spaceLiviu Dudau2014-09-301-0/+1
* ARM: 8060/1: mm: allow sub-architectures to override PCI I/O memory typeThomas Petazzoni2014-06-011-0/+6
* ARM: 7930/1: Introduce atomic MMIO modifyEzequiel Garcia2014-01-281-0/+6
* ARM: 7896/1: rename ioremap_cached to ioremap_cacheRob Herring2013-12-291-1/+1
* arm,arm64/include/asm/io.h: define struct bio_vecStefano Stabellini2013-11-081-0/+1
* arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini2013-10-251-0/+8
* ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott2013-05-231-4/+4
* Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman2012-11-171-2/+2
|\
| * ARM: 7567/1: io: avoid GCC's offsettable addressing modes for halfword accessesWill Deacon2012-10-291-2/+2
* | /dev/mem: use phys_addr_t for physical addressesCyril Chemparathy2012-10-251-1/+1
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-071-6/+61
|\
| * ARM: 7500/1: io: avoid writeback addressing modes for __raw_ accessorsWill Deacon2012-08-251-6/+61
* | ARM: Add fixed PCI i/o mappingRob Herring2012-07-251-0/+8
|/
* ARM: fix out[bwl]()Russell King2012-05-251-13/+11Star
* ARM: fix __io macro for PCMCIARob Herring2012-04-051-1/+1
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-301-38/+33Star
|\
| * ARM: create a common IOMEM definitionRob Herring2012-03-141-0/+2
| * ARM: kill off __mem_pciRob Herring2012-03-071-29/+17Star
| * ARM: make mach/io.h include optionalRob Herring2012-03-071-0/+5
| * ARM: remove compile time __arch_ioremap/__arch_iounmapRob Herring2012-03-071-10/+5Star
| * ARM: provide runtime hook for ioremap/iounmapRob Herring2012-03-071-1/+6
* | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-1/+1
|/
* arm: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-281-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-1/+1
|\
| * doc: fix broken referencesPaul Bolle2011-09-271-1/+1
* | Merge branch 'misc' into for-linusRussell King2011-10-251-5/+6
|\ \
| * | ARM: 7129/1: Add __arm_ioremap_exec for mapping external memory as MT_MEMORYTony Lindgren2011-10-221-0/+1