]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Provide basic implementation and/or stubs for I/O routines.
authorRichard Kuo <rkuo@codeaurora.org>
Tue, 13 Sep 2011 00:38:01 +0000 (10:38 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Sep 2011 00:38:01 +0000 (10:38 +1000)
commit93658c8b7120e4b3f323d026caa52a7647bb3837
tree05032776e83161375313f2206b5eb415211b0db6
parent336c025ff0f02b9090daab077caeb289aec7ac06
Hexagon: Provide basic implementation and/or stubs for I/O routines.

Filled in the ins/outs; leaving them in for now.

Change _IO_BASE and IO_SPACE_LIMIT for safety.

I have compiled this with sparse and it builds; I've also picked over
various files related to the HAS_IOPORT_MAP from arm-soc.git and
tried them out, and they work, so I guess we'll just wait until
they're merged.

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Signed-off-by: Linas Vepstas <linas@codeaurora.org>
arch/hexagon/include/asm/io.h [new file with mode: 0644]
arch/hexagon/lib/io.c [new file with mode: 0644]