mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] clockevents: document suspend and resume members of clock_event_device
@ 2026-03-15 17:09 Kit Dallege
  0 siblings, 0 replies; only message in thread
From: Kit Dallege @ 2026-03-15 17:09 UTC (permalink / raw)
  To: Anna-Maria Behnsen, Frederic Weisbecker, Thomas Gleixner; +Cc: linux-kernel

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@gmail.com>
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-15 17:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-15 17:09 [PATCH v2] clockevents: document suspend and resume members of clock_event_device Kit Dallege

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®