On 22/08/2025 09:59, Xiangxu Yin wrote:
On 8/20/2025 7:47 PM, Dmitry Baryshkov wrote:
On Wed, Aug 20, 2025 at 05:34:47PM +0800, Xiangxu Yin wrote:
Extend qmp_usbc_offsets and qmp_phy_cfg with DP-specific fields,
including register offsets, init tables, and callback hooks. Also
update qmp_usbc struct to track DP-related resources and state.
This enables support for USB/DP switchable Type-C PHYs that operate
in either mode.
Signed-off-by: Xiangxu Yin <xiangxu....@oss.qualcomm.com>
---
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c | 73 ++++++++++++++++++++++++--------
1 file changed, 55 insertions(+), 18 deletions(-)
+ struct regmap *tcsr_map;
+ u32 vls_clamp_reg;
+ u32 dp_phy_mode_reg;
+
struct mutex phy_mutex;
+ struct phy *usb_phy;
Should be a part of the previous patch.
Ok, will move usb_phy rename to patch 'Rename USB-specific ops',
then shall I need drop the |Reviewed-by| tag in that patch since it will change?
Depends on the amount of changes.
--
With best wishes
Dmitry