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 C2C82C433EF for ; Fri, 12 Nov 2021 15:42:35 +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 452FE60273 for ; Fri, 12 Nov 2021 15:42:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 452FE60273 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 7AFFD83054; Fri, 12 Nov 2021 16:42:32 +0100 (CET) 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="b2B4VqYy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 94B8282FF8; Fri, 12 Nov 2021 16:40:37 +0100 (CET) Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) (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 CE2BE8303E for ; Fri, 12 Nov 2021 16:40:16 +0100 (CET) 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-qk1-x72a.google.com with SMTP id 132so9408345qkj.11 for ; Fri, 12 Nov 2021 07:40:16 -0800 (PST) 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; bh=RnxvhP8US/Z0TFqUcYWy4MruDtcuX4xfYjAJUNSeZbY=; b=b2B4VqYyqd8TpiYr+fYUQLnNF2EFdOf0/6YVySNuqklmbpMp7x2p05DUEv7CpSRFfr rup81bjLHq6Nr3Ct+V0+qzgmZiAGXmuU7tXecq1igyaXnVGqXCuMH7vjDkaeJCC5veD/ QG8ldDoIPn9bZS5MVDoAnCt4SY3/gt9Z0njZE= 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; bh=RnxvhP8US/Z0TFqUcYWy4MruDtcuX4xfYjAJUNSeZbY=; b=B6j95z8Ff1jcAsLt3ewPfUzUP5Kzm4gxYgYnoRLdLk6kI2G0cymZWAP3SYUIrdBUJ+ n/lloVul92jbYzJrcD1PVffCusd4E4TtupOaG/6sK+mQ0KTBobGvthpk31Cmiab7AhVf ziVBsjRW0XsfSatKnRZ0+YnvWQG6zuZMIvD7cJJ6HLL5DMaxb6gX9dXfOh7iMn5464jQ eP3KcUNA0ziSt5pRWCLaucSXKDR8Qo5rIBly3POo9ma1Q66aEEMRPK0u7Q3ANL95fSS/ yB8iJ+xX4bnUKlMCHZTBbsIj0fw4/cRjOmJZNzINWHbHtxnPz+ZDsrTzKAZiEYBJI+uL Dy7g== X-Gm-Message-State: AOAM531YbZQ8NOPWM+xYDI67mpimW/w1kFdorWy+BzBf4LHBN4E8TyDO qfkYGyCIXG4xyvKrvG3XydQSfw== X-Google-Smtp-Source: ABdhPJzqHea41mO2lHuT+7ic5CIxxJaM4o2aCQ81gmi1nY8FzilDgj0d5SNsKnwpOt3EYdkjvBZlpQ== X-Received: by 2002:a37:ae43:: with SMTP id x64mr13277337qke.55.1636731614452; Fri, 12 Nov 2021 07:40:14 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-99df-60fa-a7c9-fbd2.res6.spectrum.com. [2603:6081:7b01:cbda:99df:60fa:a7c9:fbd2]) by smtp.gmail.com with ESMTPSA id b5sm2716025qka.51.2021.11.12.07.40.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Nov 2021 07:40:13 -0800 (PST) Date: Fri, 12 Nov 2021 10:40:11 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Patrice Chotard , Artem Lapkin , Joe Hershberger , Heinrich Schuchardt , Peter Hoyes Subject: Re: [PATCH v3 14/18] lib: Add a function to convert a string to a hex value Message-ID: <20211112154011.GM24579@bill-the-cat> References: <20211014184811.482560-1-sjg@chromium.org> <20211014124803.v3.14.Ifcd170c380694dd653290f0eb044b279c3593df4@changeid> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JG+Ry4OJ8YUpIZnJ" Content-Disposition: inline In-Reply-To: <20211014124803.v3.14.Ifcd170c380694dd653290f0eb044b279c3593df4@changeid> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.35 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 --JG+Ry4OJ8YUpIZnJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 14, 2021 at 12:48:07PM -0600, Simon Glass wrote: > Add an xtoa() function, similar to itoa() but for hex instead. >=20 > Signed-off-by: Simon Glass > Reviewed-by: Artem Lapkin > Tested-by: Artem Lapkin Applied to u-boot/master, thanks! --=20 Tom --JG+Ry4OJ8YUpIZnJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGOitsACgkQFHw5/5Y0 tyzC1Qv/Sxht9OLIrrjNJfA5FMdqzXtGyhDoTMk6iZPk/Z8vWN8EIbR+UL2ys6Pz qHs9ZCdTDQC3AKSqrCYr7A/PGWqpmX4l1b00EZ29/PbsWQMffTklYbVzKhTZ0jK0 Fp0TqeQbIjrm7XenuX6mLOL+WeXuVSde3GbG2IncBMTlapGIwCsveWCO7XSGIliV npm9LwOKQSvsskFfjyOavsAWf+2bhOffLVZ+IiJO/om9pzpURwNfn0+5Gw3p62KF qhwmFwdKKgj4qiD8cU64ebHQSA+/N+m1jj10nrZtFwV4X/WduzRD4Y+ShuTSHEV0 uYiSUMnxIVnmKnNn65ZdsVOhQS/jDc6Xymj0TMxHw5vmZyyY9LX1Bn4Dtv0MqxAd +AoGTIytDuKcB9apLD9nUHHVCX6pdCTIvjJnHprtVC/3UlbN3KEDA2riABnsMXQ3 6lDAJa93bthIbkwcwo5OM7Xxqrv1sdyM5AHl161vRhcEW6bjfZtE9D+wKB1txbOV iOMfS3ZG =InwF -----END PGP SIGNATURE----- --JG+Ry4OJ8YUpIZnJ--