phy: rockchip: usbdp: Simplify init ops
authorJonas Karlman <jonas@kwiboo.se>
Mon, 21 Jul 2025 22:07:11 +0000 (22:07 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 30 Aug 2025 16:48:15 +0000 (00:48 +0800)
commit1e8370318f89b4a15d5ff9259363e44a852541b2
tree6d02debc1371b328a984b7044e768e0ee0a23200
parent0336e97b1187f7f54e11c6cb9f3fa938cc11204e
phy: rockchip: usbdp: Simplify init ops

With working shared reference counting for Generic PHY ops there is no
need for the Rockchip USBDP PHY driver to keep its own status (reference
counting) handling.

Simplify the init ops now that shared reference counting is working.
This also removes the unused mode_change handling as part of the
simplication.

No runtime change is expected with this simplication.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/phy/rockchip/phy-rockchip-usbdp.c