From patchwork Tue Mar 8 09:14:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Roese X-Patchwork-Id: 1602831 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=tvIfDd5M; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4KCV5L43Ktz9sGC for ; Tue, 8 Mar 2022 20:14:30 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1F6CF8382F; Tue, 8 Mar 2022 10:14:27 +0100 (CET) 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=1646730867; bh=ReXvmOSWTR5y4E+qMzZmAAZycTI2UoZYaRLZer+q1wk=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=tvIfDd5MRnwxjI6uW+HvY3D+fRd//sSEvewBshNKNg1RUgFmbI7Do3rdJ5LDejDae Bpxx2k+2S/FWZU17t67wD89brNEZf2Xbwd+Tx1kOjB8XyORZsGnTDmu3bBHBW3JV/u JDzyING+fHxj8JrnQlRw2E/U8jsJZevGY6OnqX8dNeQfB0EbGjG5lAlhy1F9Cg8az7 sjrHllRLqz6WtwiJoZg7oqKAwEhAY1UY9veM9J7B2u06Fgsf/lEIAkv/AXRIVDSlE4 Emknla8mE9Xb6Tq1aDkbK86uOgHd8t9UQRIvtyCSf9+BO0Dg1XyXW+1Fq0BrNnrx8N 6UNCG7U/bIXOQ== Received: by phobos.denx.de (Postfix, from userid 109) id C8D0E8383E; Tue, 8 Mar 2022 10:14:24 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NEUTRAL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [IPv6:2001:67c:2050:1::465:204]) (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 75241830F6 for ; Tue, 8 Mar 2022 10:14:21 +0100 (CET) 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 smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (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-204.mailbox.org (Postfix) with ESMTPS id 4KCV590RzVz9sVx; Tue, 8 Mar 2022 10:14:21 +0100 (CET) Message-ID: Date: Tue, 8 Mar 2022 10:14:16 +0100 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 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 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(-)