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-combo: drop unused lane reset

Drop the unused lane reset pointer which isn't used by any combo PHY.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220830112923.3725-27-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
27759490 f8432544

-2
-2
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
··· 926 926 * @pipe_clk: pipe clock 927 927 * @index: lane index 928 928 * @qmp: QMP phy to which this lane belongs 929 - * @lane_rst: lane's reset controller 930 929 * @mode: current PHY mode 931 930 * @dp_aux_cfg: Display port aux config 932 931 * @dp_opts: Display port optional config ··· 945 946 struct clk *pipe_clk; 946 947 unsigned int index; 947 948 struct qcom_qmp *qmp; 948 - struct reset_control *lane_rst; 949 949 enum phy_mode mode; 950 950 unsigned int dp_aux_cfg; 951 951 struct phy_configure_opts_dp dp_opts;