[PATCH v2 0/2] phy: amlogic: meson8b-usb2: two small cleanup patches

Martin Blumenstingl posted 2 patches 8 months, 3 weeks ago
drivers/phy/amlogic/phy-meson8b-usb2.c | 35 +++++++++++---------------
1 file changed, 14 insertions(+), 21 deletions(-)
[PATCH v2 0/2] phy: amlogic: meson8b-usb2: two small cleanup patches
Posted by Martin Blumenstingl 8 months, 3 weeks ago
Hello,

this series includes two small cleanups for the phy-meson8b-usb2
driver. There are no functional changes.

Changes since v1 at [0]:
- added Neil's Reviewed-by (thank you!)


[0] https://lore.kernel.org/linux-amlogic/20241231191718.2764065-1-martin.blumenstingl@googlemail.com/


Martin Blumenstingl (2):
  phy: amlogic: meson8b-usb2: Use FIELD_PREP instead of _SHIFT macros
  phy: amlogic: meson8b-usb2: Use the regmap_{clear,set}_bits helpers

 drivers/phy/amlogic/phy-meson8b-usb2.c | 35 +++++++++++---------------
 1 file changed, 14 insertions(+), 21 deletions(-)

-- 
2.49.0
Re: [PATCH v2 0/2] phy: amlogic: meson8b-usb2: two small cleanup patches
Posted by Vinod Koul 8 months, 1 week ago
On Sat, 29 Mar 2025 20:07:10 +0100, Martin Blumenstingl wrote:
> this series includes two small cleanups for the phy-meson8b-usb2
> driver. There are no functional changes.
> 
> Changes since v1 at [0]:
> - added Neil's Reviewed-by (thank you!)
> 
> 
> [...]

Applied, thanks!

[1/2] phy: amlogic: meson8b-usb2: Use FIELD_PREP instead of _SHIFT macros
      commit: ff02c5a3df4852819d9ec218e5c8ae48eb02b101
[2/2] phy: amlogic: meson8b-usb2: Use the regmap_{clear,set}_bits helpers
      commit: e60363bcfbcef903ef30540776f254f8b53bb4c5

Best regards,
-- 
~Vinod