summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpts.c
AgeCommit message (Expand)Author
2020-12-28net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registeredGrygorii Strashko
2020-08-19ethernet: ti: cpts: Use generic helper functionKurt Kanzenbach
2020-04-23net: ethernet: ti: cpts: add support for HW_TS_PUSH eventsGrygorii Strashko
2020-04-23net: ethernet: ti: cpts: add irq supportGrygorii Strashko
2020-04-23net: ethernet: ti: cpts: rework lockingGrygorii Strashko
2020-04-23net: ethernet: ti: cpts: move tx timestamp processing to ptp worker onlyGrygorii Strashko
2020-04-23net: ethernet: ti: cpts: optimize packet to event matchingGrygorii Strashko
2020-04-23net: ethernet: ti: cpts: switch to use new .gettimex64() interfaceGrygorii Strashko
2020-04-23net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()Grygorii Strashko
2020-04-23net: ethernet: ti: cpts: separate hw counter read from timecounterGrygorii Strashko
2020-04-23net: ethernet: ti: cpts: use dev_yy() api for logsGrygorii Strashko
2019-11-07ethernet: ti: cpts: use ktime_get_real_ns helperIvan Khoronzhuk
2019-06-09net: ethernet: ti: cpts: add support for ext rftclk selectionGrygorii Strashko
2019-06-09net: ethernet: ti: cpts: use devm_get_clk_from_childGrygorii Strashko
2019-04-27net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko
2018-12-27net: (cpts) fix a missing check of clk_prepareKangjie Lu
2018-11-13net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk
2018-11-13net: ethernet: ti: cpts: purge staled skbs from txqIvan Khoronzhuk
2018-11-13net: ethernet: ti: cpts: correct debug for expired txq skbIvan Khoronzhuk
2018-08-07net: ethernet: ti: cpts: mark expected switch fall-throughGustavo A. R. Silva
2018-07-12net: ethernet: ti: cpts: break cycle once late ts is matchedIvan Khoronzhuk
2018-05-21net: ethernet: ti: cpts: Fix timestamp printFlorian Fainelli
2018-05-14net: ethernet: ti: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Hernán Gonzalez
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal
2017-08-01net: ethernet: ti: cpts: fix fifo read in cpts_find_tsGrygorii Strashko
2017-08-01net: ethernet: ti: cpts: fix tx timestamping timeoutGrygorii Strashko
2017-08-01net: ethernet: ti: cpts: convert to use ptp auxiliary workerGrygorii Strashko
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-07net: ethernet: ti: cpts: fix overflow check periodGrygorii Strashko
2016-12-07net: ethernet: ti: cpts: calc mult and shift from refclk freqGrygorii Strashko
2016-12-07net: ethernet: ti: cpts: move dt props parsing to cpts driverGrygorii Strashko
2016-12-07net: ethernet: ti: cpts: rework initialization/deinitializationGrygorii Strashko
2016-12-07net: ethernet: ti: cpts: drop excessive writes to CTRL and INT_EN regsGrygorii Strashko
2016-12-07net: ethernet: ti: cpts: clean up event list if event pool is emptyWingMan Kwok
2016-12-07net: ethernet: ti: cpts: disable cpts when unregisteredGrygorii Strashko
2016-12-07net: ethernet: ti: cpts: fix registration orderGrygorii Strashko
2016-12-07net: ethernet: ti: cpts: fix unbalanced clk api usage in cpts_register/unregi...Grygorii Strashko
2016-12-07net: ethernet: ti: allow cpts to be built separatelyGrygorii Strashko
2016-12-07net: ethernet: ti: cpts: switch to readl/writel_relaxed()Grygorii Strashko
2015-03-31ptp: cpts: use helpers for converting ns to timespec.Richard Cochran
2015-03-31ptp: cpts: convert to the 64 bit get/set time methods.Richard Cochran
2014-12-30net: cpts: convert to timecounter adjtime.Richard Cochran
2014-11-12net: ptp: fix time stamp matching logic for VLAN packets.Richard Cochran
2014-07-07ptp: Classify ptp over ip over vlan packetsStefan Sørensen
2014-05-05drivers: net: cpts: Remove hardcoded clock name for CPTSGeorge Cherian
2014-04-03net: ti: fix CPTS driver build on armAlexei Starovoitov
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran
2013-03-20treewide: Fix typos in printkMasanari Iida
2012-12-26cpts: fix a run time warn_on.Richard Cochran