From: Mike Frysinger Date: Fri, 12 Mar 2010 08:27:21 +0000 (+0200) Subject: usb: musb: abstract out ULPI_BUSCONTROL register reads/writes X-Git-Tag: v2.6.34-rc2~8^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb3ee421d6d39fbfadadf7093a587461ac4597e;p=pandora-kernel.git usb: musb: abstract out ULPI_BUSCONTROL register reads/writes The USB PHY on current Blackfin processors is a UTMI+ level 2 PHY. However, it has no ULPI support - so there are no registers at all. That means accesses to ULPI_BUSCONTROL have to be abstracted away like other MUSB registers. This fixes building for Blackfin parts again. Signed-off-by: Mike Frysinger Acked-by: Anand Gadiyar Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed