]> asedeno.scripts.mit.edu Git - linux.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)
commit14dc100b4411a77a0cb63d049caf184434b18377
tree6146093bd0918727d858d66dbc0265679d46b384
parent120382714c0456037b23b6e0c12f04bf2736e5e4
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]