From: Eric Miao Date: Sat, 27 Sep 2008 07:49:57 +0000 (+0800) Subject: [ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registers X-Git-Tag: v2.6.28-rc1~293^2~6^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=097b53348f34a461d2b07081eae12d823cf3d729;p=pandora-kernel.git [ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registers 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 Signed-off-by: Russell King --- Reading git-diff-tree failed