commit | 2c59f74be5a1934159b4a710ef6245c4829a1a0c | [log] [tgz] |
---|---|---|
author | Paul Barker <paul.barker.ct@bp.renesas.com> | Fri Feb 28 12:47:52 2025 +0000 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Wed Mar 19 03:38:51 2025 +0100 |
tree | 1a003d534e66a1bece017a90ed5c3ff5df2f360a | |
parent | 433863ac3f6c16c33e8e874d7ad8a18745ad09bc [diff] |
net: phy: Port set/clear bits from Linux To simply porting phy drivers from Linux to U-Boot, define phy_set_bits() and phy_clear_bits() functions with a similar API to those used in Linux. The U-Boot versions of these functions include the `devad` argument which is not present in the Linux versions, to keep them aligned with the other phy functions in U-Boot. Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>