mbox series

[v3,0/3] eDP/DP Phy vdda realted function

Message ID 1652905444-10130-1-git-send-email-quic_khsieh@quicinc.com
Headers show
Series eDP/DP Phy vdda realted function | expand

Message

Kuogee Hsieh May 18, 2022, 8:24 p.m. UTC
1) add regulator_set_load() to eDP phy
2) add regulator_set_load() to DP phy
3) remove vdda related function out of eDP/DP controller

Kuogee Hsieh (3):
  phy/qualcomm: add regulator_set_load to edp phy
  phy/qualcomm: add regulator_set_load to dp phy
  drm/msm/dp: delete vdda regulator related functions from eDP/DP
    controller

 drivers/gpu/drm/msm/dp/dp_parser.c  | 14 ------
 drivers/gpu/drm/msm/dp/dp_parser.h  |  6 ---
 drivers/gpu/drm/msm/dp/dp_power.c   | 95 +------------------------------------
 drivers/phy/qualcomm/phy-qcom-edp.c | 10 +++-
 drivers/phy/qualcomm/phy-qcom-qmp.c | 12 +++++
 5 files changed, 23 insertions(+), 114 deletions(-)

Comments

Stephen Boyd May 18, 2022, 8:53 p.m. UTC | #1
Quoting Kuogee Hsieh (2022-05-18 13:24:03)
> This patch add regulator_set_load() before enable regulator at
> DP phy driver.
>
> Changes in v2:
> -- no regulator_set_load() before disable regulator
>
> Changes in v3:
> --  split into two patches

Same changelog comment

>
> Signed-off-by: Kuogee Hsieh <quic_khsieh@quicinc.com>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>