From: Tony Lindgren Date: Tue, 13 Nov 2012 00:35:36 +0000 (-0800) Subject: Merge tag 'omap-for-v3.7-rc4/musb-regression-signed' into omap-for-v3.8/tmp-merge X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45acaf93eb0d0824e318d8c9f624c7fdfc6ae72b;p=pandora-kernel.git Merge tag 'omap-for-v3.7-rc4/musb-regression-signed' into omap-for-v3.8/tmp-merge This series fixes an annoying regression to make MUSB working on omap4 again. Although it's getting rather late for these changes for the -rc cycle, it is important as many devices are using MUSB for charging and connectivity. With the USB PHY changes, MUSB started using the newly added drivers/usb/phy/omap-usb2.c driver introduced by commit 657b306a (usb: phy: add a new driver for omap usb2 phy) that is using the newly introduced drivers/bus/omap-ocp2scp.c introduced by commit 26a84b3e (drivers: bus: add a new driver for omap-ocp2scp). These changes allowed dropping a lot of PHY related code from arch/arm/mach-omap2/omap_phy_internal.c and have it live in the device driver like it should with commit c9e4412a (arm: omap: phy: remove unused functions from omap-phy-internal.c). However, MUSB on omap4 broke with these changes for legacy platform data boot, and now only works with device tree for omap4. Unfortunately we are still few critical bindings away from being able to make omap4 usbale with device tree. Fix the regression properly by adding platform data support to the ocp2scp driver so we can avoid adding back the driver code to arch/arm/mach-omap2. --- 45acaf93eb0d0824e318d8c9f624c7fdfc6ae72b Reading git-diff-tree failed