aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/include/asm/io.h
Commit message (Collapse)AuthorAge
* frv: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-20
| | | | | | | | | | | | write{b,w,l}_relaxed are implemented by some architectures in order to permit memory-mapped I/O accesses with weaker barrier semantics than the non-relaxed variants. This patch adds dummy macros for the write accessors to frv, in the same vein as the dummy definitions for the relaxed read accessors. Cc: David Howells <dhowells@redhat.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
* frv: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-12-04
| | | | | | | | | | frv uses a version of pci_iomap that simply casts and returns back the start address. Looking closely, both ioremap and ioport_map seem to do this on this platform, so the generic pci_iomap will DTRT automatically. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* FRV: Move to arch/frv/include/asm/David Howells2009-04-09
Move arch headers from include/asm-frv/ to arch/frv/include/asm/. Signed-off-by: David Howells <dhowells@redhat.com>