]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ARM: 2747/1: allow platforms to provide their own iomap implementation
authorLennert Buytenhek <buytenh@wantstofly.org>
Fri, 24 Jun 2005 22:11:31 +0000 (23:11 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 24 Jun 2005 22:11:31 +0000 (23:11 +0100)
commit3b2e5ce559c7d30dee0e40610d64fba92665cfa7
treeaf4d8698fe1bc32854dcc0c81ed99211e4e53207
parentdd8fad26df6d0e0ce07ad5d4283cde63cf5e9b3d
[PATCH] ARM: 2747/1: allow platforms to provide their own iomap implementation

Patch from Lennert Buytenhek

This patch conditionalises the io{read,write}{8,16,32} defines and the
prototypes for ioport_map/ioport_unmap in asm-arm/io.h on ioread8 not
already having been defined.  This is done so that platforms can provide
their own implementation of the iomap API, ixp2000 for example needs
this.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Deepak Saxena
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/io.h