[ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registers
authorEric Miao <eric.miao@marvell.com>
Sat, 27 Sep 2008 07:49:57 +0000 (15:49 +0800)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 7 Oct 2008 18:12:57 +0000 (19:12 +0100)
Direct access to USB host controller registers is considered to be not
portable, and is usually a bad sign for poorly abstracted interface.
Introduce .flags and .power_on_delay to "struct pxaohci_platform_data"
so that most platforms don't bother to write their own .init/.exit()
sequences.

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

No differences found