]> git.baikalelectronics.ru Git - uboot.git/commit
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog
authorTom Rini <trini@konsulko.com>
Tue, 27 Sep 2022 15:05:37 +0000 (11:05 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 27 Sep 2022 15:05:37 +0000 (11:05 -0400)
commitfe6b95d6e968aa627ed38df8a9dd96685dd426c8
tree97324575af6a4e81af4140d6281bd6f383c17e46
parent748b6a5f8b451f94160c70064cd47f8e9b1ebcc1
parentd6706bb3c912e032d300c3aaeda48a1cc36b49f1
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog

- autoboot: make sure watchdog device(s) are handled with keyed
  autoboot (Rasmus)
- gpio_wdt: use __udelay() to avoid recursion (Rasmus)
- watchdog: max6370: use __udelay() to avoid recursion (Pali)