]> 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)
commit3e3a3122b3ae58888538031dde089b5233655b0a
tree6146093bd0918727d858d66dbc0265679d46b384
parent9cde8ef7dab7d0f705ca77cab4b962202d554a94
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]