All of lore.kernel.org
 help / color / mirror / Atom feed
* Please pull u-boot-marvell/next (watchdog related)
@ 2021-09-20  8:27 Stefan Roese
  2021-09-20 13:05 ` Tom Rini
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Roese @ 2021-09-20  8:27 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List

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:

   git@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(-)

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

* Re: Please pull u-boot-marvell/next (watchdog related)
  2021-09-20  8:27 Please pull u-boot-marvell/next (watchdog related) Stefan Roese
@ 2021-09-20 13:05 ` Tom Rini
  2021-09-20 13:07   ` Stefan Roese
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2021-09-20 13:05 UTC (permalink / raw)
  To: Stefan Roese; +Cc: U-Boot Mailing List

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

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

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

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

* Re: Please pull u-boot-marvell/next (watchdog related)
  2021-09-20 13:05 ` Tom Rini
@ 2021-09-20 13:07   ` Stefan Roese
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2021-09-20 13:07 UTC (permalink / raw)
  To: Tom Rini; +Cc: U-Boot Mailing List

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

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

* Re: Please pull u-boot-marvell/next (watchdog related)
  2021-08-31 15:07 Stefan Roese
@ 2021-09-01 14:12 ` Tom Rini
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2021-09-01 14:12 UTC (permalink / raw)
  To: Stefan Roese; +Cc: U-Boot Mailing List

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

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

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

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

* Please pull u-boot-marvell/next (watchdog related)
@ 2021-08-31 15:07 Stefan Roese
  2021-09-01 14:12 ` Tom Rini
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Roese @ 2021-08-31 15:07 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List

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:

   git@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

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

end of thread, other threads:[~2021-09-20 13:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20  8:27 Please pull u-boot-marvell/next (watchdog related) Stefan Roese
2021-09-20 13:05 ` Tom Rini
2021-09-20 13:07   ` Stefan Roese
  -- strict thread matches above, loose matches on Subject: below --
2021-08-31 15:07 Stefan Roese
2021-09-01 14:12 ` 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.