From: Kit Dallege <xaum.io@gmail.com>
To: Anna-Maria Behnsen <anna-maria@linutronix.de>,
Frederic Weisbecker <frederic@kernel.org>,
Thomas Gleixner <tglx@kernel.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH v2] clockevents: document suspend and resume members of clock_event_device
Date: Sun, 15 Mar 2026 18:09:01 +0100 [thread overview]
Message-ID: <20260315170901.65536-1-xaum.io@gmail.com> (raw)
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
reply other threads:[~2026-03-15 17:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260315170901.65536-1-xaum.io@gmail.com \
--to=xaum.io@gmail.com \
--cc=anna-maria@linutronix.de \
--cc=frederic@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®