]> git.dujemihanovic.xyz Git - u-boot.git/commit
phy: meson-gxl-usb2: add set_mode callback
authorNeil Armstrong <neil.armstrong@linaro.org>
Thu, 20 Jun 2024 07:42:50 +0000 (09:42 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 25 Jun 2024 13:25:10 +0000 (15:25 +0200)
commite7265f62aa6bf20c9011d0848926d6206fdf7d51
treecad837f1c1c0fb341d2ca37bdb631c5e153d277b
parenta7eada24327a40f7ef6c55c220e119839c9d4227
phy: meson-gxl-usb2: add set_mode callback

Implement set_mode callback by calling the current public
function, use a temporary function name that will be removed
when the public phy_meson_gxl_usb2_set_mode is finally removed
in a following change.

Reviewed-by: Marek Vasut <marex@denx.de>
Link: https://lore.kernel.org/r/20240620-u-boot-usb-gxl-phy-set-mode-v2-1-b81c027bc02c@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/phy/meson-gxl-usb2.c