All of lore.kernel.org
 help / color / mirror / Atom feed
* Please pull u-boot-marvell/master (watchdog related)
@ 2021-07-16 10:18 Stefan Roese
  2021-07-16 19:06 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2021-07-16 10:18 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List

Hi Tom,

please pull the following watchdog related patches:

----------------------------------------------------------------
- designware_wdt: reset watchdog in designware_wdt_stop() function
   (Meng)
- socfpga_stratix10: enable wdt command (Meng)
- wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTART (Teresa)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan

The following changes since commit d3fc3da9a4fb98104d004b025149ec6dadccc2cd:

   Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2021-07-15 
11:06:24 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 5fc094351381c4254098a25404d8712324b6918e:

   drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTART 
(2021-07-16 10:28:35 +0200)

----------------------------------------------------------------
MengLi (2):
       driver: watchdog: reset watchdog in designware_wdt_stop() function
       arm: socfpga: socfpga_stratix10: enable wdt command by default

Teresa Remmet (1):
       drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTART

  configs/socfpga_stratix10_defconfig |  1 +
  drivers/watchdog/designware_wdt.c   | 19 +++++++++++++++----
  drivers/watchdog/wdt-uclass.c       |  2 +-
  3 files changed, 17 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-marvell/master (watchdog related)
  2021-07-16 10:18 Please pull u-boot-marvell/master (watchdog related) Stefan Roese
@ 2021-07-16 19:06 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2021-07-16 19:06 UTC (permalink / raw)
  To: Stefan Roese; +Cc: U-Boot Mailing List

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

On Fri, Jul 16, 2021 at 12:18:10PM +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] 14+ messages in thread

* Re: Please pull u-boot-marvell/master (watchdog related)
  2022-01-13 14:25 ` Tom Rini
@ 2022-01-13 15:50   ` Stefan Roese
  0 siblings, 0 replies; 14+ messages in thread
From: Stefan Roese @ 2022-01-13 15:50 UTC (permalink / raw)
  To: Tom Rini, Harald Seiler; +Cc: U-Boot Mailing List

On 1/13/22 15:25, Tom Rini wrote:
> On Thu, Jan 13, 2022 at 09:25:40AM +0100, Stefan Roese wrote:
> 
>> Hi Tom,
>>
>> please pull the following watchdog related patches:
>>
> 
> As you mentioned the other day, we should make things a bit more
> official that you're the watchdog custodian.  So please feel free to
> update the MAINTAINERS file with another entry.

Will do. Thanks for the reminder.

>  And I'm quite fine to
> keep taking PRs from the Marvell tree, but if you want a watchdog tree
> specifically, go ahead and ask Harald to set one up.

Let's make things more clear now.

Harald, could you please create a watchdog tree for me, so that I can
prepare the WDT related patches via this separate tree?

> Applied to u-boot/master, thanks!

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Please pull u-boot-marvell/master (watchdog related)
  2022-01-13  8:25 Stefan Roese
@ 2022-01-13 14:25 ` Tom Rini
  2022-01-13 15:50   ` Stefan Roese
  0 siblings, 1 reply; 14+ messages in thread
From: Tom Rini @ 2022-01-13 14:25 UTC (permalink / raw)
  To: Stefan Roese, Harald Seiler; +Cc: U-Boot Mailing List

[-- Attachment #1: Type: text/plain, Size: 524 bytes --]

On Thu, Jan 13, 2022 at 09:25:40AM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following watchdog related patches:
> 

As you mentioned the other day, we should make things a bit more
official that you're the watchdog custodian.  So please feel free to
update the MAINTAINERS file with another entry.  And I'm quite fine to
keep taking PRs from the Marvell tree, but if you want a watchdog tree
specifically, go ahead and ask Harald to set one up.

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/master (watchdog related)
@ 2022-01-13  8:25 Stefan Roese
  2022-01-13 14:25 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2022-01-13  8:25 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List

Hi Tom,

please pull the following watchdog related patches:

----------------------------------------------------------------
- Add Apple M1 watchdog timer (Mark)
----------------------------------------------------------------

Here the Azure build, with only one unrelated issue (binman fiptool
missing):

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

Thanks,
Stefan


The following changes since commit a02af84e03e018d7cd08bb3070cbe5517004712b:

   Merge branch '2022-01-12-pci-updates' (2022-01-12 20:49:39 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 9a8e3736da25a62449f84aef2b566e2b31ca60fd:

   arm: apple: Use watchdog timer for system reset (2022-01-13 06:55:46 
+0100)

----------------------------------------------------------------
Mark Kettenis (3):
       watchdog: Add a driver for the Apple watchdog
       arm: dts: apple: Add watchdog timer node
       arm: apple: Use watchdog timer for system reset

  MAINTAINERS                  |   1 +
  arch/arm/Kconfig             |   3 ++
  arch/arm/dts/t8103.dtsi      |  13 +++--
  arch/arm/mach-apple/board.c  |  24 ---------
  drivers/watchdog/Kconfig     |   9 ++++
  drivers/watchdog/Makefile    |   1 +
  drivers/watchdog/apple_wdt.c | 115 
+++++++++++++++++++++++++++++++++++++++++++
  7 files changed, 137 insertions(+), 29 deletions(-)
  create mode 100644 drivers/watchdog/apple_wdt.c

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/master (watchdog related)
  2021-04-27  8:28 Stefan Roese
@ 2021-04-27 16:45 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2021-04-27 16:45 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 27, 2021 at 10:28:20AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following watchdog related patches from Rasmus:
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210427/4fbc93f3/attachment.sig>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/master (watchdog related)
@ 2021-04-27  8:28 Stefan Roese
  2021-04-27 16:45 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2021-04-27  8:28 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following watchdog related patches from Rasmus:

----------------------------------------------------------------
- WDT: Enable use of hw_margin_ms=0
- PowerPC: Introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD
- PowerPC: Misc changes and fixes to the WDT handling
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit ff8cb34d79384524ed81027f7d07a31f7405c27d:

   Prepare v2021.07-rc1 (2021-04-26 20:53:51 -0400)

are available in the Git repository at:

   git at source.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 729c1fe656913f0d5b09e986fec9976020a3363c:

   powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD (2021-04-27 
08:28:07 +0200)

----------------------------------------------------------------
Rasmus Villemoes (5):
       watchdog: use time_after_eq() in watchdog_reset()
       timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOG
       allow opting out of WATCHDOG_RESET() from timer interrupt
       powerpc: lib: remove leftover CONFIG_5xx
       powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD

  README                        |  9 +++++++++
  arch/m68k/lib/time.c          |  2 +-
  arch/powerpc/Kconfig          |  1 +
  arch/powerpc/lib/Kconfig      |  9 +++++++++
  arch/powerpc/lib/cache.c      | 17 +++++++++++++----
  arch/powerpc/lib/interrupts.c |  2 +-
  drivers/timer/mpc83xx_timer.c |  6 +++++-
  drivers/watchdog/wdt-uclass.c |  2 +-
  8 files changed, 40 insertions(+), 8 deletions(-)
  create mode 100644 arch/powerpc/lib/Kconfig

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/master (watchdog related)
  2021-04-06 10:30 Stefan Roese
@ 2021-04-06 17:48 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2021-04-06 17:48 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 06, 2021 at 12:30:41PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following watchdog related patches:
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210406/cbaf9f1d/attachment.sig>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/master (watchdog related)
@ 2021-04-06 10:30 Stefan Roese
  2021-04-06 17:48 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2021-04-06 10:30 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following watchdog related patches:

----------------------------------------------------------------
- Enhance WDT handling (starting / stopping) and introduce
   CONFIG_WATCHDOG_AUTOSTART to allow disabling of autostart of
   the WDT (Pali)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan

The following changes since commit 90eba245a66aa20589404ba537215faf2012c1a3:

   Merge branch 'next' (2021-04-05 11:29:57 -0400)

are available in the Git repository at:

   git at source.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 88965fef6ef005df15e6fac8d2e33fd775a1466d:

   arm: mvebu: Espressobin: Enable watchdog support but do not start it 
(2021-04-06 10:47:32 +0200)

----------------------------------------------------------------
Pali Roh?r (4):
       watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()
       watchdog: Show error message when initr_watchdog() cannot start 
watchdog
       watchdog: Allow to use CONFIG_WDT without starting watchdog
       arm: mvebu: Espressobin: Enable watchdog support but do not start it

  configs/mvebu_espressobin-88f3720_defconfig |  4 ++++
  drivers/watchdog/Kconfig                    | 13 +++++++++++++
  drivers/watchdog/wdt-uclass.c               | 28 
++++++++++++++++++++++++----
  3 files changed, 41 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/master (watchdog related)
  2020-04-15  9:43 Stefan Roese
@ 2020-04-15 16:10 ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2020-04-15 16:10 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 15, 2020 at 11:43:41AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following watchdog related patches:
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200415/3404d941/attachment.sig>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/master (watchdog related)
@ 2020-04-15  9:43 Stefan Roese
  2020-04-15 16:10 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2020-04-15  9:43 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following watchdog related patches:

----------------------------------------------------------------
- Common: honour hw_margin_ms property (Rasmus)
- sp805_wdt: get platform clock from dt (Rayagonda)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit 142a07f2a44262d76fec609e1fcde51794a456eb:

   Merge branch 'master' of git://git.denx.de/u-boot-marvell (2020-04-14 
08:47:07 -0400)

are available in the Git repository at:

   git at gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 19a159f94ac1532ec12cf14a96c9daf172ade988:

   watchdog: sp805_wdt: get platform clock from dt file (2020-04-15 
08:54:07 +0200)

----------------------------------------------------------------
Rasmus Villemoes (3):
       watchdog: remove stale ifndef CONFIG_WATCHDOG_TIMEOUT_MSECS from 
wdt.h
       watchdog: move initr_watchdog() to wdt-uclass.c
       watchdog: honour hw_margin_ms DT property

Rayagonda Kokatanur (1):
       watchdog: sp805_wdt: get platform clock from dt file

  drivers/watchdog/sp805_wdt.c  | 15 +++++++++++++--
  drivers/watchdog/wdt-uclass.c | 44 
++++++++++++++++++++++++++++++++++++++++++-
  include/wdt.h                 | 37 +-----------------------------------
  3 files changed, 57 insertions(+), 39 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/master (watchdog related)
  2020-03-16 19:39 ` Tom Rini
@ 2020-03-17  6:53   ` Stefan Roese
  0 siblings, 0 replies; 14+ messages in thread
From: Stefan Roese @ 2020-03-17  6:53 UTC (permalink / raw)
  To: u-boot

Hi Tom,

On 16.03.20 20:39, Tom Rini wrote:
>> please pull the following watchdog related fixes:
>>
> 
> BTW, I think you need to check the project settings on your tree and
> mark it as public.

I just checked and the Marvell repo seems to be public already:

Project visibility: Public

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/master (watchdog related)
  2020-03-16 14:23 Stefan Roese
@ 2020-03-16 19:39 ` Tom Rini
  2020-03-17  6:53   ` Stefan Roese
  0 siblings, 1 reply; 14+ messages in thread
From: Tom Rini @ 2020-03-16 19:39 UTC (permalink / raw)
  To: u-boot

On Mon, Mar 16, 2020 at 03:23:02PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following watchdog related fixes:
> 

BTW, I think you need to check the project settings on your tree and
mark it as public.

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200316/d1d43831/attachment.sig>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Please pull u-boot-marvell/master (watchdog related)
@ 2020-03-16 14:23 Stefan Roese
  2020-03-16 19:39 ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Stefan Roese @ 2020-03-16 14:23 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following watchdog related fixes:

----------------------------------------------------------------
- Fix timer wrap (Chris)
- Use dev_read only if OF_PLATDATA is not enabled (Walter)
----------------------------------------------------------------

Here the Gitlab build, without any issues:

https://gitlab.denx.de/u-boot/custodians/u-boot-marvell/pipelines/2446

Thanks,
Stefan

The following changes since commit 50be9f0e1ccc0909e65132cff216743a49046f97:

   Merge branch '2020-03-13-master-imports' (2020-03-13 13:21:17 -0400)

are available in the Git repository at:

   git at gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 6d8eae9ab7d17ca3ce84c5e6e29bd452936ad407:

   watchdog: Handle timer wrap around (2020-03-16 11:25:12 +0100)

----------------------------------------------------------------
Chris Packham (1):
       watchdog: Handle timer wrap around

Walter Lozano (1):
       watchdog: Use dev_read only if OF_PLATDATA is not enabled

  drivers/watchdog/wdt-uclass.c | 3 ++-
  include/wdt.h                 | 3 +--
  2 files changed, 3 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-01-13 15:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16 10:18 Please pull u-boot-marvell/master (watchdog related) Stefan Roese
2021-07-16 19:06 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2022-01-13  8:25 Stefan Roese
2022-01-13 14:25 ` Tom Rini
2022-01-13 15:50   ` Stefan Roese
2021-04-27  8:28 Stefan Roese
2021-04-27 16:45 ` Tom Rini
2021-04-06 10:30 Stefan Roese
2021-04-06 17:48 ` Tom Rini
2020-04-15  9:43 Stefan Roese
2020-04-15 16:10 ` Tom Rini
2020-03-16 14:23 Stefan Roese
2020-03-16 19:39 ` Tom Rini
2020-03-17  6:53   ` Stefan Roese

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.