net: phy: marvell10g: Adapt Marvell 10G PHY driver from Linux
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 19 Mar 2023 17:08:10 +0000 (18:08 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 7 Apr 2023 12:21:37 +0000 (14:21 +0200)
commitb6fcab0728cb5ea8712ef2e4b3e2fc679386a888
treed7b66a031d724fe30be912d7b349cae09b3963e9
parent9e53d5f5803e0c8a7a26aea4f8aaf6e959b515eb
net: phy: marvell10g: Adapt Marvell 10G PHY driver from Linux

Pull Marvell 10G PHY driver from Linux 6.1.y as of commit
d6d29292640d3 ("net: phy: marvell10g: select host interface configuration")
and heavily adapt to match U-Boot PHY framework. Support for
hwmon is removed as is much other functionality which could
not be tested, this results in much simpler driver which can
only bring the PHY up and set MAC type.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/marvell10g.c [new file with mode: 0644]