commit | 0c392ed9a78cbe0f54955ea4716ade8bc22eb00d | [log] [tgz] |
---|---|---|
author | Eric Miao <eric.miao@marvell.com> | Sat Oct 04 12:57:21 2008 +0800 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Oct 07 19:12:58 2008 +0100 |
tree | 9f56d8ff633f6bb93be7a8510eda42b030e992d3 | |
parent | 0cb0b0d3c6ebb8215500685a1f70a45bbbdc8e47 [diff] |
[ARM] ohci-pxa27x: use ioremap() and offset for register access 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>