Re: [Freedreno] [PATCH v1 0/5] incorporate pm runtime framework and eDP clean up

2023-07-07 Thread Dmitry Baryshkov
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 (

[Freedreno] [PATCH v1 0/5] incorporate pm runtime framework and eDP clean up

2023-07-07 Thread Kuogee Hsieh
Incorporate pm runtime framework into DP driver and clean up eDP by moving of_dp_aux_populate_bus() to probe() 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: