Re: [PATCH] drm/bridge: anx7625: Make hpd workqueue freezable
Fixed checkpatch --strict issue and pushed to drm-misc-next. https://cgit.freedesktop.org/drm/drm-misc/commit/?id=f03ab6629c7b410d874151cf1d8570899a65fdda
[PATCH] drm/bridge: anx7625: Make hpd workqueue freezable
There were still a race condition between hpd work and suspend, since the workqueue work can still be run after anx7625 had powered off in suspend. Since we never want hpd work to run while suspending, and there's no harm to delay them to be run after resume, mark the workqueue as WQ_FREEZABLE so