Re: [PATCH] phy: phy-twl4030-usb: Disable PHY for suspend
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-08-06 12:03:04
Also in:
linux-omap, linux-phy
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-08-06 12:03:04
Also in:
linux-omap, linux-phy
On 27-07-21, 13:45, Tony Lindgren wrote:
Since commit 88d26136a256 ("PM: Prevent runtime suspend during system
resume"), PM runtime will not let devices idle during system suspend.
This is because of the pm_runtime_get_noresume() call done in
device_prepare() that is not released until at device_complete() after
resume.
We must now disable the USB PHY in suspend if no USB cable is connected.Applied, thanks -- ~Vinod