On Tue, Dec 13, 2011 at 11:19 PM, Felipe Contreras <felipe.contreras@xxxxxxxxx> wrote: > On Mon, Dec 12, 2011 at 9:09 AM, Jarkko Nikula <jarkko.nikula@xxxxxxxxxx> wrote: >> Indeed yes. I checked that in 3.0 it still works but not in 3.1 so some >> non isp1704_charger change has broke it as there hasn't been changes on it. > > Actually it's broken in 3.0 as well, try this configuration: > > # CONFIG_USB_MUSB_HOST is not set > # CONFIG_USB_MUSB_PERIPHERAL is not set > CONFIG_USB_MUSB_OTG=y > CONFIG_USB_GADGET_MUSB_HDRC=y > CONFIG_USB_MUSB_HDRC_HCD=y > > CONFIG_USB_GADGET_SELECTED=y > # CONFIG_USB_GADGET_FUSB300 is not set > # CONFIG_USB_GADGET_OMAP is not set > # CONFIG_USB_GADGET_R8A66597 is not set > # CONFIG_USB_GADGET_PXA_U2O is not set > # CONFIG_USB_GADGET_M66592 is not set > # CONFIG_USB_GADGET_DUMMY_HCD is not set > > I will try to find where the issues started to happen, but it's a bit > difficult because all this USB Kconfig stuff is completely messed up. > > *Sigh* Ok, I made some progress. The issue appeared on 2.6.39, specifically, on commit 0df0914, which is a merge from Linus. The issue doesn't appear in any of the two parents of that merge. I manually merged various commits, and the first one that triggered the problem is 18a2689, but the commit itself is not the problem but something that was already merged to Linus' tree, specifically at point 6899608. IOW, it's a mixture of two changes that appear together at point, 0df0914, one of them is 18a2689, the other one I still don't know. Unless you can find what's wrong with this commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blobdiff;f=arch/arm/mach-omap2/usb-musb.c;h=a9d4d143086d73463b97c093cc9f022de8e1d679;hp=9788b4941857f40d50d48fa6470ee14e179bc373;hb=18a2689;hpb=273ff8c3bc04cf358c131f49ee7a11efa7ec73d7 I guess the safest route is to continue with the manual merges to find the second relevant commit =/ -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html