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 BC9AAECAAD3 for ; Sat, 17 Sep 2022 14:08:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D35F984895; Sat, 17 Sep 2022 16:08:14 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="doWgxXnt"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 071FD84B41; Sat, 17 Sep 2022 16:08:13 +0200 (CEST) Received: from mail-oi1-x22b.google.com (mail-oi1-x22b.google.com [IPv6:2607:f8b0:4864:20::22b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 2EA65845F2 for ; Sat, 17 Sep 2022 16:08:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-oi1-x22b.google.com with SMTP id p187so9426746oia.9 for ; Sat, 17 Sep 2022 07:08:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date; bh=VwjQ4lXHli4knFzgNt9hFAPGt8HY7EwiiB7ypjm+tdw=; b=doWgxXnt7gDkk1sDRO1rE9t8gplAwCtIcIyy0ClREuzmO+J/Rg2Lq1vMyqGPnU1EVC vU4Xpi/gUnYG9bvfFo/W4UHr7pKe9KlMJNy7YADthclcBOtrVacynbgOJxtdBu1ztHCA hKQoxZhvPjeDxrkCirGUq9OP5PVqXjbxLmw6U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=VwjQ4lXHli4knFzgNt9hFAPGt8HY7EwiiB7ypjm+tdw=; b=kKWh0b6QtjXT/6gbeTy9yidY9u0ywNN/RvrMGpW8MuPoMNGRCnJhHOUOM5VsvQPqlN e3biltCfQCU/7O1MxzQQ3yZeotEmRK0mZwJu2YU15Tazuw2vo2KBrcyIXW6toZpJhSlc NmdEc2lEv7TBLzeE5rF0N6s77o+Y5rOLjEdnuJnSmnqfwIaayemGYX7bmm5onuz9kGhx mmca8Du04SHNWSK4qDS7+Z76R36vKuLsWHF+dZS1G2jBKn6D6YTdpsfoxzGqmHfdKUjZ AkXn6nLRawPnOgSOAz+LleIrraNSFF57zTVme+K2q2iEnoaNytKpz0DV8awnp+c9Ehop EvZw== X-Gm-Message-State: ACrzQf3qHzpVbKmgcI62mXBi/fKNG4XSAGCXR94uMkZHCG6gZlTnuUrG zqlY3xFtGhqLMaTFRpogqmjGUU6YYhAirFKQ X-Google-Smtp-Source: AMsMyM4cjbwvr7BNmc9NiBM4MLPeFD7ZpX4rBJmCDVDHFmvXc2z1XMNr50eDh6nMO7NjdDZJDdqVhQ== X-Received: by 2002:a05:6808:212a:b0:34f:95a3:7374 with SMTP id r42-20020a056808212a00b0034f95a37374mr4469157oiw.133.1663423687827; Sat, 17 Sep 2022 07:08:07 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-1cf3-510d-4c35-32f4.res6.spectrum.com. [2603:6081:7b00:6400:1cf3:510d:4c35:32f4]) by smtp.gmail.com with ESMTPSA id a20-20020a9d6e94000000b00636e9a0cce5sm11494438otr.60.2022.09.17.07.08.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 17 Sep 2022 07:08:05 -0700 (PDT) Date: Sat, 17 Sep 2022 10:08:03 -0400 From: Tom Rini To: Stefan Roese Cc: u-boot@lists.denx.de, sjg@chromium.org, rasmus.villemoes@prevas.dk Subject: Re: [PATCH v2 0/6] Migrate watchdog reset to cyclic infrastructure Message-ID: <20220917140803.GA420627@bill-the-cat> References: <20220917081450.21549-1-sr@denx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline In-Reply-To: <20220917081450.21549-1-sr@denx.de> X-Clacks-Overhead: GNU Terry Pratchett 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.6 at phobos.denx.de X-Virus-Status: Clean --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 17, 2022 at 10:14:44AM +0200, Stefan Roese wrote: > This patchset migrates the watchdog triggering (WATCHDOG_RESET calls) > to the newly introduced cyclic execution framework. For this, the > watchdog driver now registers a cyclic execution function for each > WDT device that needs to get serviced. Additionally the cyclic IF is > a bit extended to also support the CONFIG_HW_WATCHDOG users. It might > make sense to deprecate this HW_WATCHDOG usage at some point. >=20 > Please note that this migration work is based on the cyclic execution > infrastructure, which I posted in the last few weeks. So these cyclic > patches need to be applied for this migration to work. >=20 > Some further cleanup and improvements are possible after this patch. > E.g. Heinrich mentioned that the WATCHDOG_RESET call locations need to > get improved / changed in some places. For the series: Tested-by: Tom Rini [am335x_evm, mx6cuboxi, rpi_3, dra7xx_evm, pine64_plus, am65x_evm, j721e_evm] --=20 Tom --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmMl1MAACgkQFHw5/5Y0 tywLDQv/bkEevnR00BRoYjY8memUMUCvc6aFCT9ZAfeogCWOgSS9ULNzD9b7FVJm +XXh4TvQCDFfGXBChSekTngKS/0iZ37flAiOUnnqPGfZbegnq+az1u+5rlQRK6Zi j53qtNsy1jfDvVbG+0Ydq/heeqshBLFadafU05gjHrPSnj67QAe5XvMaADOUfHM/ LQtyX+IqjEJ1BVFvz2awrUTZiMpkso2SmtZpY9CPzwmf6uYUIund7kp2tLK+8woc llz5O83z0DFB8QtWWKoXwf2O1RsXiT2utwv3lzQUoULV+Y3fL/sVWR5ypvCVBbOk L1yAsb5PQdxHkkwkWSX8vwyiZ9Lj/r+JnWpErs+la3s2ypsfz3gTeLRUx+XOqtyL ABSnNPZyMgOblKG84Lav/CWV3S00+emKSUK9fcsnZmFf5eH4QZ2jRnQ7NqwjIYit UmDodNOe4wZvp/d+PHhptVgosKV4QIliUT5/KESzsXv4Hl9Ihvqzu5bA3qTnIUwC wH1VnYaN =OPjy -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv--