mbox series

Please pull u-boot-watchdog/master

Message ID d46b4ac3-8834-42e1-8371-dbbc596af962@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 Feb. 1, 2024, 10:50 a.m. UTC
Hi Tom,

please pull the following watchdog related last minute fixes:

----------------------------------------------------------------
- add andes atcwdt200 support (Randolph)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit b6d8969bcb94321dfed1399f2eaa8768ba42caaa:

   Merge tag 'u-boot-at91-2024.04-a' of 
https://source.denx.de/u-boot/custodians/u-boot-at91 (2024-01-31 
10:44:33 -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 094eda0660d419f35e10c49fade75a6738a56137:

   configs: andes: add watchdog support fot andes ae350 (2024-02-01 
09:08:44 +0100)

----------------------------------------------------------------
Randolph (2):
       drivers: watchdog: add andes atcwdt200 support
       configs: andes: add watchdog support fot andes ae350

  configs/ae350_rv32_defconfig         |   4 +
  configs/ae350_rv32_spl_defconfig     |   4 +
  configs/ae350_rv32_spl_xip_defconfig |   4 +
  configs/ae350_rv32_xip_defconfig     |   4 +
  configs/ae350_rv64_defconfig         |   4 +
  configs/ae350_rv64_spl_defconfig     |   4 +
  configs/ae350_rv64_spl_xip_defconfig |   4 +
  configs/ae350_rv64_xip_defconfig     |   4 +
  drivers/watchdog/Kconfig             |   6 +
  drivers/watchdog/Makefile            |   1 +
  drivers/watchdog/atcwdt200_wdt.c     | 220 
+++++++++++++++++++++++++++++++++++
  11 files changed, 259 insertions(+)
  create mode 100644 drivers/watchdog/atcwdt200_wdt.c

Comments

Tom Rini Feb. 1, 2024, 3:40 p.m. UTC | #1
On Thu, Feb 01, 2024 at 11:50:43AM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following watchdog related last minute fixes:
> 

Applied to u-boot/master, thanks!