Re: [PATCH v2] net: phy: Add DP83825I to the DP83822 driver

From: David Miller
Date: Thu Mar 21 2019 - 16:21:36 EST


From: Dan Murphy <dmurphy@xxxxxx>
Date: Wed, 20 Mar 2019 07:36:55 -0500

> 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@xxxxxxxxx>
> Signed-off-by: Dan Murphy <dmurphy@xxxxxx>
> ---
>
> v2 - Updated id and mask to new ID_MATCH macro, removed extra line - https://lore.kernel.org/patchwork/patch/1052329/

Applied, thanks.