aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mscc/mscc_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-06net: phy: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-08-02net: phy: mscc: make some arrays static const, makes object smallerColin Ian King1-4/+4
2020-11-25net: phy: mscc: use new PTP_MSGTYPE_* definesChristian Eggers1-7/+7
2020-11-17net: phy: mscc: fix excluded_middle.cocci warningskernel test robot1-1/+1
2020-11-13net: phy: mscc: Add PTP support for 2 more VSC PHYsSteen Hegelund1-0/+2
2020-07-09net: phy: mscc: fix ptr_ret.cocci warningskernel test robot1-4/+1
2020-06-25net: phy: mscc: do not access the MDIO bus lock directlyAntoine Tenart1-6/+6
2020-06-25net: phy: mscc: ptp: fix a typo in a commentAntoine Tenart1-1/+1
2020-06-25net: phy: mscc: ptp: fix a smatch errorAntoine Tenart1-0/+1
2020-06-24net: phy: mscc: timestamping and PHC supportAntoine Tenart1-0/+582
2020-06-24net: phy: mscc: 1588 block initializationQuentin Schulz1-0/+1010