Re: [PATCH v4 0/5] TI Ethernet PHY changes

2020-06-01 Thread Dan Murphy
Did I miss the maintainer for this series? Dan On 5/11/20 7:52 PM, Dan Murphy wrote: Bump to the series On 5/4/20 4:14 PM, Dan Murphy wrote: Hello The addition of the DP83867 driver to uboot was done in a generic way that made it a bit difficult to bring in new PHY drivers.  The difficulty

Re: [PATCH v4 0/5] TI Ethernet PHY changes

2020-05-18 Thread Grygorii Strashko
On 05/05/2020 00:14, Dan Murphy wrote: Hello The addition of the DP83867 driver to uboot was done in a generic way that made it a bit difficult to bring in new PHY drivers. The difficulty came in the config flags and the phy_init function. The change is to make the flags and init for the DP

Re: [PATCH v4 0/5] TI Ethernet PHY changes

2020-05-11 Thread Dan Murphy
Bump to the series On 5/4/20 4:14 PM, Dan Murphy wrote: Hello The addition of the DP83867 driver to uboot was done in a generic way that made it a bit difficult to bring in new PHY drivers. The difficulty came in the config flags and the phy_init function. The change is to make the flags and

[PATCH v4 0/5] TI Ethernet PHY changes

2020-05-04 Thread Dan Murphy
Hello The addition of the DP83867 driver to uboot was done in a generic way that made it a bit difficult to bring in new PHY drivers. The difficulty came in the config flags and the phy_init function. The change is to make the flags and init for the DP83867 more specific to the DP83867 device to