mbox series

Please pull u-boot-watchdog/master

Message ID c71e033c-c347-31ed-101a-951729c255ce@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 July 21, 2022, 3:31 p.m. UTC
Hi Tom,

please pull the following watchdog related changes:

----------------------------------------------------------------
- octeontx_wdt: Add MIPS Octeon support (Stefan)
- watchdog: add amlogic watchdog support (Philippe)
- watchdog: add pulse support to gpio watchdog driver (Paul)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit 88d931a71052fc8fb7b48126ae09aa875745d5ec:

   Merge tag 'for-v2022.10' of 
https://source.denx.de/u-boot/custodians/u-boot-ubi (2022-07-20 07:38:49 
-0400)

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 1fc45d6483d77b9fbe84e546f4e6afe665ba827a:

   watchdog: add pulse support to gpio watchdog driver (2022-07-21 
08:09:06 +0200)	

----------------------------------------------------------------
Paul Doelle (1):
       watchdog: add pulse support to gpio watchdog driver

Philippe Boos (1):
       watchdog: add amlogic watchdog support

Stefan Roese (2):
       watchdog: octeontx_wdt: Add MIPS Octeon support
       mips: octeon: octeon_ebb7304_defconfig: Enable watchdog support

  MAINTAINERS                                    |   1 +
  arch/sandbox/dts/test.dts                      |  11 +-
  configs/octeon_ebb7304_defconfig               |   2 +
  doc/board/amlogic/index.rst                    |   2 +
  doc/device-tree-bindings/watchdog/gpio-wdt.txt |   8 +-
  drivers/watchdog/Kconfig                       |  16 ++-
  drivers/watchdog/Makefile                      |   1 +
  drivers/watchdog/gpio_wdt.c                    |  40 ++++++--
  drivers/watchdog/meson_gxbb_wdt.c              | 136 
+++++++++++++++++++++++++
  drivers/watchdog/octeontx_wdt.c                |  67 ++++++++----
  test/dm/wdt.c                                  |  46 +++++++--
  11 files changed, 292 insertions(+), 38 deletions(-)
  create mode 100644 drivers/watchdog/meson_gxbb_wdt.c

Comments

Tom Rini July 23, 2022, 1:07 p.m. UTC | #1
On Thu, Jul 21, 2022 at 05:31:45PM +0200, Stefan Roese wrote:

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

Applied to u-boot/master, thanks!