summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/io.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-02arm: Clean up asm/io.hAndre Przywara1-96/+2
2021-07-29arm64: Update memcpy_{from, to}io() helpersPatrice Chotard1-10/+15
2020-08-25arm: include/asm/io.h: Add 64bit clrbits and setbits helpersSuneel Garapati1-0/+16
2020-08-14xen: Port Xen hypervisor related code from mini-osOleksandr Andrushchenko1-0/+4
2019-11-08arm64: Add memcpy_{from, to}io() and memset_io() helpersVignesh Raghavendra1-0/+97
2019-10-11ARM: asm/io.h: remove redundant #if !defined(readb) blockRasmus Villemoes1-15/+0
2019-10-11ARM: asm/io.h: kill off confusing #ifdef __mem_pci blockRasmus Villemoes1-41/+0
2019-04-22arm: asm: io.h: define readX_relaxed and writeX_relaxedPhilippe Reynes1-0/+21
2018-12-07arm: implement {in, out}_{16, 32} and {clr, set, clrset}bits_{16, 32}Álvaro Fernández Rojas1-0/+13
2017-10-03arm: Use asm-generic/io.hPaul Burton1-29/+1
2016-08-05ARM: Rework and correct barrier definitionsTom Rini1-2/+2
2016-07-15arm, nds32, sh: remove useless ioremap()/iounmap() definesMasahiro Yamada1-34/+0
2016-04-10arm: add missing writes[bwql], reads[bwql].Purna Chandra Mandal1-0/+7
2015-10-29Data types defined for 64 bit physical addressAneesh Bansal1-2/+2
2014-09-08arm: ls102xa: Add Freescale LS102xA SoC supportWang Huan1-1/+7
2014-08-29ARM:asm:io.h use static inlineJeroen Hofstee1-6/+6
2014-07-23driver/ddr: Fix DDR4 driver for ARMYork Sun1-0/+1
2014-07-03Added 64-bit MMIO accessors for ARMv8J. German Rivera1-0/+8
2014-06-20arm: Support iotrace featureSimon Glass1-0/+3
2014-01-09arm64: core supportDavid Feng1-6/+9
2011-02-21ARM: fix write*() I/O accessorsWolfgang Denk1-3/+3
2011-02-02ARM: Avoid compiler optimization for readb, writeb and friends.Alexander Holler1-12/+20
2010-08-08ARM: Define __raw_readX and __raw_writeXMarek Vasut1-6/+40
2010-06-23ARM: fix bug in macro __arch_ioremap.Terry Lv1-7/+7
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser1-0/+395