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 ABE3DC76196 for ; Fri, 31 Mar 2023 14:21:21 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8082A86061; Fri, 31 Mar 2023 16:19:46 +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="TxynWQur"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6A6FE859B1; Fri, 31 Mar 2023 16:17:09 +0200 (CEST) Received: from mail-yw1-x1132.google.com (mail-yw1-x1132.google.com [IPv6:2607:f8b0:4864:20::1132]) (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 CF7EA8575B for ; Fri, 31 Mar 2023 16:17:02 +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-yw1-x1132.google.com with SMTP id 00721157ae682-545cb3c9898so342191427b3.7 for ; Fri, 31 Mar 2023 07:17:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1680272221; 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=WJ4srs9IBts8qxMmQpQLaMq16bQmgvlxEjLm7RuHYg4=; b=TxynWQurQIutVvRi4+ePR10jxvTYks5A5int+96Jpo/ZfdpfrUx4H79FJ1kS/wqUTm rbM8JVGeNBYn8zpUdArVfE4V3jX+dOmb8OK49YhqrAiHimnPudYEe2e3P3qNBtAvOiX6 Cav91i983I0avMbNtSf/dvGHQJ/TppHYdrdpI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680272221; 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=WJ4srs9IBts8qxMmQpQLaMq16bQmgvlxEjLm7RuHYg4=; b=w44KxSPSXzKuaNnymxx5O8w+dTXoevct9c7IJlsN2UDfk97JsMF+ql9QprloGRFFgR 1geIHNyE4Xaogpp7u/fDGl5CPbcvz4wRRMQB8babOlnuUpmCP/0PhQb77qoqyCKcK+7q cZa3PLofdMABWCdabA0Y42P07TNFVhZtuETFZk1IR2WFuvaRjp360OoPtvlhvuGjP49Q ntnKCSQPAxRkpzSw0/7dvhP4bIVJSHH5nhHGruQ1CL1vKv23VXIuGQ7jrfBzFNEzwODR XrS0tW7kP1dWbFlbivuN1MkwAqYW72dR3PgVmfVrJ+5u3xOWIz0y9vU827jkgcJgMH7i Vyxw== X-Gm-Message-State: AAQBX9ekTUA84GRYEAM5FfPHcvurwalA6t3G/TU3gAQCs43b5/fJrq+b O7XK2P61mqKS8rdBiyMCuV/02A== X-Google-Smtp-Source: AKy350ax1ISxmGG9ykdJ4zSrByiVq2+x1g8WQXQNC4UhTIbW/dcVIeZHAl1kgA7MqDV17HuNDyJ4Gw== X-Received: by 2002:a81:7343:0:b0:541:694a:4c69 with SMTP id o64-20020a817343000000b00541694a4c69mr23378745ywc.52.1680272221578; Fri, 31 Mar 2023 07:17:01 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-1500-2834-9def-41f1.res6.spectrum.com. [2603:6081:7b00:6400:1500:2834:9def:41f1]) by smtp.gmail.com with ESMTPSA id df7-20020a05690c0f8700b00545a08184desm539404ywb.110.2023.03.31.07.17.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 31 Mar 2023 07:17:01 -0700 (PDT) Date: Fri, 31 Mar 2023 10:16:59 -0400 From: Tom Rini To: Marek Vasut Cc: u-boot@lists.denx.de, Angelo Dureghello , Huan Wang , Simon Glass , Stefan Roese Subject: Re: [PATCH] lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig Message-ID: <20230331141659.GU13222@bill-the-cat> References: <20230319031302.282916-1-marek.vasut+renesas@mailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="h0taiPHHLfQy07UU" Content-Disposition: inline In-Reply-To: <20230319031302.282916-1-marek.vasut+renesas@mailbox.org> 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.8 at phobos.denx.de X-Virus-Status: Clean --h0taiPHHLfQy07UU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 19, 2023 at 04:13:02AM +0100, Marek Vasut wrote: > The SYS_TIMER_COUNTS_DOWN description contains a typo, > s@rathe@&r@ , fix it. >=20 > Signed-off-by: Marek Vasut Applied to u-boot/next, thanks! --=20 Tom --h0taiPHHLfQy07UU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQm61sACgkQFHw5/5Y0 tyxHpgwAocQpbhDhj8x7SIVXDG2zhT10AOWed91ck00SD0eQjBUfdbsW/OepB/7C 1nUn/ze2M5mbLWWB365x9t1ZDnftuKSQg/W4z+iVDbzsmyNVtpHPXaDxnEU59aZu vainmZGgMp95NW5OkIM5Sx+Xb6+CRUVDdYWK4D3i9JQuijvYg7kuCHo4cgr3EFOX nMmWLxJyueaRo2LXn5c1781R+G7qtEZv8LzqRwYSVDKMMb0WMcmYirOHXpuT1xcJ 6XVTiYKkT5Dvpc+MG9TiyjGCRz/F1zup7ZiIeR4v0FvGCMTplZ/2iNOBvKIRnuzq CFfklMxdWmGuUbk04EKS0E5XgD0r0JSM4s+1iRoZhHrfzTKgJjHRxt/+6zYBdIWt 6VMUx7rx0qY0ks8z4zTR/LQXJNoAtpN6rtNCXrxZq1AD0hJ53GXSO3wg+ZOaZS8D MLfbpwwG8kTOL9m2aRF4XODttzrqBSMuK5KGUmO9tgiKoUtWz1vCti2kdoDMTklX urjsO/md =LG7U -----END PGP SIGNATURE----- --h0taiPHHLfQy07UU--