summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_ptp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-13/+1
|\
| * net: fec: ptp: Switch to SPDX identifierFabio Estevam2018-05-221-13/+1
* | net: fec: remove stale commentYueHaibing2018-05-251-6/+0
|/
* net: fec: Let fec_ptp have its own interrupt routineTroy Kisky2017-11-081-34/+48
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* net: fec: avoid timespec useArnd Bergmann2015-10-051-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-0/+10
|\
| * net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach2015-07-261-0/+10
* | freescale: remove incorrect copied commentJacob Keller2015-07-171-6/+0
|/
* net: fec: ptp: correct the ENET_ATCOR valueFugang Duan2015-06-071-0/+1
* ptp: fec: use helpers for converting ns to timespec.Richard Cochran2015-03-311-5/+2
* ptp: fec: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-4/+4
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* net: fec: convert to timecounter adjtime.Richard Cochran2014-12-301-15/+1
* net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy2014-10-151-0/+5
* net: fec: ptp: Enable PPS output based on ptp clockLuwei Zhou2014-10-141-1/+196
* net: fec: ptp: Use hardware algorithm to adjust PTP counter.Luwei Zhou2014-10-141-12/+53
* net: fec: ptp: Use the 31-bit ptp timer.Luwei Zhou2014-10-141-4/+6
* net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy2014-08-221-11/+22
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* fec: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-211-1/+15
* fec: Only pass pdev in fec_ptp_init()Fabio Estevam2013-06-071-1/+2
* fec: Convert printks to netdev_<level>Joe Perches2013-04-141-0/+2
* fec: Fix PHC device logFabio Estevam2013-04-131-2/+0
* net: fec: build fec.c and fec_ptp.c to one moduleFrank Li2013-03-251-3/+0
* fec: Fix the build as moduleFabio Estevam2013-03-201-0/+3
* net: fec: fix spin_lock dead lockFrank Li2013-02-071-1/+3
* net: fec: reduce spin lock time in fec_ptp_adjfreqFrank Li2012-11-071-8/+6
* FEC: Add time stamping code and a PTP hardware clockFrank Li2012-11-011-0/+385