]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: Add DP83825I to the DP83822 driver
authorDan Murphy <dmurphy@ti.com>
Wed, 20 Mar 2019 12:36:55 +0000 (07:36 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Mar 2019 20:21:14 +0000 (13:21 -0700)
commit7f6976e2a90319224258ca3828d2d2f5e00763ce
tree541274c17a0a5be3fda463acc636e522e00991f7
parent11e3b4b08fe98d8aa9c36ae8f3bf072472f89836
net: phy: Add DP83825I to the DP83822 driver

Add the DP83825I ethernet PHY to the DP83822 driver.
These devices share the same WoL register bits and addresses.

The phy_driver init was made into a macro as there may be future
devices appended to this driver that will share the register space.

http://www.ti.com/lit/gpn/dp83825i

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/dp83822.c