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-ufs: populate offsets configuration

Populate offsets configuration for the rest of UFS PHYs to make it
possible to switch them to the new (single-node) bindings style.

Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230711145153.4167820-3-dmitry.baryshkov@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Dmitry Baryshkov and committed by
Vinod Koul
20b5c6ae dc5cb635

+10
+10
drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
··· 833 833 static const struct qmp_phy_cfg msm8996_ufsphy_cfg = { 834 834 .lanes = 1, 835 835 836 + .offsets = &qmp_ufs_offsets, 837 + 836 838 .tbls = { 837 839 .serdes = msm8996_ufsphy_serdes, 838 840 .serdes_num = ARRAY_SIZE(msm8996_ufsphy_serdes), ··· 925 923 926 924 static const struct qmp_phy_cfg sdm845_ufsphy_cfg = { 927 925 .lanes = 2, 926 + 927 + .offsets = &qmp_ufs_offsets, 928 928 929 929 .tbls = { 930 930 .serdes = sdm845_ufsphy_serdes, ··· 1042 1038 static const struct qmp_phy_cfg sm8250_ufsphy_cfg = { 1043 1039 .lanes = 2, 1044 1040 1041 + .offsets = &qmp_ufs_offsets, 1042 + 1045 1043 .tbls = { 1046 1044 .serdes = sm8150_ufsphy_serdes, 1047 1045 .serdes_num = ARRAY_SIZE(sm8150_ufsphy_serdes), ··· 1076 1070 static const struct qmp_phy_cfg sm8350_ufsphy_cfg = { 1077 1071 .lanes = 2, 1078 1072 1073 + .offsets = &qmp_ufs_offsets, 1074 + 1079 1075 .tbls = { 1080 1076 .serdes = sm8350_ufsphy_serdes, 1081 1077 .serdes_num = ARRAY_SIZE(sm8350_ufsphy_serdes), ··· 1109 1101 1110 1102 static const struct qmp_phy_cfg sm8450_ufsphy_cfg = { 1111 1103 .lanes = 2, 1104 + 1105 + .offsets = &qmp_ufs_offsets, 1112 1106 1113 1107 .tbls = { 1114 1108 .serdes = sm8350_ufsphy_serdes,