First patch is replacing uint64_t by u64 as suggested by b4 Second patch optimizes cyclic_run() to parse cyclic list only if a cyclic function's timestamp is elapsed.
To: [email protected] Cc: Stefan Roese <[email protected]> Cc: Tom Rini <[email protected]> Cc: Marek Vasut <[email protected]> Signed-off-by: Patrice Chotard <[email protected]> --- Changes in v2: - move cyclic with nearest deadline on list's head. - Link to v1: https://patch.msgid.link/[email protected] To: [email protected] Cc: Stefan Roese <[email protected]> Cc: Tom Rini <[email protected]> Cc: Patrice Chotard <[email protected]> --- Patrice Chotard (2): cyclic: replace uint64_t by u64 suggested by b4 cyclic: parse cyclic list only if next cyclic timestamp is reached common/cyclic.c | 20 ++++++++++++++++++-- include/asm-generic/global_data.h | 4 ++++ 2 files changed, 22 insertions(+), 2 deletions(-) --- base-commit: 1296a428c67cf103eca482d4a63349661c1b799f change-id: 20260702-optimize_cyclic_run-ecdc46f12829 Best regards, -- Patrice Chotard <[email protected]>

