Re: [PATCH v4 4/5] net: phy: Add support for TI PHY init

2020-06-12 Thread Tom Rini
On Mon, May 04, 2020 at 04:14:39PM -0500, Dan Murphy wrote: > ti_phy_init function was allocated to the DP83867 PHY. This function > name is to generic for a specific PHY. The function can be moved to a > TI specific file that can register all TI PHYs that are defined in the > defconfig. The ti

[PATCH v4 4/5] net: phy: Add support for TI PHY init

2020-05-04 Thread Dan Murphy
ti_phy_init function was allocated to the DP83867 PHY. This function name is to generic for a specific PHY. The function can be moved to a TI specific file that can register all TI PHYs that are defined in the defconfig. The ti_phy_init file will contain all TI PHYs initialization so that only p