Do not block sleep while musb clock is enabled as it completely blocks dynamic sleep. Thanks to Jouni Högander. Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> Signed-off-by: Jouni Högander <jouni.hogander@xxxxxxxxx> --- arch/arm/mach-omap2/usb-musb.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index cbd59f8..bd3556b 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c @@ -58,7 +58,6 @@ static int musb_set_clock(struct clk *clk, int state) if (clk_on > 0) return -ENODEV; - omap2_block_sleep(); clk_enable(clk); clk_on = 1; } else { @@ -67,7 +66,6 @@ static int musb_set_clock(struct clk *clk, int state) clk_disable(clk); clk_on = 0; - omap2_allow_sleep(); } return 0; -- 1.5.4.3.447.gc95b3 -- 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