On 08/07/2023 02:52, Kuogee Hsieh wrote:
Incorporate pm runtime framework into DP driver and clean up eDP by moving of_dp_aux_populate_bus() to probe()
Please use sensible prefix for cover letters too. It helps people understand, which driver/area is touched by the patchset.
Kuogee Hsieh (5): drm/msm/dp: remove pm_runtime_xxx() from dp_power.c drm/msm/dp: incorporate pm_runtime framework into DP driver drm/msm/dp: delete EV_HPD_INIT_SETUP drm/msm/dp: move relevant dp initialization code from bind() to probe() drm/msm/dp: move of_dp_aux_populate_bus() to probe for eDP drivers/gpu/drm/msm/dp/dp_aux.c | 28 +++++ drivers/gpu/drm/msm/dp/dp_display.c | 204 +++++++++++++++++++++--------------- drivers/gpu/drm/msm/dp/dp_display.h | 1 - drivers/gpu/drm/msm/dp/dp_power.c | 9 -- 4 files changed, 145 insertions(+), 97 deletions(-)
-- With best wishes Dmitry