Re: [PATCH v5 05/14] phy: qcom: qmp-usbc: Move reset config into PHY cfg
From: Dmitry Baryshkov <hidden>
Date: 2025-09-19 16:45:34
Also in:
dri-devel, linux-arm-msm, linux-phy, lkml
From: Dmitry Baryshkov <hidden>
Date: 2025-09-19 16:45:34
Also in:
dri-devel, linux-arm-msm, linux-phy, lkml
On Fri, Sep 19, 2025 at 10:24:22PM +0800, Xiangxu Yin wrote:
Move resets to qmp_phy_cfg for per-PHY customization. Keep legacy DT path on the old hardcoded list; non-legacy path uses cfg->reset_list.
Why? Start your commit messages with the description of the issue that you are trying to solve.
Signed-off-by: Xiangxu Yin <redacted> --- drivers/phy/qualcomm/phy-qcom-qmp-usbc.c | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-)
-- With best wishes Dmitry