aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+0
2025-03-24net: ethernet: Drop unused of_gpio.hPeng Fan1-1/+0
2025-02-18net: fec: Switch to use hrtimer_setup()Nam Cao1-2/+2
2024-10-08net: fec: make PPS channel configurableFrancesco Dolcini1-2/+4
2024-10-08net: fec: refactor PPS channel configurationFrancesco Dolcini1-5/+4
2024-10-01net: fec: Reload PTP registers after link-state changeCsókás, Bence1-0/+20
2024-10-01net: fec: Restart PPS after link state changeCsókás, Bence1-0/+30
2024-08-13net: fec: Remove duplicated codeCsókás, Bence1-7/+1
2024-08-13net: fec: Move `fec_ptp_read()` to the top of the fileCsókás, Bence1-25/+25
2024-08-08net: fec: Stop PPS on driver removeCsókás, Bence1-0/+3
2024-05-23net: fec: avoid lock evasion when reading pps_enableWei Fang1-6/+8
2023-08-02net: fec: delete fec_ptp_disable_hwts()Vladimir Oltean1-12/+0
2023-08-02net: fec: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean1-20/+11
2023-07-27net: Explicitly include correct DT includesRob Herring1-1/+0
2023-07-17net: fec: Refactor: rename `adapter` to `fep`Csókás Bence1-8/+8
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller1-5/+8
2022-10-24net: fec: Add support for periodic output signal of PPSWei Fang1-2/+162
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-39/+18
2022-09-20Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"Francesco Dolcini1-10/+18
2022-09-20Revert "fec: Restart PPS after link state change"Francesco Dolcini1-29/+0
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-18/+10
2022-09-02net: fec: Use a spinlock to guard `fep->ptp_clk_on`Csókás Bence1-18/+10
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-24fec: Restart PPS after link state changeCsókás Bence1-0/+29
2022-08-12fec: Fix timer capture timing in `fec_ptp_enable_pps()`Csókás Bence1-5/+1
2022-01-24net: fec_ptp: remove redundant initialization of variable valColin Ian King1-1/+0
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-06-16net: fec_ptp: fix issue caused by refactor the fec_devtypeJoakim Zhang1-3/+1
2021-06-16net: fec_ptp: add clock rate zero checkFugang Duan1-0/+4
2021-02-26net: fec: ptp: avoid register access when ipg clock is disabledHeiko Thiery1-0/+7
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-2/+3
2020-09-14net: fec: ptp: remove unused variable 'ns' in fec_time_keep()Zhang Changzhong1-2/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+12
2020-07-16net: fec: replace snprintf() with strlcpy() in fec_ptp_init()Sergey Organov1-1/+1
2020-07-16net: fec: get rid of redundant code in fec_ptp_set()Sergey Organov1-3/+1
2020-07-16net: fec: initialize clock with 0 rather than current kernel timeSergey Organov1-1/+1
2020-07-16net: fec: enable to use PPS feature without time stampingSergey Organov1-5/+0
2020-07-16net: fec: fix hardware time stamping by external devicesSergey Organov1-0/+12
2019-10-29net: fec_ptp: Use platform_get_irq_xxx_optional() to avoid error messageAnson Huang1-2/+2
2019-06-05net: fec_ptp: Use dev_err() instead of pr_err()Fabio Estevam1-1/+1
2018-07-04net: fec: remove redundant variable 'inc'Colin Ian King1-2/+0
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+1
2018-05-25net: fec: remove stale commentYueHaibing1-6/+0
2018-05-22net: fec: ptp: Switch to SPDX identifierFabio Estevam1-13/+1
2017-11-08net: fec: Let fec_ptp have its own interrupt routineTroy Kisky1-34/+48
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2015-10-05net: fec: avoid timespec useArnd Bergmann1-4/+2
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2015-07-26net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach1-0/+10
2015-07-17freescale: remove incorrect copied commentJacob Keller1-6/+0