]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/bridge: analogix_dp: remove clk handling from analogix_dp_set_bridge
authorLucas Stach <l.stach@pengutronix.de>
Wed, 19 Jun 2024 18:21:52 +0000 (20:21 +0200)
committerRobert Foss <rfoss@kernel.org>
Thu, 27 Jun 2024 09:52:06 +0000 (11:52 +0200)
commitdcbaaa239dd3bf3d9edc01cdb4661a16d9a73520
treef9b7ef353e5e3923941513c527d9b690c04911ab
parente7514df007e3b034b65367a32ba19dc61aaa3980
drm/bridge: analogix_dp: remove clk handling from analogix_dp_set_bridge

The clock is already managed by runtime PM, which is properly invoked
from the analogix_dp_set_bridge function, so there is no need for an
additional reference.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Robert Foss <rfoss@kernel.org>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240619182200.3752465-6-l.stach@pengutronix.de
drivers/gpu/drm/bridge/analogix/analogix_dp_core.c