summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14net: stmmac: move the EST structure to struct stmmac_privXiaolei Wang1-11/+11
2024-05-14net: stmmac: move the EST lock to struct stmmac_privXiaolei Wang1-4/+4
2023-12-05net: stmmac: Refactor EST implementationRohan G Thomas1-2/+2
2023-10-19net: stmmac: do not silently change auxiliary snapshot capture channelJohannes Zink1-1/+14
2023-10-19net: stmmac: ptp: stmmac_enable(): move change of plat->flags into mutexJohannes Zink1-4/+4
2023-10-19net: stmmac: use correct PPS capture input indexJohannes Zink1-3/+2
2023-10-19net: stmmac: simplify debug message on stmmac_enable()Johannes Zink1-7/+3
2023-10-13net: stmmac: fix typo in commentJohannes Zink1-1/+1
2023-07-14net: stmmac: replace the ext_snapshot_en field with a flagBartosz Golaszewski1-1/+4
2023-01-12net: stmmac: add aux timestamps fifo clearance waitNoor Azura Ahmad Tarmizi1-1/+4
2022-11-11ptp: stmac: convert .adjfreq to .adjfineJacob Keller1-16/+7
2022-07-18net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee1-11/+1
2022-02-08net: 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-24Merge 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-24net: 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-25net: stmmac: Add hardware supported cross-timestampTan Tee Min1-0/+32
2021-03-19stmmac: 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-10net: stmmac: fix length of PTP clock's name stringAntonio Borneo1-1/+1
2019-08-28net: 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-09net: 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-17net: 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-16stmmac: fix PTP support for GMAC4Giuseppe CAVALLARO1-4/+5
2016-10-19stmmac: fix and review the ptp registration.Giuseppe CAVALLARO1-11/+4
2016-10-16stmmac: 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-04-01ptp: 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-26stmmac: 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-30stmmac: Fix incorrect spinlock release and PTP cap detection.Vince Bridgers1-2/+2
2013-04-09stmmac: improve/review and fix kernel-docGiuseppe CAVALLARO1-6/+2
2013-03-26stmmac: add the support for PTP hw clock driverRayagond Kokatanur1-0/+215