From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 6/6] usb: musb: Drop pointless PM runtime code for dsps glue Date: Mon, 14 Nov 2016 13:26:51 -0800 Message-ID: <20161114212651.GA4082@atomide.com> References: <20161111184302.2438-1-tony@atomide.com> <20161111184302.2438-7-tony@atomide.com> <20161114155916.GV14744@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20161114155916.GV14744@localhost> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Johan Hovold Cc: Bin Liu , Boris Brezillon , Greg Kroah-Hartman , Andreas Kemnade , Felipe Balbi , George Cherian , Kishon Vijay Abraham I , Ivaylo Dimitrov , Ladislav Michl , Laurent Pinchart , Sergei Shtylyov , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org * Johan Hovold [161114 07:59]: > On Fri, Nov 11, 2016 at 10:43:02AM -0800, Tony Lindgren wrote: > > This already gets done automatically by PM runtime and we have > > a separate autosuspend timeout in musb_core.c. > > > > Signed-off-by: Tony Lindgren > > > @@ -816,8 +801,6 @@ static int dsps_remove(struct platform_device *pdev) > > platform_device_unregister(glue->musb); > > > > /* disable usbss clocks */ > > Perhaps also drop this comment which no longer applies. OK will drop and repost the whole series one more time on Tuesday in case more comments are still coming. > > - pm_runtime_dont_use_autosuspend(&pdev->dev); > > - pm_runtime_put_sync(&pdev->dev); > > pm_runtime_disable(&pdev->dev); > > Reviewed-by: Johan Hovold Thanks, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html