From patchwork Mon Sep 20 08:27:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Roese X-Patchwork-Id: 1529997 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: 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=hyuE4ii8; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4HCd3R5Q3kz9sRN for ; Mon, 20 Sep 2021 18:27:47 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DE3E181280; Mon, 20 Sep 2021 10:27:43 +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=1632126464; bh=WJr/FSHW38/aJ3wwfIoqm8yMJGsOTppHnJMG1RetlAI=; h=To:From:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=hyuE4ii8tn4n/cOhb+I2xIzbX3Hd6WYolOdKI7ut6FSO+c5dJZfx1QuquXdL7jj/M 6YGdxQCrj9FCKwjbA7KgFEh7veVJnntf5VVmXOp5J708qelTrTZKK+CJf0YTSo0QSx EdJK1dmsUR5FoHVvKnIQpQeG0UqdtdcUSZ1BcnIY2hK5llTWc08KKrh5mvEcYsIpnd GGqhH0iqdD7LkIhBsxe3s1V29Er4Q341OkPOYUM++eJ6DJL/eMdl7JTcB2yOgRhfy3 ZcX+gnX962XHiS6w6ksKaTRoWd4CftOCD0SeyJD5DVpavcwk+z6o9cZxTf9lb7oZeb 1LzQ4uPU7TCIQ== Received: by phobos.denx.de (Postfix, from userid 109) id C0BF182952; Mon, 20 Sep 2021 10:27:41 +0200 (CEST) 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 autolearn=no autolearn_force=no version=3.4.2 Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [IPv6:2001:67c:2050:1::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 38EB38201E for ; Mon, 20 Sep 2021 10:27:38 +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 [80.241.60.240]) (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 4HCd3F73CTzQjjL; Mon, 20 Sep 2021 10:27:37 +0200 (CEST) To: Tom Rini , U-Boot Mailing List From: Stefan Roese Subject: Please pull u-boot-marvell/next (watchdog related) Message-ID: Date: Mon, 20 Sep 2021 10:27:31 +0200 MIME-Version: 1.0 Content-Language: en-US X-Rspamd-Queue-Id: C1EF41898 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull the following watchdog related fix: ---------------------------------------------------------------- - wdt: dw: Fix passing NULL pointer to reset functions (Sean) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=114&view=results Thanks, Stefan The following changes since commit 3f571228a5340e84123ea7330e2c9cdaea99e733: Merge tag 'dm-pull-18sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm (2021-09-19 10:38:20 -0400) are available in the Git repository at: git@source.denx.de:u-boot/custodians/u-boot-marvell.git for you to fetch changes up to b31077feca2276f0860706d1843f548baae68aee: wdt: dw: Fix passing NULL pointer to reset functions (2021-09-20 07:39:29 +0200) ---------------------------------------------------------------- Sean Anderson (1): wdt: dw: Fix passing NULL pointer to reset functions drivers/watchdog/designware_wdt.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)