From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 918DAC433F5 for ; Fri, 6 May 2022 10:55:32 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6720F831C0; Fri, 6 May 2022 12:55:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1651834529; bh=coFi0LiMstYNdE9/ZYagyOTTQBLgax8E7/dLYTVeilc=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=FYS2VpXYl0d+SQznolJEM1HA4qDWgaxvzYsxyHsMAVPfqZ+/M2aJ12MTB+Q6pQMr5 vPqoHSDht/5F6YUq4gRFaXtllLsTCLRoF5qu5/+qpavGV/EcLU+A4Fkcj6oA6t6pZU tbPuZ7NLiRM9XYxMeQPT9hcwNxK9L6jxEv7bnObru0I9eFsrEMYXTZx+fb5+dUiQks RrNuglK+yaeONhIaxsFe7KxtUSmL3Ix5TnQP1NF9jyo9ojNvFhB7E8KtQ3gjjCtLn5 OXYOD5RfPYCjuHiRt3pR/X5NPjW/kLjiTKkzpF1Gtmril9a98veQ5QHx3YokffLyqG 4HMHSg3mOrxiA== Received: by phobos.denx.de (Postfix, from userid 109) id 23F8A81F09; Fri, 6 May 2022 12:55:26 +0200 (CEST) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [IPv6:2001:67c:2050:101:465::107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 697AB83542 for ; Fri, 6 May 2022 12:55:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4KvnXW22v2z9sWL; Fri, 6 May 2022 12:55:23 +0200 (CEST) Message-ID: <830fc06f-9336-ba9f-e455-84dc3af581c7@denx.de> Date: Fri, 6 May 2022 12:55:19 +0200 MIME-Version: 1.0 Content-Language: en-US To: Tom Rini , U-Boot Mailing List From: Stefan Roese Subject: Please pull u-boot-watchdog/master Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull the following watchdog related patch: ---------------------------------------------------------------- - Add MAX6370 watchdog timer driver (Pali) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=191&view=results Thanks, Stefan The following changes since commit 03b873b4f41010e4f85a72dd59016bb0b123dde1: Merge branch '2022-05-05-assorted-cleanups-and-fixes' (2022-05-05 19:37:22 -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 0a095fc53b15b03825da016306eb8fe4c44d3c05: watchdog: Add MAX6370 watchdog timer driver (2022-05-06 07:06:51 +0200) ---------------------------------------------------------------- Pali Rohár (1): watchdog: Add MAX6370 watchdog timer driver drivers/watchdog/Kconfig | 7 +++ drivers/watchdog/Makefile | 1 + drivers/watchdog/max6370_wdt.c | 118 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 126 insertions(+) create mode 100644 drivers/watchdog/max6370_wdt.c