diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2024-10-30 17:02:43 -0700 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2024-10-30 17:02:43 -0700 |
| commit | 427b064adcdeec4e41e4bc074d9a143cdfa280fa (patch) | |
| tree | ebc2fc75697fc77e455781534553d23ead90317d /include/linux | |
| parent | 365836e010a131cce62e3e0bab0348d08ca08490 (diff) | |
| parent | 2d7de7a3010d713fb89b7ba99e6fdc14475ad106 (diff) | |
Merge branch 'ptp-driver-for-s390-clocks'
Sven Schnelle says:
====================
PtP driver for s390 clocks
these patches add support for using the s390 physical and TOD clock as ptp
clock. To do so, the first patch adds a clock id to the s390 TOD clock,
while the second patch adds the PtP driver itself.
====================
Link: https://patch.msgid.link/20241023065601.449586-1-svens@linux.ibm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/clocksource_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clocksource_ids.h b/include/linux/clocksource_ids.h index 2bb4d8c2f1b0..c4ef4ae2eded 100644 --- a/include/linux/clocksource_ids.h +++ b/include/linux/clocksource_ids.h @@ -6,6 +6,7 @@ enum clocksource_ids { CSID_GENERIC = 0, CSID_ARM_ARCH_COUNTER, + CSID_S390_TOD, CSID_X86_TSC_EARLY, CSID_X86_TSC, CSID_X86_KVM_CLK, |
