summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20net: stmmac: fix incorrect flag check in timestamp interruptLai Peter Jun Ann1-1/+1
2023-08-07net: stmmac: correct MAC propagation delayJohannes Zink1-0/+43
2023-07-28Revert "net: stmmac: correct MAC propagation delay"Jakub Kicinski1-43/+0
2023-07-26net: stmmac: correct MAC propagation delayJohannes Zink1-0/+43
2023-07-14net: stmmac: replace the int_snapshot_en field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the ext_snapshot_en field with a flagBartosz Golaszewski1-1/+1
2022-12-13stmmac: fix potential division by 0Piergiorgio Beruto1-1/+2
2022-07-18net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee1-0/+5
2022-04-20net: stmmac: Use readl_poll_timeout_atomic() in atomic stateKevin Hao1-2/+2
2022-02-08net: stmmac: optimize locking around PTP clock readsYannick Vignon1-2/+2
2022-02-04net: stmmac: ensure PTP time register reads are consistentYannick Vignon1-7/+12
2021-04-14net: stmmac: Add support for external trigger timestampingTan Tee Min1-0/+39
2021-03-25net: stmmac: Add hardware supported cross-timestampTan Tee Min1-0/+11
2020-04-19net: stmmac: Fix sub-second incrementJulien Beraud1-4/+8
2020-03-16net: stmmac: use readl_poll_timeout() function in init_systime()Dejin Zheng1-11/+4
2019-06-23net: stmmac: fixed new system time seconds value calculationRoland Hii1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner1-11/+1
2018-04-17net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface HelpersJose Abreu1-16/+18
2017-12-19net: stmmac: Fix TX timestamp calculationFredrik Hallenberg1-2/+4
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin1-4/+0
2016-11-16stmmac: fix PTP support for GMAC4Giuseppe CAVALLARO1-9/+34
2015-12-16stmmac: Fix calculations for ptp counters when clock input = 50Mhz.Phil Reid1-3/+6
2013-09-04driver:stmmac: Adjust time stamp increase for 0.465 ns accurate only when Tim...Sonic Zhang1-2/+2
2013-03-26stmmac: add the support for PTP hw clock driverRayagond Kokatanur1-0/+40
2013-03-26stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur1-0/+108