On Thu, Mar 22, 2018 at 12:50:07AM +0100, Andrew Lunn wrote: > How clever is this device? Can it tell the difference between > 1000Base-X and SGMII? Can it figure out that the MAC is repeating > every bit 100 times and so has dropped to 10Mbits? Does it understand > EEE? Does it need to know if RGMII or RGMII-ID is being used? This device isn't configurable at run time for any of those AFAICT. Those decisions are made when the IP core is synthesized as part of the HW design. > Can such a device really operation without the MAC being involved? My > feeling is it needs to understand how the MII bus is being used. It > might also be that the device is less capable than the MAC, so you > need to turn off some of the MAC features. I think you are going to > need the MAC actively involved in this. You are right in that this particular device *does* need to know the link speed. I have neglected that part for this RFC. I'm looking for a notification based method of informing the device of link speed changes, but without hacking any MAC driver. In general, we might see devices one day that care about things like EEE for example, but let's cross that bridge when we come to it. In the case of EEE, when the user enables it via ethtool we can tell the time stamping device directly without hacking the MAC driver. Thanks, Richard -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html