Skip to content

Commit 1c4d0b4

Browse files
tmlindgregkh
authored andcommitted
usb: musb: Remove pm_runtime_set_irq_safe
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]>
1 parent 87326e8 commit 1c4d0b4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/usb/musb/musb_core.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,12 +2223,6 @@ musb_init_controller(struct device *dev, int nIrq, void __iomem *ctrl)
22232223
pm_runtime_mark_last_busy(musb->controller);
22242224
pm_runtime_put_autosuspend(musb->controller);
22252225

2226-
/*
2227-
* For why this is currently needed, see commit 3e43a0725637
2228-
* ("usb: musb: core: add pm_runtime_irq_safe()")
2229-
*/
2230-
pm_runtime_irq_safe(musb->controller);
2231-
22322226
return 0;
22332227

22342228
fail5:

0 commit comments

Comments
 (0)