[PATCH v2 0/4] anx7625: Cleanup, fixes, and implement wait_hpd_asserted

From: Hsin-Yi Wang
Date: Wed Jul 06 2022 - 08:53:06 EST


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