summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_ptp.c
Commit message (Expand)AuthorAgeFilesLines
* net: fec_ptp: fix issue caused by refactor the fec_devtypeJoakim Zhang2021-06-161-3/+1
* net: fec_ptp: add clock rate zero checkFugang Duan2021-06-161-0/+4
* net: fec: ptp: avoid register access when ipg clock is disabledHeiko Thiery2021-02-261-0/+7
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-2/+3
* net: fec: ptp: remove unused variable 'ns' in fec_time_keep()Zhang Changzhong2020-09-141-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-0/+12
|\
| * net: fec: fix hardware time stamping by external devicesSergey Organov2020-07-161-0/+12
* | net: fec: replace snprintf() with strlcpy() in fec_ptp_init()Sergey Organov2020-07-161-1/+1
* | net: fec: get rid of redundant code in fec_ptp_set()Sergey Organov2020-07-161-3/+1
* | net: fec: initialize clock with 0 rather than current kernel timeSergey Organov2020-07-161-1/+1
* | net: fec: enable to use PPS feature without time stampingSergey Organov2020-07-161-5/+0
|/
* net: fec_ptp: Use platform_get_irq_xxx_optional() to avoid error messageAnson Huang2019-10-291-2/+2
* net: fec_ptp: Use dev_err() instead of pr_err()Fabio Estevam2019-06-051-1/+1
* net: fec: remove redundant variable 'inc'Colin Ian King2018-07-041-2/+0
* 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