* Please pull u-boot-watchdog/master
@ 2022-03-08 9:14 Stefan Roese
2022-03-09 20:01 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2022-03-08 9:14 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related patches:
----------------------------------------------------------------
- Update MAINTAINERS file (Stefan)
- wdt-uclass.c: add a property u-boot, noautostart (Philippe)
- armada_37xx: Probe driver also when watchdog is already running (Pali)
- rti_wdt: Add 10% safety margin to clock frequency (Jan)
----------------------------------------------------------------
Here the Azure build, with only one unrelated issue (binman fiptool
missing):
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=164&view=results
Thanks,
Stefan
The following changes since commit 6d3c46ed0e230d999c3f20f7fd4f3a88c03b14ca:
Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi
(2022-03-05 20:46:55 -0500)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to 817e153fe546c2da9df8e8affc94d12036815659:
watchdog: rti_wdt: Add 10% safety margin to clock frequency
(2022-03-08 09:08:09 +0100)
----------------------------------------------------------------
Jan Kiszka (1):
watchdog: rti_wdt: Add 10% safety margin to clock frequency
Pali Rohár (1):
watchdog: armada_37xx: Probe driver also when watchdog is already
running
Philippe Reynes (1):
drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart
Stefan Roese (1):
MAINTAINERS: Add watchdog maintainers entry
MAINTAINERS | 8 ++++++++
drivers/watchdog/armada-37xx-wdt.c | 17 +++--------------
drivers/watchdog/rti_wdt.c | 14 +++++++++++---
drivers/watchdog/wdt-uclass.c | 7 ++++++-
4 files changed, 28 insertions(+), 18 deletions(-)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2022-03-08 9:14 Please pull u-boot-watchdog/master Stefan Roese
@ 2022-03-09 20:01 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2022-03-09 20:01 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
On Tue, Mar 08, 2022 at 10:14:16AM +0100, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related patches:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2022-04-22 9:53 Stefan Roese
2022-04-22 15:06 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2022-04-22 9:53 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related patches:
----------------------------------------------------------------
- device-tree-bindings: watchdog: document common properties (Philippe)
- nuvoton: Add support for Nuvoton (Jim)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=177&view=results
Thanks,
Stefan
The following changes since commit ea5583b90f9c162af6f2025718dc50ffbb6e4552:
Merge branch '2022-04-21-further-cleanups' (2022-04-21 19:55:38 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to e885d09dd0935c7afdb79ed108943e837414d459:
wdt: nuvoton: Add support for Nuvoton (2022-04-22 09:02:55 +0200)
----------------------------------------------------------------
Jim Liu (1):
wdt: nuvoton: Add support for Nuvoton
Philippe Reynes (1):
doc: device-tree-bindings: watchdog: document common properties
doc/device-tree-bindings/watchdog/common.txt | 12 +++
drivers/watchdog/Kconfig | 8 ++
drivers/watchdog/Makefile | 1 +
drivers/watchdog/npcm_wdt.c | 116
+++++++++++++++++++++++++++
4 files changed, 137 insertions(+)
create mode 100644 doc/device-tree-bindings/watchdog/common.txt
create mode 100644 drivers/watchdog/npcm_wdt.c
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2022-04-22 9:53 Stefan Roese
@ 2022-04-22 15:06 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2022-04-22 15:06 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
On Fri, Apr 22, 2022 at 11:53:14AM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related patches:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2022-05-06 10:55 Stefan Roese
2022-05-06 16:18 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2022-05-06 10:55 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related patch:
----------------------------------------------------------------
- Add MAX6370 watchdog timer driver (Pali)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=191&view=results
Thanks,
Stefan
The following changes since commit 03b873b4f41010e4f85a72dd59016bb0b123dde1:
Merge branch '2022-05-05-assorted-cleanups-and-fixes' (2022-05-05
19:37:22 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to 0a095fc53b15b03825da016306eb8fe4c44d3c05:
watchdog: Add MAX6370 watchdog timer driver (2022-05-06 07:06:51 +0200)
----------------------------------------------------------------
Pali Rohár (1):
watchdog: Add MAX6370 watchdog timer driver
drivers/watchdog/Kconfig | 7 +++
drivers/watchdog/Makefile | 1 +
drivers/watchdog/max6370_wdt.c | 118
+++++++++++++++++++++++++++++++++++++++++
3 files changed, 126 insertions(+)
create mode 100644 drivers/watchdog/max6370_wdt.c
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2022-05-06 10:55 Stefan Roese
@ 2022-05-06 16:18 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2022-05-06 16:18 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 186 bytes --]
On Fri, May 06, 2022 at 12:55:19PM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related patch:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2022-06-07 8:44 Stefan Roese
2022-06-07 16:14 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2022-06-07 8:44 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related fix:
----------------------------------------------------------------
- Fix SPL build with watchdog disabled in asm files (Pali)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=205&view=results
Thanks,
Stefan
The following changes since commit 8f527342db4160a1f030de6fe4a1591787cce65a:
Prepare v2022.07-rc4 (2022-06-06 10:25:13 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to 06ceff70bf040536163d5010c7560e5846f063c6:
watchdog: Fix SPL build with watchdog disabled in asm files
(2022-06-07 08:45:35 +0200)
----------------------------------------------------------------
Pali Rohár (1):
watchdog: Fix SPL build with watchdog disabled in asm files
include/watchdog.h | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2022-06-07 8:44 Stefan Roese
@ 2022-06-07 16:14 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2022-06-07 16:14 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
On Tue, Jun 07, 2022 at 10:44:52AM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related fix:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2022-07-21 15:31 Stefan Roese
2022-07-23 13:07 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2022-07-21 15:31 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related changes:
----------------------------------------------------------------
- octeontx_wdt: Add MIPS Octeon support (Stefan)
- watchdog: add amlogic watchdog support (Philippe)
- watchdog: add pulse support to gpio watchdog driver (Paul)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=210&view=results
Thanks,
Stefan
The following changes since commit 88d931a71052fc8fb7b48126ae09aa875745d5ec:
Merge tag 'for-v2022.10' of
https://source.denx.de/u-boot/custodians/u-boot-ubi (2022-07-20 07:38:49
-0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to 1fc45d6483d77b9fbe84e546f4e6afe665ba827a:
watchdog: add pulse support to gpio watchdog driver (2022-07-21
08:09:06 +0200)
----------------------------------------------------------------
Paul Doelle (1):
watchdog: add pulse support to gpio watchdog driver
Philippe Boos (1):
watchdog: add amlogic watchdog support
Stefan Roese (2):
watchdog: octeontx_wdt: Add MIPS Octeon support
mips: octeon: octeon_ebb7304_defconfig: Enable watchdog support
MAINTAINERS | 1 +
arch/sandbox/dts/test.dts | 11 +-
configs/octeon_ebb7304_defconfig | 2 +
doc/board/amlogic/index.rst | 2 +
doc/device-tree-bindings/watchdog/gpio-wdt.txt | 8 +-
drivers/watchdog/Kconfig | 16 ++-
drivers/watchdog/Makefile | 1 +
drivers/watchdog/gpio_wdt.c | 40 ++++++--
drivers/watchdog/meson_gxbb_wdt.c | 136
+++++++++++++++++++++++++
drivers/watchdog/octeontx_wdt.c | 67 ++++++++----
test/dm/wdt.c | 46 +++++++--
11 files changed, 292 insertions(+), 38 deletions(-)
create mode 100644 drivers/watchdog/meson_gxbb_wdt.c
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2022-07-21 15:31 Stefan Roese
@ 2022-07-23 13:07 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2022-07-23 13:07 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
On Thu, Jul 21, 2022 at 05:31:45PM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related changes:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2022-09-27 12:48 Stefan Roese
2022-09-27 19:28 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2022-09-27 12:48 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related last minute fixes:
----------------------------------------------------------------
- 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)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=271&view=results
Thanks,
Stefan
The following changes since commit f117c54cc83e3c519883edb5a48062644d38c443:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
(2022-09-26 08:30:17 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to c11cedc876631c1753427a68db4efaa00f700a79:
autoboot: make sure watchdog device(s) are handled with keyed
autoboot (2022-09-27 12:25:51 +0200)
----------------------------------------------------------------
Pali Rohár (1):
watchdog: max6370: use __udelay() to avoid recursion
Rasmus Villemoes (2):
watchdog: gpio_wdt: use __udelay() to avoid recursion
autoboot: make sure watchdog device(s) are handled with keyed
autoboot
common/autoboot.c | 3 +++
drivers/watchdog/gpio_wdt.c | 2 +-
drivers/watchdog/max6370_wdt.c | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2022-09-27 12:48 Stefan Roese
@ 2022-09-27 19:28 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2022-09-27 19:28 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 198 bytes --]
On Tue, Sep 27, 2022 at 02:48:09PM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related last minute fixes:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2022-10-24 11:43 Stefan Roese
2022-10-26 4:44 ` Stefan Roese
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2022-10-24 11:43 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related changes:
----------------------------------------------------------------
- nuvoton: add expire function for generic reset (Jim)
- handle watchdogs during keyed autoboot (Rasmus)
- cyclic: Don't disable cylic function upon exceeding CPU time (Stefan)
- ulp wdog: Updates to support iMX93 and DM (Alice)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=273&view=results
Thanks,
Stefan
The following changes since commit 7723828c97bc107d2fba976fc50403ac8747f1bc:
Merge branch '2022-10-21-enforce-some-DM-migrations' (2022-10-21
15:32:45 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to 5e112c7ca8ee45860e27f23059d9a319ba8eb6d3:
watchdog: ulp_wdog: add driver model for ulp watchdog driver
(2022-10-24 11:10:21 +0200)
----------------------------------------------------------------
Alice Guo (3):
watchdog: ulp_wdog: Update watchdog driver for imx93
watchdog: ulp_wdog: enable watchdog interrupt on imx93
watchdog: ulp_wdog: add driver model for ulp watchdog driver
Jim Liu (1):
wdt: nuvoton: add expire function for generic reset
Rasmus Villemoes (3):
watchdog: introduce a u-boot,autostart property
sandbox: add SIGALRM-based watchdog device
sandbox.dtsi: add a sandbox,alarm-wdt instance
Stefan Roese (1):
cyclic: Don't disable cylic function upon exceeding CPU time
Ye Li (1):
ulp_wdog: Update ulp wdog driver for 32bits command
arch/sandbox/cpu/os.c | 17 +++
arch/sandbox/dts/sandbox.dtsi | 6 +
common/cyclic.c | 12 +-
configs/sandbox64_defconfig | 2 +
configs/sandbox_defconfig | 2 +
doc/device-tree-bindings/watchdog/common.txt | 9 +-
drivers/watchdog/Kconfig | 8 ++
drivers/watchdog/Makefile | 1 +
drivers/watchdog/npcm_wdt.c | 6 +
drivers/watchdog/sandbox_alarm-wdt.c | 79 +++++++++++++
drivers/watchdog/ulp_wdog.c | 159
+++++++++++++++++++++++----
drivers/watchdog/wdt-uclass.c | 15 ++-
include/cyclic.h | 2 +
include/os.h | 17 +++
14 files changed, 297 insertions(+), 38 deletions(-)
create mode 100644 drivers/watchdog/sandbox_alarm-wdt.c
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2022-10-24 11:43 Stefan Roese
@ 2022-10-26 4:44 ` Stefan Roese
2022-10-26 15:25 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2022-10-26 4:44 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
On 24.10.22 13:43, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related changes:
>
> ----------------------------------------------------------------
> - nuvoton: add expire function for generic reset (Jim)
> - handle watchdogs during keyed autoboot (Rasmus)
> - cyclic: Don't disable cylic function upon exceeding CPU time (Stefan)
> - ulp wdog: Updates to support iMX93 and DM (Alice)
> ----------------------------------------------------------------
>
> Here the Azure build, without any issues:
>
> https://dev.azure.com/sr0718/u-boot/_build/results?buildId=273&view=results
ping about this MR.
Thanks,
Stefan
> Thanks,
> Stefan
>
>
> The following changes since commit
> 7723828c97bc107d2fba976fc50403ac8747f1bc:
>
> Merge branch '2022-10-21-enforce-some-DM-migrations' (2022-10-21
> 15:32:45 -0400)
>
> are available in the Git repository at:
>
> git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
>
> for you to fetch changes up to 5e112c7ca8ee45860e27f23059d9a319ba8eb6d3:
>
> watchdog: ulp_wdog: add driver model for ulp watchdog driver
> (2022-10-24 11:10:21 +0200)
>
> ----------------------------------------------------------------
> Alice Guo (3):
> watchdog: ulp_wdog: Update watchdog driver for imx93
> watchdog: ulp_wdog: enable watchdog interrupt on imx93
> watchdog: ulp_wdog: add driver model for ulp watchdog driver
>
> Jim Liu (1):
> wdt: nuvoton: add expire function for generic reset
>
> Rasmus Villemoes (3):
> watchdog: introduce a u-boot,autostart property
> sandbox: add SIGALRM-based watchdog device
> sandbox.dtsi: add a sandbox,alarm-wdt instance
>
> Stefan Roese (1):
> cyclic: Don't disable cylic function upon exceeding CPU time
>
> Ye Li (1):
> ulp_wdog: Update ulp wdog driver for 32bits command
>
> arch/sandbox/cpu/os.c | 17 +++
> arch/sandbox/dts/sandbox.dtsi | 6 +
> common/cyclic.c | 12 +-
> configs/sandbox64_defconfig | 2 +
> configs/sandbox_defconfig | 2 +
> doc/device-tree-bindings/watchdog/common.txt | 9 +-
> drivers/watchdog/Kconfig | 8 ++
> drivers/watchdog/Makefile | 1 +
> drivers/watchdog/npcm_wdt.c | 6 +
> drivers/watchdog/sandbox_alarm-wdt.c | 79 +++++++++++++
> drivers/watchdog/ulp_wdog.c | 159
> +++++++++++++++++++++++----
> drivers/watchdog/wdt-uclass.c | 15 ++-
> include/cyclic.h | 2 +
> include/os.h | 17 +++
> 14 files changed, 297 insertions(+), 38 deletions(-)
> create mode 100644 drivers/watchdog/sandbox_alarm-wdt.c
Viele Grüße,
Stefan Roese
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2022-10-26 4:44 ` Stefan Roese
@ 2022-10-26 15:25 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2022-10-26 15:25 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 848 bytes --]
On Wed, Oct 26, 2022 at 06:44:03AM +0200, Stefan Roese wrote:
> Hi Tom,
>
> On 24.10.22 13:43, Stefan Roese wrote:
> > Hi Tom,
> >
> > please pull the following watchdog related changes:
> >
> > ----------------------------------------------------------------
> > - nuvoton: add expire function for generic reset (Jim)
> > - handle watchdogs during keyed autoboot (Rasmus)
> > - cyclic: Don't disable cylic function upon exceeding CPU time (Stefan)
> > - ulp wdog: Updates to support iMX93 and DM (Alice)
> > ----------------------------------------------------------------
> >
> > Here the Azure build, without any issues:
> >
> > https://dev.azure.com/sr0718/u-boot/_build/results?buildId=273&view=results
>
> ping about this MR.
Sorry, not sure how I missed this. Applied to u-boot/master now,
thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2022-11-02 8:46 Stefan Roese
2022-11-03 16:56 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2022-11-02 8:46 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
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:
git@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(-)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2022-11-02 8:46 Stefan Roese
@ 2022-11-03 16:56 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2022-11-03 16:56 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 216 bytes --]
On Wed, Nov 02, 2022 at 09:46:18AM +0100, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related fixes / enhancements
> from Rasmus:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2022-11-22 10:36 Stefan Roese
2022-11-22 15:58 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2022-11-22 10:36 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related changes:
----------------------------------------------------------------
- watchdog: designware: make reset really optional (Quentin)
- watchdog: Drop GD_FLG_WDT_READY (Stefan)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=277&view=results
Thanks,
Stefan
The following changes since commit 16e49a14b2af1421cbaeefb9ce8ee863e45fd71b:
Prepare v2023.01-rc2 (2022-11-21 12:33:14 -0500)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to 5cbd0295392be32be3bb80da4fa3edee9a5c7287:
watchdog: Drop GD_FLG_WDT_READY as it's not used any more (2022-11-22
08:56:26 +0100)
----------------------------------------------------------------
Quentin Schulz (1):
watchdog: designware: make reset really optional
Stefan Roese (1):
watchdog: Drop GD_FLG_WDT_READY as it's not used any more
drivers/watchdog/designware_wdt.c | 9 +++++----
drivers/watchdog/wdt-uclass.c | 1 -
include/asm-generic/global_data.h | 8 ++------
3 files changed, 7 insertions(+), 11 deletions(-)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2022-11-22 10:36 Stefan Roese
@ 2022-11-22 15:58 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2022-11-22 15:58 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
On Tue, Nov 22, 2022 at 11:36:10AM +0100, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related changes:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2023-04-20 10:02 Stefan Roese
2023-04-23 16:15 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2023-04-20 10:02 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related patches:
----------------------------------------------------------------
- watchdog: arm_smc_wdt: add watchdog support (Lionel)
- watchdog: ftwdt010: return a previously deleted driver now ported to
DM (Sergei)
- watchdog: Add a watchdog driver for Raspberry Pi boards (Etienne)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=294&view=results
Thanks,
Stefan
The following changes since commit 5db4972a5bbdbf9e3af48ffc9bc4fec73b7b6a79:
Merge tag 'u-boot-nand-20230417' of
https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2023-04-17
10:47:33 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to 0d5990a24219cb50c2c1c3828afcd234808407ff:
watchdog: arm_smc_wdt: add watchdog support (2023-04-18 08:42:43 +0200)
----------------------------------------------------------------
ETIENNE DUBLE (1):
watchdog: Add a watchdog driver for Raspberry Pi boards
Lionel Debieve (1):
watchdog: arm_smc_wdt: add watchdog support
Sergei Antonov (1):
watchdog: ftwdt010: return a previously deleted driver now ported
to DM
configs/sandbox_defconfig | 1 +
drivers/watchdog/Kconfig | 24 ++++++++
drivers/watchdog/Makefile | 3 +
drivers/watchdog/arm_smc_wdt.c | 123
+++++++++++++++++++++++++++++++++++++
drivers/watchdog/bcm2835_wdt.c | 132
++++++++++++++++++++++++++++++++++++++++
drivers/watchdog/ftwdt010_wdt.c | 132
++++++++++++++++++++++++++++++++++++++++
include/faraday/ftwdt010_wdt.h | 3 -
7 files changed, 415 insertions(+), 3 deletions(-)
create mode 100644 drivers/watchdog/arm_smc_wdt.c
create mode 100644 drivers/watchdog/bcm2835_wdt.c
create mode 100644 drivers/watchdog/ftwdt010_wdt.c
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2023-04-20 10:02 Stefan Roese
@ 2023-04-23 16:15 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2023-04-23 16:15 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
On Thu, Apr 20, 2023 at 12:02:19PM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related patches:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2023-08-10 15:26 Stefan Roese
2023-08-10 16:22 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2023-08-10 15:26 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related changes:
----------------------------------------------------------------
- cmd: cyclic: Remove duplicate command name in help text (Alexander)
- ftwdt010: need to reset watchdog in ftwdt010_wdt_start() (Sergei)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=315&view=results
Thanks,
Stefan
The following changes since commit ec58228830a1f68e8e65099387cf12c5a91c9e72:
Merge tag 'x86-pull-20230809' of
https://source.denx.de/u-boot/custodians/u-boot-x86 (2023-08-09 13:17:34
-0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to 160984ed3a91a4225b27ffe8bfc3b1b4dc08a4ea:
watchdog: ftwdt010: need to reset watchdog in ftwdt010_wdt_start()
(2023-08-10 08:39:16 +0200)
----------------------------------------------------------------
Alexander Dahl (1):
cmd: cyclic: Remove duplicate command name in help text
Sergei Antonov (1):
watchdog: ftwdt010: need to reset watchdog in ftwdt010_wdt_start()
cmd/cyclic.c | 2 +-
drivers/watchdog/ftwdt010_wdt.c | 40
+++++++++++++++++++++-------------------
2 files changed, 22 insertions(+), 20 deletions(-)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2023-08-10 15:26 Stefan Roese
@ 2023-08-10 16:22 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2023-08-10 16:22 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
On Thu, Aug 10, 2023 at 05:26:31PM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related changes:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2023-10-19 10:35 Stefan Roese
2023-10-19 14:57 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2023-10-19 10:35 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related commits:
----------------------------------------------------------------
- sandbox: watchdog: Avoid an error on startup (Simon)
- nuvoton: Fix reset/expire function error (Jim)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=320&view=results
Thanks,
Stefan
The following changes since commit 9a0cf3993f71043ba08c315572c54622de42d447:
Merge branch '2023-10-17-spl-test-some-load-methods' (2023-10-18
08:28:00 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to 127d03893bd51f855e1a277e31a8258105ace42a:
wdt: nuvoton: Fix reset/expire function error (2023-10-19 07:51:12 +0200)
----------------------------------------------------------------
Jim Liu (1):
wdt: nuvoton: Fix reset/expire function error
Simon Glass (1):
sandbox: watchdog: Avoid an error on startup
arch/sandbox/dts/test.dts | 2 +-
drivers/watchdog/npcm_wdt.c | 10 ++++++++--
test/dm/wdt.c | 4 ++--
3 files changed, 11 insertions(+), 5 deletions(-)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2023-10-19 10:35 Stefan Roese
@ 2023-10-19 14:57 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2023-10-19 14:57 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
On Thu, Oct 19, 2023 at 12:35:54PM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related commits:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2023-12-04 10:18 Stefan Roese
2023-12-09 2:59 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2023-12-04 10:18 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related fix:
----------------------------------------------------------------
- Correct watchdog timeout print message (Chanho Park)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=327&view=results
Thanks,
Stefan
The following changes since commit 5c4e9d0c74a8c2f8d0f4e0ab9cf44959298c2bad:
Merge branch 'master-rpc-off' of
https://source.denx.de/u-boot/custodians/u-boot-sh (2023-12-03 16:30:32
-0500)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to a341a0e01f8087904eccbf3fe7baba63a62f9674:
watchdog: Correct watchdog timeout print message (2023-12-04 08:09:09
+0100)
----------------------------------------------------------------
Chanho Park (1):
watchdog: Correct watchdog timeout print message
drivers/watchdog/wdt-uclass.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2023-12-04 10:18 Stefan Roese
@ 2023-12-09 2:59 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2023-12-09 2:59 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
On Mon, Dec 04, 2023 at 11:18:17AM +0100, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related fix:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2024-02-01 10:50 Stefan Roese
2024-02-01 15:40 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2024-02-01 10:50 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related last minute fixes:
----------------------------------------------------------------
- add andes atcwdt200 support (Randolph)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=339&view=results
Thanks,
Stefan
The following changes since commit b6d8969bcb94321dfed1399f2eaa8768ba42caaa:
Merge tag 'u-boot-at91-2024.04-a' of
https://source.denx.de/u-boot/custodians/u-boot-at91 (2024-01-31
10:44:33 -0500)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to 094eda0660d419f35e10c49fade75a6738a56137:
configs: andes: add watchdog support fot andes ae350 (2024-02-01
09:08:44 +0100)
----------------------------------------------------------------
Randolph (2):
drivers: watchdog: add andes atcwdt200 support
configs: andes: add watchdog support fot andes ae350
configs/ae350_rv32_defconfig | 4 +
configs/ae350_rv32_spl_defconfig | 4 +
configs/ae350_rv32_spl_xip_defconfig | 4 +
configs/ae350_rv32_xip_defconfig | 4 +
configs/ae350_rv64_defconfig | 4 +
configs/ae350_rv64_spl_defconfig | 4 +
configs/ae350_rv64_spl_xip_defconfig | 4 +
configs/ae350_rv64_xip_defconfig | 4 +
drivers/watchdog/Kconfig | 6 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/atcwdt200_wdt.c | 220
+++++++++++++++++++++++++++++++++++
11 files changed, 259 insertions(+)
create mode 100644 drivers/watchdog/atcwdt200_wdt.c
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2024-02-01 10:50 Stefan Roese
@ 2024-02-01 15:40 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2024-02-01 15:40 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 198 bytes --]
On Thu, Feb 01, 2024 at 11:50:43AM +0100, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related last minute fixes:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2024-06-18 14:03 Stefan Roese
2024-06-18 16:22 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2024-06-18 14:03 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following cyclic related change to fix the
CI build issue here:
----------------------------------------------------------------
- cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000 (Jiaxun)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=371&view=results
Thanks,
Stefan
The following changes since commit 16324b43db3f2b4fbbc3b701893fcfc4104f33fb:
Merge tag 'u-boot-nand-20240617' of
https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2024-06-17
09:27:28 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to 1fd754cebd38d7456caa82bef15225cbe77960ec:
cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000 (2024-06-18
12:34:37 +0200)
----------------------------------------------------------------
Jiaxun Yang (1):
cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000
common/Kconfig | 2 +-
configs/octeon_nic23_defconfig | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2024-06-18 14:03 Stefan Roese
@ 2024-06-18 16:22 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2024-06-18 16:22 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 219 bytes --]
On Tue, Jun 18, 2024 at 04:03:50PM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following cyclic related change to fix the
> CI build issue here:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2024-10-23 10:55 Stefan Roese
2024-10-23 18:41 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2024-10-23 10:55 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related patches:
----------------------------------------------------------------
- watchdog: gpio_wdt: add support for stoppable devices (Rasmus)
- watchdog: Add DaVinci's watchdog support (Bastien)
- cyclic: disentangling cyclic API from schedule() (Rasmus)
- watchdog: introduce separate SPL symbol for WDT_GPIO (Rasmus)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=378&view=results
Thanks,
Stefan
The following changes since commit 392ff1449f7d30cc48fd4d17320d05882cd68f2e:
Merge tag 'video-20241022' of
https://source.denx.de/u-boot/custodians/u-boot-video (2024-10-22
14:11:20 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to ed3410ee6049a7683718e8255575ad55ee1bdefd:
watchdog: introduce separate SPL symbol for WDT_GPIO (2024-10-23
07:02:25 +0200)
----------------------------------------------------------------
Bastien Curutchet (1):
drivers: watchdog: Add DaVinci's watchdog support
Rasmus Villemoes (15):
watchdog: gpio_wdt: add support for stoppable devices
doc: cyclic: remove reference to WATCHDOG_RESET
cyclic: introduce u-boot/schedule.h
led: include cyclic.h in led_sw_blink.c
m68k: asm/ptrace.h: include linux/types.h
fs/cramfs: use schedule instead of cyclic_run as callback
test: dm: wdt: replace cyclic_run() by schedule()
cyclic: make cyclic_run static
watchdog.h: change include of cyclic.h to u-boot/schedule.h
lib/sha*: include u-boot/schedule.h instead of cyclic.h
i2c: rzg2l: include u-boot/schedule.h
ddr: altera: include u-boot/schedule.h
boot: cedit: include u-boot/schedule.h
global_data.h: remove unnecesary include of cyclic.h
watchdog: introduce separate SPL symbol for WDT_GPIO
arch/m68k/include/asm/ptrace.h | 2 +
boot/cedit.c | 1 +
common/cyclic.c | 3 +-
doc/develop/cyclic.rst | 10 +--
drivers/ddr/altera/sdram_n5x.c | 1 +
drivers/ddr/altera/sdram_soc64.c | 1 +
drivers/i2c/rz_riic.c | 1 +
drivers/led/led_sw_blink.c | 1 +
drivers/watchdog/Kconfig | 16 +++++
drivers/watchdog/Makefile | 3 +-
drivers/watchdog/davinci_wdt.c | 131
++++++++++++++++++++++++++++++++++++++
drivers/watchdog/gpio_wdt.c | 27 +++++++-
fs/cramfs/uncompress.c | 4 +-
include/asm-generic/global_data.h | 1 -
include/cyclic.h | 24 +------
include/u-boot/schedule.h | 24 +++++++
include/watchdog.h | 2 +-
lib/sha1.c | 2 +-
lib/sha256.c | 2 +-
lib/sha512.c | 2 +-
test/dm/wdt.c | 14 ++--
21 files changed, 225 insertions(+), 47 deletions(-)
create mode 100644 drivers/watchdog/davinci_wdt.c
create mode 100644 include/u-boot/schedule.h
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2024-10-23 10:55 Stefan Roese
@ 2024-10-23 18:41 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2024-10-23 18:41 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
On Wed, Oct 23, 2024 at 12:55:02PM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related patches:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2025-01-07 12:45 Stefan Roese
2025-01-11 0:57 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2025-01-07 12:45 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog patches:
----------------------------------------------------------------
- rti: support SPL (or re-start) (Alexander)
- rti: drop hack manipulating WDT clock rate (Alexander)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=380&view=results
Thanks,
Stefan
The following changes since commit 6d41f0a39d6423c8e57e92ebbe9f8c0333a63f72:
Prepare v2025.01 (2025-01-06 18:54:44 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to 5964f24f15473709fb9d897230c3f20e998c88ca:
watchdog: rti: drop hack manipulating WDT clock rate (2025-01-07
10:29:58 +0100)
----------------------------------------------------------------
Alexander Sverdlin (2):
watchdog: rti: support SPL (or re-start)
watchdog: rti: drop hack manipulating WDT clock rate
drivers/watchdog/rti_wdt.c | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2025-01-07 12:45 Stefan Roese
@ 2025-01-11 0:57 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2025-01-11 0:57 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 180 bytes --]
On Tue, Jan 07, 2025 at 01:45:47PM +0100, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog patches:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2025-01-22 15:19 Stefan Roese
2025-01-22 21:56 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2025-01-22 15:19 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull the following watchdog related patches:
----------------------------------------------------------------
- cyclic: Fix rollover every 72 min on 32 bits platforms (Patrice)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=381&view=results
Thanks,
Stefan
The following changes since commit 82d262ae162d859d3b0bbcd40a9464e890b009da:
Merge patch series "MediaTek MT7629 OF_UPSTREAM migration (v2)"
(2025-01-21 09:29:05 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git
for you to fetch changes up to fb30f75655cdd1bf838827a8461b3434c07b1a62:
cyclic: Fix typo in struct cyclic_info description (2025-01-22
10:22:34 +0100)
----------------------------------------------------------------
Patrice Chotard (2):
cyclic: Fix rollover every 72 min on 32 bits platforms
cyclic: Fix typo in struct cyclic_info description
common/cyclic.c | 6 +++---
include/cyclic.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2025-01-22 15:19 Stefan Roese
@ 2025-01-22 21:56 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2025-01-22 21:56 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
On Wed, Jan 22, 2025 at 04:19:34PM +0100, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related patches:
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2025-05-16 16:42 Stefan Roese
2025-05-16 19:18 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2025-05-16 16:42 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull this next batch of mostly cyclic patches from Rasmus:
----------------------------------------------------------------
- make cyclic_(un)register idempotent
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=393&view=results
Thanks,
Stefan
The following changes since commit 1b5e435102aa29a665119430196cb366ce36a01b:
Merge tag 'u-boot-imx-master-20250512' of
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2025-05-12 16:05:22
-0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog
tags/u-boot-watchdog-20250516
for you to fetch changes up to 6f0a3cd7bcdd4ce25b5ad253a6ebad88d4b94fbe:
cyclic: document new guarantees for cyclic_(un)register (2025-05-16
13:44:19 +0200)
----------------------------------------------------------------
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(+)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2025-05-16 16:42 Stefan Roese
@ 2025-05-16 19:18 ` Tom Rini
2025-05-19 6:31 ` Stefan Roese
0 siblings, 1 reply; 44+ messages in thread
From: Tom Rini @ 2025-05-16 19:18 UTC (permalink / raw)
To: Stefan Roese; +Cc: U-Boot Mailing List
[-- Attachment #1: Type: text/plain, Size: 355 bytes --]
On Fri, May 16, 2025 at 06:42:11PM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull this next batch of mostly cyclic patches from Rasmus:
>
Oh, and can you please update the .git/config here like you did for the
marvell PR? b4 doesn't like the git@ syntax so I had to do this manually
:)
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2025-05-16 19:18 ` Tom Rini
@ 2025-05-19 6:31 ` Stefan Roese
0 siblings, 0 replies; 44+ messages in thread
From: Stefan Roese @ 2025-05-19 6:31 UTC (permalink / raw)
To: Tom Rini; +Cc: U-Boot Mailing List
Hi Tom,
On 16.05.25 21:18, Tom Rini wrote:
> On Fri, May 16, 2025 at 06:42:11PM +0200, Stefan Roese wrote:
>
>> Hi Tom,
>>
>> please pull this next batch of mostly cyclic patches from Rasmus:
>>
>
> Oh, and can you please update the .git/config here like you did for the
> marvell PR? b4 doesn't like the git@ syntax so I had to do this manually
> :)
Ah, I knew that I missed something here.
Thanks for reminding - changes are made.
Thanks,
Stefan
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2025-07-30 10:17 Stefan Roese
2025-07-30 17:18 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2025-07-30 10:17 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull this next batch of watchdog related patches:
----------------------------------------------------------------
- watchdog for STM32MP family updates (Antonio, Clément and Patrice)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=395&view=results
Thanks,
Stefan
The following changes since commit a8f20bb6650df56d2600cda2c66f9349df9e49c8:
Merge patch series "bios_emulator: Fix two issues found by Smatch"
(2025-07-29 13:14:52 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
tags/u-boot-watchdog-20250730
for you to fetch changes up to 7e1e22c70d51d1594ddd3b54e943e511efd65a35:
watchdog: don't autostart watchdog on STM32MP architecture
(2025-07-30 08:01:11 +0200)
----------------------------------------------------------------
Antonio Borneo (2):
watchdog: wdt-uclass.c: add wdt_set_force_autostart() helper
watchdog: arm_smc_wdt: get wdt status through SMCWD_GET_TIMELEFT
Clément Le Goffic (1):
watchdog: stm32mp: check the watchdog status
Patrice Chotard (1):
watchdog: don't autostart watchdog on STM32MP architecture
configs/stm32mp15-icore-stm32mp1-ctouch2_defconfig | 1 +
.../stm32mp15-icore-stm32mp1-edimm2.2_defconfig | 1 +
...2mp15-microgea-stm32mp1-microdev2-of7_defconfig | 1 +
...stm32mp15-microgea-stm32mp1-microdev2_defconfig | 1 +
configs/stm32mp15_basic_defconfig | 1 +
configs/stm32mp15_dhsom.config | 1 +
drivers/watchdog/Kconfig | 1 +
drivers/watchdog/arm_smc_wdt.c | 17 +++++++++++
drivers/watchdog/stm32mp_wdt.c | 33
++++++++++++++++++++++
drivers/watchdog/wdt-uclass.c | 9 ++++++
include/wdt.h | 9 ++++++
11 files changed, 75 insertions(+)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2025-07-30 10:17 Stefan Roese
@ 2025-07-30 17:18 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2025-07-30 17:18 UTC (permalink / raw)
To: U-Boot Mailing List, Stefan Roese
On Wed, 30 Jul 2025 12:17:26 +0200, Stefan Roese wrote:
> please pull this next batch of watchdog related patches:
>
> ----------------------------------------------------------------
> - watchdog for STM32MP family updates (Antonio, Clément and Patrice)
> ----------------------------------------------------------------
>
> Here the Azure build, without any issues:
>
> [...]
Merged into u-boot/master, thanks!
--
Tom
^ permalink raw reply [flat|nested] 44+ messages in thread
* Please pull u-boot-watchdog/master
@ 2025-10-16 12:34 Stefan Roese
2025-10-16 17:38 ` Tom Rini
0 siblings, 1 reply; 44+ messages in thread
From: Stefan Roese @ 2025-10-16 12:34 UTC (permalink / raw)
To: Tom Rini, U-Boot Mailing List
Hi Tom,
please pull this batch of WDT Kconfig related fixes:
----------------------------------------------------------------
- watchdog: Tighten some driver dependencies in Kconfig (Tom)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=400&view=results
Thanks,
Stefan
The following changes since commit 2ba64e303b2706e5c42a6bf982326d632342ca66:
Merge patch series "fix an7581 panic caused by attempt to support
multiple RAM size" (2025-10-15 15:08:27 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
tags/u-boot-watchdog-20251016
for you to fetch changes up to df2220c946f593892c1bd60535c777e4a18448ac:
watchdog: Tighten dependencies on WDT_DAVINCI (2025-10-16 09:16:36 +0200)
----------------------------------------------------------------
Tom Rini (2):
watchdog: Tighten some watchdog driver dependencies
watchdog: Tighten dependencies on WDT_DAVINCI
drivers/watchdog/Kconfig | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
^ permalink raw reply [flat|nested] 44+ messages in thread
* Re: Please pull u-boot-watchdog/master
2025-10-16 12:34 Stefan Roese
@ 2025-10-16 17:38 ` Tom Rini
0 siblings, 0 replies; 44+ messages in thread
From: Tom Rini @ 2025-10-16 17:38 UTC (permalink / raw)
To: U-Boot Mailing List, Stefan Roese
On Thu, 16 Oct 2025 14:34:48 +0200, Stefan Roese wrote:
> please pull this batch of WDT Kconfig related fixes:
>
> ----------------------------------------------------------------
> - watchdog: Tighten some driver dependencies in Kconfig (Tom)
> ----------------------------------------------------------------
>
> Here the Azure build, without any issues:
>
> [...]
Merged into u-boot/master, thanks!
--
Tom
^ permalink raw reply [flat|nested] 44+ messages in thread
end of thread, other threads:[~2025-10-16 17:38 UTC | newest]
Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 9:14 Please pull u-boot-watchdog/master Stefan Roese
2022-03-09 20:01 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2022-04-22 9:53 Stefan Roese
2022-04-22 15:06 ` Tom Rini
2022-05-06 10:55 Stefan Roese
2022-05-06 16:18 ` Tom Rini
2022-06-07 8:44 Stefan Roese
2022-06-07 16:14 ` Tom Rini
2022-07-21 15:31 Stefan Roese
2022-07-23 13:07 ` Tom Rini
2022-09-27 12:48 Stefan Roese
2022-09-27 19:28 ` Tom Rini
2022-10-24 11:43 Stefan Roese
2022-10-26 4:44 ` Stefan Roese
2022-10-26 15:25 ` Tom Rini
2022-11-02 8:46 Stefan Roese
2022-11-03 16:56 ` Tom Rini
2022-11-22 10:36 Stefan Roese
2022-11-22 15:58 ` Tom Rini
2023-04-20 10:02 Stefan Roese
2023-04-23 16:15 ` Tom Rini
2023-08-10 15:26 Stefan Roese
2023-08-10 16:22 ` Tom Rini
2023-10-19 10:35 Stefan Roese
2023-10-19 14:57 ` Tom Rini
2023-12-04 10:18 Stefan Roese
2023-12-09 2:59 ` Tom Rini
2024-02-01 10:50 Stefan Roese
2024-02-01 15:40 ` Tom Rini
2024-06-18 14:03 Stefan Roese
2024-06-18 16:22 ` Tom Rini
2024-10-23 10:55 Stefan Roese
2024-10-23 18:41 ` Tom Rini
2025-01-07 12:45 Stefan Roese
2025-01-11 0:57 ` Tom Rini
2025-01-22 15:19 Stefan Roese
2025-01-22 21:56 ` Tom Rini
2025-05-16 16:42 Stefan Roese
2025-05-16 19:18 ` Tom Rini
2025-05-19 6:31 ` Stefan Roese
2025-07-30 10:17 Stefan Roese
2025-07-30 17:18 ` Tom Rini
2025-10-16 12:34 Stefan Roese
2025-10-16 17:38 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox