summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/io.h
Commit message (Collapse)AuthorAgeFilesLines
* ARC: Remove redundant PCI_IOBASE declarationThierry Reding2014-11-101-2/+0
| | | | | | | | ARC's asm/io.h includes the asm-generic/io.h which already defines the PCI_IOBASE variable in exactly the same way, so it can be dropped from the architecture specific header. Signed-off-by: Thierry Reding <treding@nvidia.com>
* ARC: Add read*_relaxed to asm/io.hMischa Jonker2013-09-051-0/+4
| | | | | | | Some drivers require these, and ARC didn't had them yet. Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
* ARC: Add support for ioremap_prot APIGilad Ben-Yossef2013-02-151-0/+2
| | | | | | | | | | | | | | | | | | | Implement ioremap_prot() to allow mapping IO memory with variable protection via TLB. Implementing this allows the /dev/mem driver to use its generic access() VMA callback, which in turn allows ptrace to examine data in memory mapped regions mapped via /dev/mem, such as Arc DCCM. The end result is that it is possible to examine values of variables placed into DCCM in user space programs via GDB. CC: Alexey Brodkin <Alexey.Brodkin@synopsys.com> CC: Noam Camus <noamc@ezchip.com> Acked-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
* ARC: I/O and DMA MappingsVineet Gupta2013-02-151-0/+103
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
OpenPOWER on IntegriCloud