summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_ptp.c
Commit message (Expand)AuthorAgeFilesLines
* net: fec: avoid lock evasion when reading pps_enableWei Fang5 days1-6/+8
* net: fec: delete fec_ptp_disable_hwts()Vladimir Oltean2023-08-021-12/+0
* net: fec: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2023-08-021-20/+11
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+0
* net: fec: Refactor: rename `adapter` to `fep`Csókás Bence2023-07-171-8/+8
* ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-5/+8
* net: fec: Add support for periodic output signal of PPSWei Fang2022-10-241-2/+162
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-39/+18
|\
| * Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"Francesco Dolcini2022-09-201-10/+18
| * Revert "fec: Restart PPS after link state change"Francesco Dolcini2022-09-201-29/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-18/+10
|\|
| * net: fec: Use a spinlock to guard `fep->ptp_clk_on`Csókás Bence2022-09-021-18/+10
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
|/
* fec: Restart PPS after link state changeCsókás Bence2022-08-241-0/+29
* fec: Fix timer capture timing in `fec_ptp_enable_pps()`Csókás Bence2022-08-121-5/+1
* net: fec_ptp: remove redundant initialization of variable valColin Ian King2022-01-241-1/+0
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
* 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