summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpts.c
Commit message (Expand)AuthorAgeFilesLines
* ptp: cpts: convert .adjfreq to .adjfineJacob Keller2022-11-111-16/+4
* net: ethernet: ti: cpts: Handle error for clk_enableJiasheng Jiang2022-03-091-1/+3
* ethernet: ti: cpts: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2021-10-071-3/+3
* net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registeredGrygorii Strashko2020-12-281-0/+2
* ethernet: ti: cpts: Use generic helper functionKurt Kanzenbach2020-08-191-28/+14
* net: ethernet: ti: cpts: add support for HW_TS_PUSH eventsGrygorii Strashko2020-04-231-1/+48
* net: ethernet: ti: cpts: add irq supportGrygorii Strashko2020-04-231-1/+22
* net: ethernet: ti: cpts: rework lockingGrygorii Strashko2020-04-231-23/+30
* net: ethernet: ti: cpts: move tx timestamp processing to ptp worker onlyGrygorii Strashko2020-04-231-71/+94
* net: ethernet: ti: cpts: optimize packet to event matchingGrygorii Strashko2020-04-231-33/+58
* net: ethernet: ti: cpts: switch to use new .gettimex64() interfaceGrygorii Strashko2020-04-231-8/+14
* net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()Grygorii Strashko2020-04-231-2/+6
* net: ethernet: ti: cpts: separate hw counter read from timecounterGrygorii Strashko2020-04-231-26/+27
* net: ethernet: ti: cpts: use dev_yy() api for logsGrygorii Strashko2020-04-231-6/+6
* ethernet: ti: cpts: use ktime_get_real_ns helperIvan Khoronzhuk2019-11-071-1/+1
* 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/+1
* net: (cpts) fix a missing check of clk_prepareKangjie Lu2018-12-271-1/+3
* net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk2018-11-131-2/+0
* net: ethernet: ti: cpts: purge staled skbs from txqIvan Khoronzhuk2018-11-131-2/+24
* net: ethernet: ti: cpts: correct debug for expired txq skbIvan Khoronzhuk2018-11-131-3/+1
* net: ethernet: ti: cpts: mark expected switch fall-throughGustavo A. R. Silva2018-08-071-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-011-1/+1
* net: ethernet: ti: cpts: fix tx timestamping timeoutGrygorii Strashko2017-08-011-2/+82
* net: ethernet: ti: cpts: convert to use ptp auxiliary workerGrygorii Strashko2017-08-011-14/+13
* 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/+0
* 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/+2
* 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-301-4/+1
* 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-071-13/+11
* drivers: net: cpts: Remove hardcoded clock name for CPTSGeorge Cherian2014-05-051-7/+4
* 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/+1