]> git.itanic.dy.fi Git - linux-stable/commit
net: phy: mscc: add support for VSC8501
authorDavid Epping <david.epping@missinglinkelectronics.com>
Tue, 23 May 2023 15:31:06 +0000 (17:31 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 25 May 2023 05:14:10 +0000 (22:14 -0700)
commitfb055ce4a9e3a115f5dc42011a97cf0cfc7820e4
tree38c26691996728835d52f4c85b6e075cbc12d628
parent57fb54ab9f6945e204740b696bd4cee61ee04e5e
net: phy: mscc: add support for VSC8501

The VSC8501 PHY can use the same driver implementation as the VSC8502.
Adding the PHY ID and copying the handler functions of VSC8502 is
sufficient to operate it.

Signed-off-by: David Epping <david.epping@missinglinkelectronics.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/mscc/mscc.h
drivers/net/phy/mscc/mscc_main.c