Hi Vinod,
On Sun, 2024-12-08 at 21:09 +0530, Vinod Koul wrote:
On 05-12-24, 09:04, Greg KH wrote:
On Thu, Dec 05, 2024 at 07:33:16AM +0000, André Draszik wrote:
We currently don't gate the power to the SS phy in phy_exit().
Shuffle the code slightly to ensure the power is gated to the SS phy as well.
Fixes: 32267c29bc7d ("phy: exynos5-usbdrd: support Exynos USBDRD 3.1 combo phy (HS & SS)") CC: stable@vger.kernel.org # 6.11+
Why is a patch 5/8 a stable thing? If this is such an important bugfix, it should be sent separately as a 1/1 patch, right?
Correct, one should move fixes to top of the series..
Thanks Vinod, and sorry for that - separated out as per Greg's request here: https://lore.kernel.org/all/20241205-gs101-usb-phy-fix-v4-1-0278809fb810@lin...
Cheers, Andre'