OSDN Git Service

net: phy: DP83822 initial driver submission
authorDan Murphy <dmurphy@ti.com>
Tue, 10 Oct 2017 17:42:55 +0000 (12:42 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Oct 2017 21:14:32 +0000 (14:14 -0700)
commit87461f7a58ab694e638ac52afa543b427751a9d0
treeade40ae9496a56213dd551d64ee199955ad56f53
parent06d3e1963084d4b57f058fe80a7db3e168b5530d
net: phy: DP83822 initial driver submission

Add support for the TI  DP83822 10/100Mbit ethernet phy.

The DP83822 provides flexibility to connect to a MAC through a
standard MII, RMII or RGMII interface.

In addition the DP83822 needs to be removed from the DP83848 driver
as the WoL support is added here for this device.

Datasheet:
http://www.ti.com/product/DP83822I/datasheet

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Acked-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/dp83822.c [new file with mode: 0644]
drivers/net/phy/dp83848.c