mbox series

Please pull u-boot-watchdog/master

Message ID be456eb5-0af7-2e99-578d-5639ca129c61@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-watchdog/master | expand

Pull-request

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

Message

Stefan Roese March 8, 2022, 9:14 a.m. UTC
Hi Tom,

please pull the following watchdog related patches:

----------------------------------------------------------------
- Update MAINTAINERS file (Stefan)
- wdt-uclass.c: add a property u-boot, noautostart (Philippe)
- armada_37xx: Probe driver also when watchdog is already running (Pali)
- rti_wdt: Add 10% safety margin to clock frequency (Jan)
----------------------------------------------------------------

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

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

Thanks,
Stefan


The following changes since commit 6d3c46ed0e230d999c3f20f7fd4f3a88c03b14ca:

   Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi 
(2022-03-05 20:46:55 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 817e153fe546c2da9df8e8affc94d12036815659:

   watchdog: rti_wdt: Add 10% safety margin to clock frequency 
(2022-03-08 09:08:09 +0100)

----------------------------------------------------------------
Jan Kiszka (1):
       watchdog: rti_wdt: Add 10% safety margin to clock frequency

Pali Rohár (1):
       watchdog: armada_37xx: Probe driver also when watchdog is already 
running

Philippe Reynes (1):
       drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart

Stefan Roese (1):
       MAINTAINERS: Add watchdog maintainers entry

  MAINTAINERS                        |  8 ++++++++
  drivers/watchdog/armada-37xx-wdt.c | 17 +++--------------
  drivers/watchdog/rti_wdt.c         | 14 +++++++++++---
  drivers/watchdog/wdt-uclass.c      |  7 ++++++-
  4 files changed, 28 insertions(+), 18 deletions(-)

Comments

Tom Rini March 9, 2022, 8:01 p.m. UTC | #1
On Tue, Mar 08, 2022 at 10:14:16AM +0100, Stefan Roese wrote:

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

Applied to u-boot/master, thanks!