As pointed several times in the discussions, start moving resource allocation from component bind to the probe function. This simplifies boot process, as the component will not be registered until all resources (clocks, regulators, IRQ, etc.) are not registered. Changes since v1: - Moved a call to msm_hdmi_get_phy() to msm_hdmi_dev_probe() too. Dmitry Baryshkov (5): drm/msm/hdmi: use devres helper for runtime PM management drm/msm/hdmi: drop constant resource names from platform config drm/msm/hdmi: move resource allocation to probe function drm/msm/hdmi: don't take extra reference on PHY device drm/msm/hdmi: move msm_hdmi_get_phy() to msm_hdmi_dev_probe() drivers/gpu/drm/msm/hdmi/hdmi.c | 348 +++++++++++++++----------------- drivers/gpu/drm/msm/hdmi/hdmi.h | 3 - 2 files changed, 161 insertions(+), 190 deletions(-) -- 2.35.1