Please pull u-boot-marvell/next (watchdog related)

2021-08-31 Thread Stefan Roese

Hi Tom,

please pull the following watchdog related patches:


- handling all DM watchdogs in watchdog_reset() (Rasmus)


Here the Azure build, without any issues:

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

Thanks,
Stefan

The following changes since commit a85a8e63c5cf8ccb3905eb5982bf8bdcb2978557:

  Merge branch '2021-08-30-kconfig-migrations-part1' into next 
(2021-08-30 16:56:54 -0400)


are available in the Git repository at:

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

for you to fetch changes up to 4171c574721f3790b416b57d6a536cf3238d5849:

  sandbox: add test of wdt-uclass' watchdog_reset() (2021-08-31 
12:04:03 +0200)



Rasmus Villemoes (12):
  watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()
  watchdog: wdt-uclass.c: introduce struct wdt_priv
  watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definition
  watchdog: wdt-uclass.c: refactor initr_watchdog()
  watchdog: wdt-uclass.c: keep track of each device's running state
  sandbox: disable CONFIG_WATCHDOG_AUTOSTART
  watchdog: wdt-uclass.c: add wdt_stop_all() helper
  board: x530: switch to wdt_stop_all()
  watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()
  watchdog: add gpio watchdog driver
  sandbox: add test of wdt_gpio driver
  sandbox: add test of wdt-uclass' watchdog_reset()

 arch/sandbox/dts/test.dts  |   8 ++
 board/alliedtelesis/x530/x530.c|   5 +-
 configs/sandbox64_defconfig|   2 +
 configs/sandbox_defconfig  |   2 +
 doc/device-tree-bindings/watchdog/gpio-wdt.txt |  19 +++
 drivers/watchdog/Kconfig   |   9 ++
 drivers/watchdog/Makefile  |   1 +
 drivers/watchdog/gpio_wdt.c|  68 +
 drivers/watchdog/wdt-uclass.c  | 192 
++---

 include/asm-generic/global_data.h  |   6 -
 include/wdt.h  |   8 ++
 test/dm/wdt.c  |  90 +++-
 12 files changed, 349 insertions(+), 61 deletions(-)
 create mode 100644 doc/device-tree-bindings/watchdog/gpio-wdt.txt
 create mode 100644 drivers/watchdog/gpio_wdt.c


Please pull u-boot-marvell/next (watchdog related)

2021-09-20 Thread Stefan Roese

Hi Tom,

please pull the following watchdog related fix:


- wdt: dw: Fix passing NULL pointer to reset functions (Sean)


Here the Azure build, without any issues:

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

Thanks,
Stefan

The following changes since commit 3f571228a5340e84123ea7330e2c9cdaea99e733:

  Merge tag 'dm-pull-18sep21' of 
https://source.denx.de/u-boot/custodians/u-boot-dm (2021-09-19 10:38:20 
-0400)


are available in the Git repository at:

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

for you to fetch changes up to b31077feca2276f0860706d1843f548baae68aee:

  wdt: dw: Fix passing NULL pointer to reset functions (2021-09-20 
07:39:29 +0200)



Sean Anderson (1):
  wdt: dw: Fix passing NULL pointer to reset functions

 drivers/watchdog/designware_wdt.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)


Re: Please pull u-boot-marvell/next (watchdog related)

2021-09-01 Thread Tom Rini
On Tue, Aug 31, 2021 at 05:07:33PM +0200, Stefan Roese wrote:

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

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: Please pull u-boot-marvell/next (watchdog related)

2021-09-20 Thread Tom Rini
On Mon, Sep 20, 2021 at 10:27:31AM +0200, Stefan Roese wrote:

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

Applied to u-boot/master (yes, master, I saw it said next in the subject
but I also saw the emails on the patch), thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: Please pull u-boot-marvell/next (watchdog related)

2021-09-20 Thread Stefan Roese

Hi Tom,

On 20.09.21 15:05, Tom Rini wrote:

On Mon, Sep 20, 2021 at 10:27:31AM +0200, Stefan Roese wrote:


Hi Tom,

please pull the following watchdog related fix:



Applied to u-boot/master (yes, master, I saw it said next in the subject
but I also saw the emails on the patch), thanks!



Thanks. Copy-paste error - the fix was destined for master of course.

Thanks,
Stefan