This series contains: Cleanup: - Convert to use devm_i2c_new_dummy_device() - Use pm_runtime_force_suspend(resume) Fixes: - Fix NULL pointer crash when using edp-panel and Impelment wait_hpd_asserted() callback. The patches are not related to each other, but they are all anx7625 patches so they are all stacked in this series. Hsin-Yi Wang (4): drm/bridge: anx7625: Convert to devm_i2c_new_dummy_device() drm/bridge: anx7625: Use pm_runtime_force_suspend(resume) drm/bridge: anx7625: Fix NULL pointer crash when using edp-panel drm/bridge: anx7625: Add wait_hpd_asserted() callback drivers/gpu/drm/bridge/analogix/anx7625.c | 179 ++++++++-------------- 1 file changed, 65 insertions(+), 114 deletions(-) -- 2.37.0.rc0.161.g10f37bed90-goog