-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: hns3: add support for Hisilicon ptp sync device
driver inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I78MGV CVE: NA ---------------------------------------------------------------------- The hns3 driver provide ptp driver to get 1588 clock from ethernet, but only the first PF on main chip can support this, so, if getting ptp time from other chip, may have some bus latency. The PTP sync device use to eliminate the bus latency. Signed-off-by: Yonglong Liu <[email protected]> Signed-off-by: hongrongxuan <[email protected]>
- Loading branch information
1 parent
50ac203
commit 63a8a37
Showing
4 changed files
with
1,044 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9549,6 +9549,11 @@ S: Maintained | |
F: Documentation/ABI/testing/debugfs-hisi-zip | ||
F: drivers/crypto/hisilicon/zip/ | ||
|
||
HISILICON HNS3 PTP SYNC DRIVER | ||
M: Yonglong Liu <[email protected]> | ||
S: Supported | ||
F: drivers/ptp/ptp_hisi.c | ||
|
||
HMM - Heterogeneous Memory Management | ||
M: Jérôme Glisse <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.