All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] make cyclic_(un)register idempotent
@ 2025-05-07 10:58 Rasmus Villemoes
  2025-05-07 10:58 ` [PATCH 1/3] cyclic: make cyclic_unregister() idempotent Rasmus Villemoes
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Rasmus Villemoes @ 2025-05-07 10:58 UTC (permalink / raw)
  To: u-boot; +Cc: Stefan Roese, Tom Rini, Rasmus Villemoes

Three small patches I've been meaning to send for a while; I really
believe (as I now learnt Thomas Gleixner also does) this is the way
timer frameworks should behave.

Rasmus Villemoes (3):
  cyclic: make cyclic_unregister() idempotent
  cyclic: make cyclic_register safe to call on already-registered info
  cyclic: document new guarantees for cyclic_(un)register

 common/cyclic.c        | 17 +++++++++++++++++
 doc/develop/cyclic.rst | 13 +++++++++++++
 2 files changed, 30 insertions(+)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-05-16 16:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07 10:58 [PATCH 0/3] make cyclic_(un)register idempotent Rasmus Villemoes
2025-05-07 10:58 ` [PATCH 1/3] cyclic: make cyclic_unregister() idempotent Rasmus Villemoes
2025-05-08  7:26   ` Stefan Roese
2025-05-07 10:58 ` [PATCH 2/3] cyclic: make cyclic_register safe to call on already-registered info Rasmus Villemoes
2025-05-08  7:27   ` Stefan Roese
2025-05-07 10:58 ` [PATCH 3/3] cyclic: document new guarantees for cyclic_(un)register Rasmus Villemoes
2025-05-08  7:27   ` Stefan Roese
2025-05-16 16:41 ` [PATCH 0/3] make cyclic_(un)register idempotent Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.