summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpts.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: cpts: add support for ext rftclk selectionGrygorii Strashko2019-06-091-1/+78
* net: ethernet: ti: cpts: use devm_get_clk_from_childGrygorii Strashko2019-06-091-2/+7
* net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko2019-04-271-13/+1Star
* net: (cpts) fix a missing check of clk_prepareKangjie Lu2018-12-281-1/+3
* net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk2018-11-141-2/+0Star
* net: ethernet: ti: cpts: purge staled skbs from txqIvan Khoronzhuk2018-11-141-2/+24
* net: ethernet: ti: cpts: correct debug for expired txq skbIvan Khoronzhuk2018-11-141-3/+1Star
* net: ethernet: ti: cpts: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* net: ethernet: ti: cpts: break cycle once late ts is matchedIvan Khoronzhuk2018-07-121-1/+4
* net: ethernet: ti: cpts: Fix timestamp printFlorian Fainelli2018-05-211-1/+2
* net: ethernet: ti: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Hernán Gonzalez2018-05-141-1/+1
* net: ethernet: make ptp_clock_info constBhumika Goyal2017-08-221-1/+1
* net: ethernet: ti: cpts: fix fifo read in cpts_find_tsGrygorii Strashko2017-08-021-1/+1
* net: ethernet: ti: cpts: fix tx timestamping timeoutGrygorii Strashko2017-08-021-2/+82
* net: ethernet: ti: cpts: convert to use ptp auxiliary workerGrygorii Strashko2017-08-021-14/+13Star
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* net: ethernet: ti: cpts: fix overflow check periodGrygorii Strashko2016-12-071-3/+7
* net: ethernet: ti: cpts: calc mult and shift from refclk freqGrygorii Strashko2016-12-071-7/+43
* net: ethernet: ti: cpts: move dt props parsing to cpts driverGrygorii Strashko2016-12-071-4/+30
* net: ethernet: ti: cpts: rework initialization/deinitializationGrygorii Strashko2016-12-071-41/+58
* net: ethernet: ti: cpts: drop excessive writes to CTRL and INT_EN regsGrygorii Strashko2016-12-071-2/+0Star
* net: ethernet: ti: cpts: clean up event list if event pool is emptyWingMan Kwok2016-12-071-2/+24
* net: ethernet: ti: cpts: disable cpts when unregisteredGrygorii Strashko2016-12-071-0/+4
* net: ethernet: ti: cpts: fix registration orderGrygorii Strashko2016-12-071-10/+14
* net: ethernet: ti: cpts: fix unbalanced clk api usage in cpts_register/unregi...Grygorii Strashko2016-12-071-6/+8
* net: ethernet: ti: allow cpts to be built separatelyGrygorii Strashko2016-12-071-8/+8
* net: ethernet: ti: cpts: switch to readl/writel_relaxed()Grygorii Strashko2016-12-071-2/+2
* ptp: cpts: use helpers for converting ns to timespec.Richard Cochran2015-03-311-5/+2Star
* ptp: cpts: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-6/+6
* net: cpts: convert to timecounter adjtime.Richard Cochran2014-12-311-4/+1Star
* net: ptp: fix time stamp matching logic for VLAN packets.Richard Cochran2014-11-121-1/+1
* ptp: Classify ptp over ip over vlan packetsStefan Sørensen2014-07-081-13/+11Star
* drivers: net: cpts: Remove hardcoded clock name for CPTSGeorge Cherian2014-05-051-7/+4Star
* net: ti: fix CPTS driver build on armAlexei Starovoitov2014-04-031-0/+2
* net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann2014-03-311-9/+1Star
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* treewide: Fix typos in printkMasanari Iida2013-03-201-1/+1
* cpts: fix a run time warn_on.Richard Cochran2012-12-261-1/+1
* cpts: fix build error by removing useless code.Richard Cochran2012-12-261-1/+0Star
* cpts: Fix build error caused by include of plat/clock.hTony Lindgren2012-12-141-2/+0Star
* cpts: introduce time stamping code and a PTP hardware clock.Richard Cochran2012-11-011-0/+427