[ARM] ohci-pxa27x: use ioremap() and offset for register access
authorEric Miao <eric.miao@marvell.com>
Sat, 4 Oct 2008 04:57:21 +0000 (12:57 +0800)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 7 Oct 2008 18:12:58 +0000 (19:12 +0100)
This avoid the pre-mapping of OHCI controller register space, and the
mapping is made only when necessary (OHCI is probed).

Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found