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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6FAA2C433F5 for ; Sun, 3 Oct 2021 23:37:09 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id ECC6860FC3 for ; Sun, 3 Oct 2021 23:37:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org ECC6860FC3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5D1D783529; Mon, 4 Oct 2021 01:35:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (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="UOP+v7YO"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E6A018351D; Mon, 4 Oct 2021 01:34:54 +0200 (CEST) Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (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 DB3278352A for ; Mon, 4 Oct 2021 01:34:46 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x835.google.com with SMTP id r1so14381175qta.12 for ; Sun, 03 Oct 2021 16:34:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=wCLkQ8VTTUw9BpZu97WE1ryLCksx5kpWRHwxAcdIJ2k=; b=UOP+v7YOKkBTOblX30eKO33gSZAI0JxWUs+GQZoQZKZRlufN3fssvIIrKU4kvNzs23 qiY0AIcMN6M8jlhJpc1+QEWtYJT43q4RihqTRfOJ2IDrsv8o0rpqGY1X1vuwEZUlv+rr sqdblxqHlrHTb70qLFj8VPBxhPJRWS+Yh8414= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=wCLkQ8VTTUw9BpZu97WE1ryLCksx5kpWRHwxAcdIJ2k=; b=kTO17xp5fz2gRFlRRQabLB8qrIrypKR8L6OccJsK2Tn6BUy7T52x9y/E4+l4S3Jd9y P0b2qTIDPu/VXQCEtLFeYxYgg5T0jlSmPeFqMnAe59fOAKp8yq0UJaLVWw4IqePB4/Pt 5uZ2abR5fUISLlUbkrXGYENIdkGCjvmezimmbSa/sO9NQudCYG778p7k6Gy5JY+IoPD3 wVFbSHqjLWYCk6v0sD71/Rx6NY/SPHw8Tq8Mjcaw01T1g2+obpSOygm/GopUR3/Fgt4f NFvexwToYyaqVHw2C7H+vDzqz6NVF2OLuH9lFcFK9If3OWIQsuVnGGtVuchMiagRAHHX QVIA== X-Gm-Message-State: AOAM532H+cQyNViDasJ+KedI1MHMe5z/+8MjF666U2mwRiGzA7SCZnSP w6W0SP5Z/W9Th3U6RQgRiTc7NQ== X-Google-Smtp-Source: ABdhPJyK/iqgSMNWmVZUaQuyxXL+Xl7/OdVSVBaOiquX1tJdy3xs5leG7d20QK+6gpYzOskk/dyM2g== X-Received: by 2002:ac8:5884:: with SMTP id t4mr10575532qta.174.1633304085661; Sun, 03 Oct 2021 16:34:45 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-ddc6-c860-2365-fdf8.res6.spectrum.com. [2603:6081:7b01:cbda:ddc6:c860:2365:fdf8]) by smtp.gmail.com with ESMTPSA id a22sm6732790qkh.47.2021.10.03.16.34.44 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sun, 03 Oct 2021 16:34:45 -0700 (PDT) Date: Sun, 3 Oct 2021 19:34:43 -0400 From: Tom Rini To: Jan Kiszka Cc: U-Boot Mailing List , Le Jin , Bao Cheng Su , Nian Gao , Chao Zeng , Lokesh Vutla Subject: Re: [PATCH v8 5/5] iot2050: Enable watchdog support, but do not auto-start it Message-ID: <20211003233443.GL31748@bill-the-cat> References: <03c79e3cdb073c7b2a4607d674a8e538705f6f35.1631945876.git.jan.kiszka@siemens.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vdcM98kAXEUHxhu2" Content-Disposition: inline In-Reply-To: <03c79e3cdb073c7b2a4607d674a8e538705f6f35.1631945876.git.jan.kiszka@siemens.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) 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 --vdcM98kAXEUHxhu2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 18, 2021 at 08:17:56AM +0200, Jan Kiszka wrote: > From: Jan Kiszka >=20 > This allows to use the watchdog in custom scripts but does not enforce > that the OS has to support it as well. >=20 > Signed-off-by: Jan Kiszka Applied to u-boot/next, thanks! --=20 Tom --vdcM98kAXEUHxhu2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFaPhMACgkQFHw5/5Y0 tyxRZgv8DrTJhZE9IThI56X1OJiz4WhFdG7ocQQcTTwl4++9qISiJtTSoy9XeDF0 2ofRuvW7dCLiF2k4pxyNoIe4PcHCw+TD9huLfuP1CmJLC+dY8gl3mme/kHgdjGg5 9e0ohGlgtL5FT0Qq5fo/CsVjWOa2Z80tqhC4uVHEhe3ZapqrM9aiBkMNUJvh+Jdu fwuEKNIoR9TJXnhSNHz43/HbYInoR0zYM4NWYdF02bgdutJRv73g7XWXUJ+/xECn +W+my0n8k+gDPSoR74LbqNXmIuRYYVrGYHrPE3IaThlmZ3GanLpspxdb/wg9Rta9 SpiOZYoLE760K+D3pzjcFOZL9Az//+/oAXkXwpBzj145pF/mg+kpPXSfy0mhEu+e PbAAyKZXLoCNO0M85xcUTb1MHhy0ytsI4m3venMeSB6H0S2YJUDgeBiEAwCmQ+/r ybQGjhAFYLACVVw72fbCmuqcMtYrWx5Letz5gtJuqo1kdVd8GtLHlQats75kj571 m4+lkwO3 =NMfc -----END PGP SIGNATURE----- --vdcM98kAXEUHxhu2--