Hi Tom,

please pull the following watchdog related fixes / enhancements
from Rasmus:

----------------------------------------------------------------
- cyclic: get rid of (the need for) cyclic_init() (Rasmus)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=274&view=results

Thanks,
Stefan


The following changes since commit c8d9ff634fc429db5acf2f5386ea937f0fef1ae7:

Merge branch '2022-10-31-FWU-add-FWU-multi-bank-update-feature-support' (2022-11-01 09:32:21 -0400)

are available in the Git repository at:

  g...@source.denx.de:u-boot/custodians/u-boot-watchdog.git

for you to fetch changes up to 50128aeb0f8bb5a2d820e4c7a6ac0bb745809fc1:

  cyclic: get rid of cyclic_init() (2022-11-02 08:42:03 +0100)

----------------------------------------------------------------
Rasmus Villemoes (5):
      cyclic: use a flag in gd->flags for recursion protection
      cyclic: drop redundant cyclic_ready flag
      list.h: synchronize hlist_for_each_entry* iterators with linux
      cyclic: switch to using hlist instead of list
      cyclic: get rid of cyclic_init()

 cmd/cyclic.c                      |  5 ++--
 common/board_f.c                  | 11 +++++++-
 common/board_r.c                  |  1 -
common/cyclic.c | 50 ++++++++++++------------------------
 include/asm-generic/global_data.h |  8 ++++--
 include/cyclic.h                  | 35 ++++----------------------
include/linux/list.h | 53 ++++++++++++++++++---------------------
 test/test-main.c                  |  3 +--
 8 files changed, 66 insertions(+), 100 deletions(-)

Reply via email to