mbox series

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

Message ID 20220706125254.2474095-1-hsinyi@chromium.org (mailing list archive)
Headers show
Series anx7625: Cleanup, fixes, and implement wait_hpd_asserted | expand

Message

Hsin-Yi Wang July 6, 2022, 12:52 p.m. UTC
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(-)

Comments

Robert Foss July 6, 2022, 1:27 p.m. UTC | #1
On Wed, 6 Jul 2022 at 14:53, Hsin-Yi Wang <hsinyi@chromium.org> wrote:
>
> 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
>

Applied to drm-misc-next