]> git.baikalelectronics.ru Git - kernel.git/commit
phy: armada38x: add common phy support
authorRussell King <rmk+kernel@armlinux.org.uk>
Thu, 7 Feb 2019 16:19:10 +0000 (16:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Feb 2019 02:10:25 +0000 (18:10 -0800)
commitfd42784c7b338e4e31bb991a30bb0e971a845372
tree6146093bd0918727d858d66dbc0265679d46b384
parentf44a1163926219e83597e3b697681c966e5a46d9
phy: armada38x: add common phy support

Add support for the Armada 38x common phy to allow us to change the
speed of the Ethernet serdes lane.  This driver only supports
manipulation of the speed, it does not support configuration of the
common phy.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/phy/marvell/Kconfig
drivers/phy/marvell/Makefile
drivers/phy/marvell/phy-armada38x-comphy.c [new file with mode: 0644]