[PATCH v3 0/3] cyclic/watchdog patches
Rasmus Villemoes
rasmus.villemoes at prevas.dk
Sun May 19 21:55:29 CEST 2024
A bit of a mixed bag. I've been wanting to submit something like 3/3
for a while. So when I stumbled on Marek's patch
https://lore.kernel.org/u-boot/20240316201416.211480-1-marek.vasut+renesas@mailbox.org/
, I got reminded of that plan, and I think that patch could be more
readable if we adopt this model.
While actually doing those mostly mechanical changes, I stumbled on
two separate issues that probably want fixing regardless of the fate
of 3/3.
Mostly just compile-tested, and now also checked that at least the
sandbox test runs succesfully.
v3: Also update the unit test according to the new API.
v2: Add R-bs from Stefan. Fixup whitespace in the doc/ part. Rebase
to current master (676903c1b97), fixing trivial conflict with
301bac6047c8.
Rasmus Villemoes (3):
cyclic: stop strdup'ing name in cyclic_register()
wdt-uclass: prevent multiple cyclic_register calls
cyclic: make clients embed a struct cyclic_info in their own data
structure
board/Marvell/octeon_nic23/board.c | 9 ++++---
cmd/cyclic.c | 12 ++++------
common/cyclic.c | 24 +++++--------------
doc/develop/cyclic.rst | 26 ++++++++++++--------
drivers/watchdog/wdt-uclass.c | 38 ++++++++++++++++--------------
include/cyclic.h | 36 ++++++++++++++--------------
test/common/cyclic.c | 19 +++++++++------
7 files changed, 83 insertions(+), 81 deletions(-)
--
2.40.1.1.g1c60b9335d
More information about the U-Boot
mailing list