Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: qcom-qmp: drop dual-lane comments

Drop the obsolete and misleading dual-lane comments which gave the
impression that only combo PHYs have a second lane.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20220906074550.4383-4-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
ac439ce8 27878615

-4
-1
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
··· 2139 2139 qcom_qmp_phy_combo_configure_lane(tx, cfg->regs, 2140 2140 cfg->tx_tbl, cfg->tx_tbl_num, 1); 2141 2141 2142 - /* Configuration for other LANE for USB-DP combo PHY */ 2143 2142 if (cfg->is_dual_lane_phy) { 2144 2143 qcom_qmp_phy_combo_configure_lane(qphy->tx2, cfg->regs, 2145 2144 cfg->tx_tbl, cfg->tx_tbl_num, 2);
-1
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c
··· 2036 2036 qmp_pcie_configure_lane(tx, cfg->regs, cfg->tx_tbl, cfg->tx_tbl_num, 1); 2037 2037 qmp_pcie_configure_lane(tx, cfg->regs, cfg->tx_tbl_sec, cfg->tx_tbl_num_sec, 1); 2038 2038 2039 - /* Configuration for other LANE for USB-DP combo PHY */ 2040 2039 if (cfg->is_dual_lane_phy) { 2041 2040 qmp_pcie_configure_lane(qphy->tx2, cfg->regs, cfg->tx_tbl, 2042 2041 cfg->tx_tbl_num, 2);
-1
drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
··· 1020 1020 qcom_qmp_phy_ufs_configure_lane(tx, cfg->regs, 1021 1021 cfg->tx_tbl, cfg->tx_tbl_num, 1); 1022 1022 1023 - /* Configuration for other LANE for USB-DP combo PHY */ 1024 1023 if (cfg->is_dual_lane_phy) { 1025 1024 qcom_qmp_phy_ufs_configure_lane(qphy->tx2, cfg->regs, 1026 1025 cfg->tx_tbl, cfg->tx_tbl_num, 2);
-1
drivers/phy/qualcomm/phy-qcom-qmp-usb.c
··· 2283 2283 qcom_qmp_phy_usb_configure_lane(tx, cfg->regs, 2284 2284 cfg->tx_tbl, cfg->tx_tbl_num, 1); 2285 2285 2286 - /* Configuration for other LANE for USB-DP combo PHY */ 2287 2286 if (cfg->is_dual_lane_phy) { 2288 2287 qcom_qmp_phy_usb_configure_lane(qphy->tx2, cfg->regs, 2289 2288 cfg->tx_tbl, cfg->tx_tbl_num, 2);