aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-15net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy1-0/+5
2014-10-14net: fec: ptp: Enable PPS output based on ptp clockLuwei Zhou1-1/+196
2014-10-14net: fec: ptp: Use hardware algorithm to adjust PTP counter.Luwei Zhou1-12/+53
2014-10-14net: fec: ptp: Use the 31-bit ptp timer.Luwei Zhou1-4/+6
2014-08-22net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy1-11/+22
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-21fec: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-1/+15
2013-06-07fec: Only pass pdev in fec_ptp_init()Fabio Estevam1-1/+2
2013-04-14fec: Convert printks to netdev_<level>Joe Perches1-0/+2
2013-04-13fec: Fix PHC device logFabio Estevam1-2/+0
2013-03-25net: fec: build fec.c and fec_ptp.c to one moduleFrank Li1-3/+0
2013-03-20fec: Fix the build as moduleFabio Estevam1-0/+3
2013-02-07net: fec: fix spin_lock dead lockFrank Li1-1/+3
2012-11-07net: fec: reduce spin lock time in fec_ptp_adjfreqFrank Li1-8/+6
2012-11-01FEC: Add time stamping code and a PTP hardware clockFrank Li1-0/+385