On 25-05-22, 14:02, Kuogee Hsieh wrote:I will rebase to ==> https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git
1) add regulator_set_load() to eDP phyPlease rebase this to phy-next and apply to specific qmp phy driver...
2) add regulator_set_load() to DP phy
3) remove vdda related function out of eDP/DP controller
Kuogee Hsieh (3):
phy: qcom-edp: add regulator_set_load to edp phy
phy: qcom-qmp: 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 | 8 ----
drivers/gpu/drm/msm/dp/dp_power.c | 95 +------------------------------------
drivers/phy/qualcomm/phy-qcom-edp.c | 12 +++++
drivers/phy/qualcomm/phy-qcom-qmp.c | 40 ++++++++++++----