mbox series

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

Message ID 0f84891a-1792-5473-3be5-faf8d9ca7908@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-marvell/master (watchdog related) | expand

Pull-request

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

Message

Stefan Roese April 15, 2020, 9:43 a.m. UTC
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@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(-)

Comments

Tom Rini April 15, 2020, 4:10 p.m. UTC | #1
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!