Re: [PATCH v4 0/8] incorporate pm runtime framework and eDP clean up

2023-09-27 Thread Dmitry Baryshkov
On Wed, 27 Sept 2023 at 23:54, Kuogee Hsieh wrote: > > Incorporate pm runtime framework into DP driver and clean up eDP > by moving of_dp_aux_populate_bus() to probe(). Dear Kuogee. Let me quote my response to v1 of your series: Please use sensible prefix for cover letters too. It helps people u

[PATCH v4 0/8] incorporate pm runtime framework and eDP clean up

2023-09-27 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 (8): drm/msm/dp: tie dp_display_irq_handler() with dp driver drm/msm/dp: rename is_connected with link_ready drm/msm/dp: use drm_bridge_hpd_notify() to report HPD stat