aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fec_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-08net: fec: Let fec_ptp have its own interrupt routineGravatar Troy Kisky 1-34/+48
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-1/+1
2015-10-05net: fec: avoid timespec useGravatar Arnd Bergmann 1-4/+2
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+10
2015-07-26net: fec: introduce fec_ptp_stop and use in probe fail pathGravatar Lucas Stach 1-0/+10
2015-07-17freescale: remove incorrect copied commentGravatar Jacob Keller 1-6/+0
2015-06-07net: fec: ptp: correct the ENET_ATCOR valueGravatar Fugang Duan 1-0/+1
2015-03-31ptp: fec: use helpers for converting ns to timespec.Gravatar Richard Cochran 1-5/+2
2015-03-31ptp: fec: convert to the 64 bit get/set time methods.Gravatar Richard Cochran 1-4/+4
2015-03-08ethernet: codespell comment spelling fixesGravatar Joe Perches 1-1/+1
2014-12-30net: fec: convert to timecounter adjtime.Gravatar Richard Cochran 1-15/+1
2014-10-15net: fec: ptp: fix convergence issue to support LinuxPTP stackGravatar Nimrod Andy 1-0/+5
2014-10-14net: fec: ptp: Enable PPS output based on ptp clockGravatar Luwei Zhou 1-1/+196
2014-10-14net: fec: ptp: Use hardware algorithm to adjust PTP counter.Gravatar Luwei Zhou 1-12/+53
2014-10-14net: fec: ptp: Use the 31-bit ptp timer.Gravatar Luwei Zhou 1-4/+6
2014-08-22net: fec: ptp: avoid register access when ipg clock is disabledGravatar Nimrod Andy 1-11/+22
2014-03-21ptp: drivers: set the number of programmable pins.Gravatar Richard Cochran 1-0/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-11-21fec: Implement the SIOCGHWTSTAMP ioctlGravatar Ben Hutchings 1-1/+15
2013-06-07fec: Only pass pdev in fec_ptp_init()Gravatar Fabio Estevam 1-1/+2
2013-04-14fec: Convert printks to netdev_<level>Gravatar Joe Perches 1-0/+2
2013-04-13fec: Fix PHC device logGravatar Fabio Estevam 1-2/+0
2013-03-25net: fec: build fec.c and fec_ptp.c to one moduleGravatar Frank Li 1-3/+0
2013-03-20fec: Fix the build as moduleGravatar Fabio Estevam 1-0/+3
2013-02-07net: fec: fix spin_lock dead lockGravatar Frank Li 1-1/+3
2012-11-07net: fec: reduce spin lock time in fec_ptp_adjfreqGravatar Frank Li 1-8/+6
2012-11-01FEC: Add time stamping code and a PTP hardware clockGravatar Frank Li 1-0/+385