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 561F7C433F5 for ; Tue, 11 Jan 2022 06:09:10 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C888B8197D; Tue, 11 Jan 2022 07:09:07 +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=1641881348; bh=HDYFd41PwS5N+NiL+8Imjd/w7aKSFAQCfw3Fq0ug/SE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=m/3Si6wlRoeAIfM7H+R1eVpTZ3DlaaPprU698mvEN29bOcRnuHY9s1HYr+QOpvY1U YFQGPHCJwq8W6xk88b9DLKJ8wEqvthCqsPffDWzc6B753TRW2F6EiuMnfjOqGEhUUM gpJgO/RetBGqFrV95M66DTR9SMKbRhsdEBKSfPfImIvrAIglC//YKz9CKNjGgdroXH zFa53fbABBCFsq9SEbv8r8OcVKinCtSTvnX25BcG4QANkpvaF5vQOZkRsmMAM+a0eA fEJslIfV/Cu2irlZ/oJCc9URyKx+YkFlFt479EHT3cMguckfJ7ZXlJ244egm5PAMia IVIlRgSWkFIiA== Received: by phobos.denx.de (Postfix, from userid 109) id 18E5A81879; Tue, 11 Jan 2022 07:09:07 +0100 (CET) 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 CA16F81982 for ; Tue, 11 Jan 2022 07:09:03 +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 smtp102.mailbox.org (unknown [91.198.250.119]) (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 4JY0dB6hjMzQjCq; Tue, 11 Jan 2022 07:09:02 +0100 (CET) Message-ID: <9806d901-a9e8-e75e-dc1d-ba2c1a1b8299@denx.de> Date: Tue, 11 Jan 2022 07:08:57 +0100 MIME-Version: 1.0 Subject: Re: [PATCH 0/4] Apple M1 watchdog timer Content-Language: en-US To: Mark Kettenis , trini@konsulko.com Cc: u-boot@lists.denx.de, sjg@chromium.org, sven@svenpeter.dev, kettenis@openbsd.org References: <20211114111942.96151-1-kettenis@openbsd.org> From: Stefan Roese In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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.2 at phobos.denx.de X-Virus-Status: Clean Hi Marc, On 1/10/22 21:25, Mark Kettenis wrote: >> From: Mark Kettenis >> Date: Sun, 14 Nov 2021 12:19:39 +0100 >> >> This series adds a driver for the watchdog timer found on Apple's >> M1 SoC and replaces the reset_cpu() function in the board file >> with sysreset. The driver is based on the Linux binding proposed >> in [1]. >> >> [1] https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20211113094732.73889-1-sven@svenpeter.dev/ >> >> Mark Kettenis (3): >> watchdog: Add a driver for the Apple watchdog >> arm: dts: apple: Add watchdog timer node >> arm: apple: Use watchdog timer for system reset > > Hi Stefan, > > This series is delegated to you in patchwork[1]. Not sure why though. I'm the "unofficial" watchdog custodian since a few years. Perhaps its time to make this a bit more "official". > But if watchdogs are indeed your thing, can you have a look now that > 2022.01 is out of the door? Yes, its on my list - will get to it shortly. Sorry for the delay. Thanks, Stefan