Re: [PATCH v4 11/13] phy: qcom: qmp-usbc: Add USB/DP mutex handling

2025-09-17 Thread Xiangxu Yin
On 9/12/2025 8:09 PM, Dmitry Baryshkov wrote: > On Fri, Sep 12, 2025 at 08:03:01PM +0800, Xiangxu Yin wrote: >> On 9/12/2025 6:32 PM, Dmitry Baryshkov wrote: >>> On Thu, Sep 11, 2025 at 10:55:08PM +0800, Xiangxu Yin wrote: Introduce mutual exclusion between USB and DP PHY modes to prevent >>

Re: [PATCH v4 11/13] phy: qcom: qmp-usbc: Add USB/DP mutex handling

2025-09-12 Thread Dmitry Baryshkov
On Fri, Sep 12, 2025 at 08:03:01PM +0800, Xiangxu Yin wrote: > > On 9/12/2025 6:32 PM, Dmitry Baryshkov wrote: > > On Thu, Sep 11, 2025 at 10:55:08PM +0800, Xiangxu Yin wrote: > >> Introduce mutual exclusion between USB and DP PHY modes to prevent > >> simultaneous activation. > > Describe the pro

Re: [PATCH v4 11/13] phy: qcom: qmp-usbc: Add USB/DP mutex handling

2025-09-12 Thread Xiangxu Yin
On 9/12/2025 6:32 PM, Dmitry Baryshkov wrote: > On Thu, Sep 11, 2025 at 10:55:08PM +0800, Xiangxu Yin wrote: >> Introduce mutual exclusion between USB and DP PHY modes to prevent >> simultaneous activation. > Describe the problem that you are trying to solve first. Ok. >> Signed-off-by: Xiang

Re: [PATCH v4 11/13] phy: qcom: qmp-usbc: Add USB/DP mutex handling

2025-09-12 Thread Dmitry Baryshkov
On Thu, Sep 11, 2025 at 10:55:08PM +0800, Xiangxu Yin wrote: > Introduce mutual exclusion between USB and DP PHY modes to prevent > simultaneous activation. Describe the problem that you are trying to solve first. > > Signed-off-by: Xiangxu Yin > --- > drivers/phy/qualcomm/phy-qcom-qmp-usbc.c

[PATCH v4 11/13] phy: qcom: qmp-usbc: Add USB/DP mutex handling

2025-09-11 Thread Xiangxu Yin
Introduce mutual exclusion between USB and DP PHY modes to prevent simultaneous activation. Signed-off-by: Xiangxu Yin --- drivers/phy/qualcomm/phy-qcom-qmp-usbc.c | 21 + 1 file changed, 21 insertions(+) diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-usbc.c b/drivers/phy/q