]> 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>
Wed, 14 Sep 2011 00:50:34 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Sep 2011 00:50:34 +0000 (10:50 +1000)
commitced07515d13b6aeb726b25313fc12b3bbc96eedb
tree856e9fa8ddb37c6ce98c29d429f08bcdf73064e9
parent2b2018f51d4b18c45bc1a67a3986d29392eaaf52
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]