Re: [PATCH] phy: qcom: m31: propagate reset errors

From: Krishna Kurapati

Date: Tue Sep 01 2026 - 12:41:51 EST




On 8/30/2026 6:44 PM, Pengpeng Hou wrote:
m31usb_phy_init() enables the regulator and clock, then performs an
unchecked
reset pulse before reporting that the PHY powered on.

Return reset-controller errors and release the clock and regulator that
were
enabled for the failed power-on attempt.

Fixes: 08e49af50701 ("phy: qcom: Introduce M31 USB PHY driver")
Signed-off-by: Pengpeng Hou <pengpeng@xxxxxxxxxxx>
Incase you put a second version, please fix the commit message formatting.

Reviewed-by: Krishna Kurapati <krishna.kurapati@xxxxxxxxxxxxxxxx>