phy: amlogic: meson8b-usb2: Use the regmap_{clear,set}_bits helpers
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 29 Mar 2025 19:07:12 +0000 (20:07 +0100)
committerVinod Koul <vkoul@kernel.org>
Thu, 10 Apr 2025 13:47:26 +0000 (19:17 +0530)
commite60363bcfbcef903ef30540776f254f8b53bb4c5
treeaf411768a15f09d9d5f1d84e0eab2ec727275b1d
parentff02c5a3df4852819d9ec218e5c8ae48eb02b101
phy: amlogic: meson8b-usb2: Use the regmap_{clear,set}_bits helpers

These require less code, reduce the chance of typos and overall make the
intent clearer. No functional changes.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Anand Moon <linux.amoon@gmail.com>
Link: https://lore.kernel.org/r/20250329190712.858349-3-martin.blumenstingl@googlemail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/amlogic/phy-meson8b-usb2.c