commit | 87b7502824416d606d976f635a9a4eef4923ffee | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sun Mar 19 18:08:07 2023 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Fri Apr 07 14:21:37 2023 +0200 |
tree | e601d31e9083db3e093a8b400161d10b11594632 | |
parent | bf3dabb7de7979cbca8680e688911f36056204b1 [diff] |
net: phy: Add phy_modify_mmd() and phy_modify_mmd_changed() from Linux Add phy_modify_mmd()/phy_modify_mmd_changed() from Linux 5.1.y as of commit b8554d4f7288f ("net: phy: add register modifying helpers returning 1 on change") This is used by the upcoming Marvell 10G PHY driver. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>