aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07ethernet: ti: cpts: use ktime_get_real_ns helperIvan Khoronzhuk1-1/+1
2019-06-09net: ethernet: ti: cpts: add support for ext rftclk selectionGrygorii Strashko1-1/+78
2019-06-09net: ethernet: ti: cpts: use devm_get_clk_from_childGrygorii Strashko1-2/+7
2019-04-27net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko1-13/+1
2018-12-27net: (cpts) fix a missing check of clk_prepareKangjie Lu1-1/+3
2018-11-13net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk1-2/+0
2018-11-13net: ethernet: ti: cpts: purge staled skbs from txqIvan Khoronzhuk1-2/+24
2018-11-13net: ethernet: ti: cpts: correct debug for expired txq skbIvan Khoronzhuk1-3/+1
2018-08-07net: ethernet: ti: cpts: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-12net: ethernet: ti: cpts: break cycle once late ts is matchedIvan Khoronzhuk1-1/+4
2018-05-21net: ethernet: ti: cpts: Fix timestamp printFlorian Fainelli1-1/+2
2018-05-14net: ethernet: ti: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Hernán Gonzalez1-1/+1
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal1-1/+1
2017-08-01net: ethernet: ti: cpts: fix fifo read in cpts_find_tsGrygorii Strashko1-1/+1
2017-08-01net: ethernet: ti: cpts: fix tx timestamping timeoutGrygorii Strashko1-2/+82
2017-08-01net: ethernet: ti: cpts: convert to use ptp auxiliary workerGrygorii Strashko1-14/+13
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-07net: ethernet: ti: cpts: fix overflow check periodGrygorii Strashko1-3/+7
2016-12-07net: ethernet: ti: cpts: calc mult and shift from refclk freqGrygorii Strashko1-7/+43
2016-12-07net: ethernet: ti: cpts: move dt props parsing to cpts driverGrygorii Strashko1-4/+30
2016-12-07net: ethernet: ti: cpts: rework initialization/deinitializationGrygorii Strashko1-41/+58
2016-12-07net: ethernet: ti: cpts: drop excessive writes to CTRL and INT_EN regsGrygorii Strashko1-2/+0
2016-12-07net: ethernet: ti: cpts: clean up event list if event pool is emptyWingMan Kwok1-2/+24
2016-12-07net: ethernet: ti: cpts: disable cpts when unregisteredGrygorii Strashko1-0/+4
2016-12-07net: ethernet: ti: cpts: fix registration orderGrygorii Strashko1-10/+14
2016-12-07net: ethernet: ti: cpts: fix unbalanced clk api usage in cpts_register/unregisterGrygorii Strashko1-6/+8
2016-12-07net: ethernet: ti: allow cpts to be built separatelyGrygorii Strashko1-8/+8
2016-12-07net: ethernet: ti: cpts: switch to readl/writel_relaxed()Grygorii Strashko1-2/+2
2015-03-31ptp: cpts: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ptp: cpts: convert to the 64 bit get/set time methods.Richard Cochran1-6/+6
2014-12-30net: cpts: convert to timecounter adjtime.Richard Cochran1-4/+1
2014-11-12net: ptp: fix time stamp matching logic for VLAN packets.Richard Cochran1-1/+1
2014-07-07ptp: Classify ptp over ip over vlan packetsStefan Sørensen1-13/+11
2014-05-05drivers: net: cpts: Remove hardcoded clock name for CPTSGeorge Cherian1-7/+4
2014-04-03net: ti: fix CPTS driver build on armAlexei Starovoitov1-0/+2
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann1-9/+1
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2013-03-20treewide: Fix typos in printkMasanari Iida1-1/+1
2012-12-26cpts: fix a run time warn_on.Richard Cochran1-1/+1
2012-12-26cpts: fix build error by removing useless code.Richard Cochran1-1/+0
2012-12-14cpts: Fix build error caused by include of plat/clock.hTony Lindgren1-2/+0
2012-11-01cpts: introduce time stamping code and a PTP hardware clock.Richard Cochran1-0/+427