summaryrefslogtreecommitdiff
path: root/tstamping.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-09configure: fix multiple issues in build configurationDaniel Borkmann1-0/+9
2013-06-04tstamping: add header file for packet timestampingDaniel Borkmann1-0/+6
v>
authorDavid S. Miller <davem@davemloft.net>2016-11-28 12:06:55 -0500
committerDavid S. Miller <davem@davemloft.net>2016-11-28 12:06:55 -0500
commit68c1644f8a760f49955809dfe39fbd631befbab8 (patch)
tree304d277be41298cf1bbde70850239c83fed28980 /samples
parentd936377414fadbafb4d17148d222fe45ca5442d4 (diff)
parente3230494b57ece68750e3e32d3e53d6b00917058 (diff)
Merge branch 'fix-RTL8211F-TX-delay-handling'
Martin Blumenstingl says: ==================== net: phy: realtek: fix RTL8211F TX-delay handling The RTL8211F PHY driver currently enables the TX-delay only when the phy-mode is PHY_INTERFACE_MODE_RGMII. This is incorrect, because there are three RGMII variations of the phy-mode which explicitly request the PHY to enable the RX and/or TX delay, while PHY_INTERFACE_MODE_RGMII specifies that the PHY should disable the RX and/or TX delays. Additionally to the RTL8211F PHY driver change this contains a small update to the phy-mode documentation to clarify the purpose of the RGMII phy-modes. While this may not be perfect yet it's at least a start. Please feel free to drop this patch from this series and send an improved version yourself. These patches are the results of recent discussions, see [0] [0] http://lists.infradead.org/pipermail/linux-amlogic/2016-November/001688.html ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples')