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 1035CC4332F for ; Tue, 11 Oct 2022 21:38:21 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2C1AB84F24; Tue, 11 Oct 2022 23:37:20 +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="EwgR1aut"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 12A0584F0C; Tue, 11 Oct 2022 23:37:18 +0200 (CEST) Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) (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 83DFB84F2E for ; Tue, 11 Oct 2022 23:37: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=trini@konsulko.com Received: by mail-qt1-x833.google.com with SMTP id h15so4998824qtu.2 for ; Tue, 11 Oct 2022 14:37:14 -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:message-id:reply-to; bh=3naQ8RidYLexWtt2Bwib9BTZBONncNUSIdWecoJTekQ=; b=EwgR1aut/Up67qfT7kwBiDTeadXE97QzreKlk4do1vkP5KWkbKzR1SXEaWoqfTfGmT TD5ghJJ67DHaErNwQGbnMuKK/8dVJaf2aw2P3/mwBNSpzqv9HufoQiCOoQ4cau5wv1xn VzRTxc3DsAIj4H3Kcq9+sV8v8RhDkfz/fJ8bU= 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 :message-id:reply-to; bh=3naQ8RidYLexWtt2Bwib9BTZBONncNUSIdWecoJTekQ=; b=P9Pk2ttHhG/e0mP1jZHoGOV1Tahp96qvb0/FJ+sNMTX5t46moBVHW4+mtomRu0KdfJ Etv5bo1ke9tt9tNR7HOgKpH/0FC6vUvyx5wVdBdYr56VKOluHaZsW8CEV2KyRBVr4rko HJVl96zuEr1aZlCuBKL64aeqwrnJcoOqCD+cauqQeY0Q+O60pVp/AB/vItA36V7hH0G3 4EawT31WOsIIe+uScrgmtQk1Lfx+PPb8yVDnLoIGuYipyrAkcHYDGybkEsU4h9V1siuf w9Wyjncq/0zeGOHvfVena/pyKtzEo8XUMXS35QPYifrUGAV+gmMXoS+NRb3NAw27XVe9 7Prg== X-Gm-Message-State: ACrzQf2jVMNIfhy355eDOa5OvpHidrDOAM/kdhVucfFwrKiAchqtCJ1Q BEvzavUMvVgArJ1mnkvm4W4tJg== X-Google-Smtp-Source: AMsMyM4WgrOMBYoshssTbKBv9f+U0Q9dkNov1PkeyMc43Bkskbd8ecW1KC8Ddq9G9qbuPGIguBcxkA== X-Received: by 2002:a05:622a:1701:b0:35b:b3bb:7c4e with SMTP id h1-20020a05622a170100b0035bb3bb7c4emr20591822qtk.195.1665524233354; Tue, 11 Oct 2022 14:37:13 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-9506-5302-f3bb-a137.res6.spectrum.com. [2603:6081:7b00:6400:9506:5302:f3bb:a137]) by smtp.gmail.com with ESMTPSA id g17-20020ac870d1000000b003999d25e772sm6033041qtp.71.2022.10.11.14.37.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Oct 2022 14:37:12 -0700 (PDT) Date: Tue, 11 Oct 2022 17:37:10 -0400 From: Tom Rini To: Robert Marko Cc: sjg@chromium.org, pali@kernel.org, u-boot@lists.denx.de, luka.perkov@sartura.hr, Robert Marko Subject: Re: [PATCH v3 2/4] doc: cmd: temperature: add documentation Message-ID: <20221011213710.GS2020586@bill-the-cat> References: <20220906113036.1768055-1-robert.marko@sartura.hr> <20220906113036.1768055-2-robert.marko@sartura.hr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Ahst0DKxuyFxAqHk" Content-Disposition: inline In-Reply-To: <20220906113036.1768055-2-robert.marko@sartura.hr> 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 --Ahst0DKxuyFxAqHk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 06, 2022 at 01:30:34PM +0200, Robert Marko wrote: > Add documentation for the temperature command. >=20 > Signed-off-by: Robert Marko > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --Ahst0DKxuyFxAqHk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmNF4gYACgkQFHw5/5Y0 tyw4rAwAr5kneFb5jmpAJmykmNa2LdX3JCm8ZJGZ8leOJarxvhjCU7p2pE/taCln j0zjG5i49AInxkNofuxBhbgQAwtwIWWPEYIPlsBLPsRkoiNrWDh8NQoXBWFTvVqZ Dwb8HqcjQ4I1losHQ2Dkh6G0htRT1NgO+Lrpul+ZzZTWKxnx3iIb7rWex3rQF29w wth+VqcYgcdf6akbJeu/SNqYPy+Bga3L3j+rPttce4lYcWh9hHJ3JHv7oppretBw LVhIf6jhPRUOFX/RRbgNazcglxOWh5yJ0C2IuVB75dpGd7CJhEsBm/R0fUWox0Ui f3gQnuWQI6rBKLaUKuWqcYMu8TINJMZf0AY8rZ8xVrYmeGvVfELm7y8ebwSyPBs+ cXA3lIWOduFjbfZTt4ohotw7IBAfUn0L9RzyOkY59Bnc26Z8UFMIp5enUpU2x0qJ 3lffgOyKOKNdK3PQiuBqwKcoriS6L1tIT0T6UirTP0tLQCXwdDxjS6OZgR+J4O5T hcY2OYR3 =tdhT -----END PGP SIGNATURE----- --Ahst0DKxuyFxAqHk--