[PATCH v2] clockevents: document suspend and resume members of clock_event_device
From: Kit Dallege
Date: Sun Mar 15 2026 - 13:10:32 EST
Add kernel-doc entries for the @suspend and @resume function pointer
members that were missing from struct clock_event_device.
Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Kit Dallege <xaum.io@xxxxxxxxx>
---
include/linux/clockchips.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h
index b0df28ddd394..2d9101bd9bdd 100644
--- a/include/linux/clockchips.h
+++ b/include/linux/clockchips.h
@@ -87,6 +87,8 @@ enum clock_event_state {
* @set_state_shutdown: switch state to shutdown
* @tick_resume: resume clkevt device
* @broadcast: function to broadcast events
+ * @suspend: low level suspend callback for the clockevent device
+ * @resume: low level resume callback for the clockevent device
* @min_delta_ticks: minimum delta value in ticks stored for reconfiguration
* @max_delta_ticks: maximum delta value in ticks stored for reconfiguration
* @name: ptr to clock event name
--
2.53.0