mbox series

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

Message ID a5aed39d-d5ff-d1b6-7b0c-52fdf4562331@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-marvell/master (watchdog related) | expand

Pull-request

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

Message

Stefan Roese April 6, 2021, 10:30 a.m. UTC
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@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(-)

Comments

Tom Rini April 6, 2021, 5:48 p.m. UTC | #1
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!