aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-18net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee1-11/+1
2022-02-07net: stmmac: optimize locking around PTP clock readsYannick Vignon1-11/+11
2022-01-27net: stmmac: configure PTP clock source prior to PTP initializationMohammad Athari Bin Ismail1-3/+0
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-23net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang1-1/+1
2021-11-23net: stmmac: Calculate CDC error only onceKurt Kanzenbach1-0/+5
2021-07-05net: stmmac: ptp: update tas basetime after ptp adjustXiaoliang Yang1-1/+40
2021-04-14net: stmmac: Add support for external trigger timestampingTan Tee Min1-1/+39
2021-03-24net: stmmac: Add hardware supported cross-timestampTan Tee Min1-0/+32
2021-03-18stmmac: intel: Add PSE and PCH PTP clock source selectionWong, Vee Khee1-0/+3
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+4
2019-10-09net: stmmac: fix length of PTP clock's name stringAntonio Borneo1-1/+1
2019-08-27net: stmmac: setup higher frequency clk support for EHL & TGLVoon Weifeng1-0/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner1-11/+1
2019-03-08net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor1-1/+1
2018-08-09net: stmmac: Add PTP support for XGMAC2Jose Abreu1-2/+4
2018-06-04net: stmmac: Add Flexible PPS supportJose Abreu1-3/+39
2018-04-16net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface HelpersJose Abreu1-13/+5
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal1-1/+1
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin1-4/+0
2016-11-15stmmac: fix PTP support for GMAC4Giuseppe CAVALLARO1-4/+5
2016-10-19stmmac: fix and review the ptp registration.Giuseppe CAVALLARO1-11/+4
2016-10-15stmmac: fix an error code in stmmac_ptp_register()Dan Carpenter1-1/+3
2016-10-13stmmac: fix error check when init ptpGiuseppe CAVALLARO1-4/+6
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre1-1/+1
2015-03-31ptp: stmmac: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31ptp: stmmac: convert to the 64 bit get/set time methods.Richard Cochran1-4/+4
2014-08-25stmmac: set ptp_clock to NULL while unregisterGiuseppe CAVALLARO1-0/+1
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2013-12-29stmmac: Fix incorrect spinlock release and PTP cap detection.Vince Bridgers1-2/+2
2013-04-08stmmac: improve/review and fix kernel-docGiuseppe CAVALLARO1-6/+2
2013-03-26stmmac: add the support for PTP hw clock driverRayagond Kokatanur1-0/+215