]> git.baikalelectronics.ru Git - kernel.git/commit
drm/bridge: lt9611uxc: Cancel only driver's work
authorBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 1 Jun 2022 23:38:18 +0000 (16:38 -0700)
committerRobert Foss <robert.foss@linaro.org>
Tue, 7 Jun 2022 12:57:47 +0000 (14:57 +0200)
commit5deff356cc2b09611ab209e0b3469c1f145decf5
tree5756e9b5d791341da2fb4f8a31ec633a1305fb4b
parentf2017b9b879baa45ceacd6e808649f268a3126ee
drm/bridge: lt9611uxc: Cancel only driver's work

During device remove care needs to be taken that no work is pending
before it removes the underlying DRM bridge etc, but this can be done on
the specific work rather than waiting for the flush of the system-wide
workqueue.

Fixes: 50555d0f70e5 ("drm/bridge/lontium-lt9611uxc: move HPD notification out of IRQ handler")
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220601233818.1877963-1-bjorn.andersson@linaro.org
drivers/gpu/drm/bridge/lontium-lt9611uxc.c