Ajay Kumar Gupta wrote:
AM35x has musb interface and uses CPPI4.1 DMA engine. Current patch supports only PIO mode and there are on-going discussions on location of CPPI4.1 DMA. Signed-off-by: Ajay Kumar Gupta <ajay.gupta@xxxxxx>
Overlooked one thing... [...]
+int musb_platform_exit(struct musb *musb) +{
[...]
+ phy_off(); + + usb_nop_xceiv_unregister(); + + return 0;
You forgot the calls to clk_disable() for both your clocks...
+} +
WBR, Sergei -- 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