usb: musb: Remove pm_runtime_set_irq_safe
authorTony Lindgren <[email protected]>
Tue, 31 May 2016 15:05:21 +0000 (10:05 -0500)
committerGreg Kroah-Hartman <[email protected]>
Wed, 1 Jun 2016 21:58:59 +0000 (14:58 -0700)
With the pull up being handled with delayed work, we can
now finally remove pm_runtime_set_irq_safe that blocks the
MUSB glue from idling.

Signed-off-by: Tony Lindgren <[email protected]>
Signed-off-by: Bin Liu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/musb/musb_core.c

index 6469eff4fc301c27f4c224dbc75e80fc65451364..0286a39ea01d038854de298e9385f4ced3449bc2 100644 (file)
@@ -2223,12 +2223,6 @@ musb_init_controller(struct device *dev, int nIrq, void __iomem *ctrl)
        pm_runtime_mark_last_busy(musb->controller);
        pm_runtime_put_autosuspend(musb->controller);
 
-       /*
-        * For why this is currently needed, see commit 3e43a0725637
-        * ("usb: musb: core: add pm_runtime_irq_safe()")
-        */
-       pm_runtime_irq_safe(musb->controller);
-
        return 0;
 
 fail5: