All of lore.kernel.org
 help / color / mirror / Atom feed
* Please pull u-boot-watchdog/master
@ 2022-06-07  8:44 Stefan Roese
  2022-06-07 16:14 ` Tom Rini
  0 siblings, 1 reply; 29+ 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] 29+ messages in thread

* Re: Please pull u-boot-watchdog/master
  2022-06-07  8:44 Please pull u-boot-watchdog/master Stefan Roese
@ 2022-06-07 16:14 ` Tom Rini
  0 siblings, 0 replies; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ 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; 29+ 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] 29+ messages in thread

* Re: Please pull u-boot-watchdog/master
  2022-03-08  9:14 Stefan Roese
@ 2022-03-09 20:01 ` Tom Rini
  0 siblings, 0 replies; 29+ 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] 29+ messages in thread

* Please pull u-boot-watchdog/master
@ 2022-03-08  9:14 Stefan Roese
  2022-03-09 20:01 ` Tom Rini
  0 siblings, 1 reply; 29+ 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] 29+ messages in thread

end of thread, other threads:[~2024-02-01 15:40 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07  8:44 Please pull u-boot-watchdog/master Stefan Roese
2022-06-07 16:14 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2024-02-01 10:50 Stefan Roese
2024-02-01 15:40 ` Tom Rini
2023-12-04 10:18 Stefan Roese
2023-12-09  2:59 ` Tom Rini
2023-10-19 10:35 Stefan Roese
2023-10-19 14:57 ` Tom Rini
2023-08-10 15:26 Stefan Roese
2023-08-10 16:22 ` Tom Rini
2023-04-20 10:02 Stefan Roese
2023-04-23 16:15 ` Tom Rini
2022-11-22 10:36 Stefan Roese
2022-11-22 15:58 ` Tom Rini
2022-11-02  8:46 Stefan Roese
2022-11-03 16:56 ` Tom Rini
2022-10-24 11:43 Stefan Roese
2022-10-26  4:44 ` Stefan Roese
2022-10-26 15:25   ` Tom Rini
2022-09-27 12:48 Stefan Roese
2022-09-27 19:28 ` Tom Rini
2022-07-21 15:31 Stefan Roese
2022-07-23 13:07 ` Tom Rini
2022-05-06 10:55 Stefan Roese
2022-05-06 16:18 ` Tom Rini
2022-04-22  9:53 Stefan Roese
2022-04-22 15:06 ` Tom Rini
2022-03-08  9:14 Stefan Roese
2022-03-09 20:01 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.