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 61993C433F5 for ; Thu, 7 Apr 2022 13:47:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6139983DED; Thu, 7 Apr 2022 15:47:19 +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="ovPOBT6A"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1BB2583DED; Thu, 7 Apr 2022 15:47:17 +0200 (CEST) Received: from mail-qv1-xf2f.google.com (mail-qv1-xf2f.google.com [IPv6:2607:f8b0:4864:20::f2f]) (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 2070583DF3 for ; Thu, 7 Apr 2022 15:47: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-qv1-xf2f.google.com with SMTP id f3so4949119qvz.10 for ; Thu, 07 Apr 2022 06:47:14 -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; bh=zK849+FXsVKBjZew8pdHGvq+JbJ78jsnjAmI6667OzM=; b=ovPOBT6AScWAEqpHAIRo4OsA/Sp03k1/Du8J0tQLNPdiuG44X1azeJ4w/rH7ym5FrV Rofkt+MzUJnwf+vyHNATJK8IhaB91gCNiLbtIm2l4ufCAnyB+gL+0rU7fzl6CK7cJb45 ryJqoyNh9n2FuMb1/VpkTAdC6/p7cMbd7VJ8k= 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=zK849+FXsVKBjZew8pdHGvq+JbJ78jsnjAmI6667OzM=; b=UEaDOcqAYrThmIo9PZbInCNw1hbvq4Rl6SZ51bOUnItjXRahxamkRFO1t3X2AreVFp v3r0TayuCw5w3ZXk/5p916cn3jOs61P6xg6mKNPEp/UwCSMMFS3Kr1bj25jvvYZe7gKm IOR1COc5XvQjJN//lC+U1LFRFTMUiZlcEWi3Xp9WiCiy9TKoaVIdVOL7RAduEJ5stAa+ SbOiZUVbPeFllQaV3PIHiYccBDeBc/HJ2v/RJWs7bSGuJxm7P+9q1BKorrkeBvH7s2lc 7AcKsii7ARVRfgrNwryQRFQ14TWsDZWsGGfvkDoFiBsWvR5m5ruoqEGSC1Fb3r8i/WuU 0T2w== X-Gm-Message-State: AOAM531bRaW57Bp/+qwXtZhmCIVleoZ+vVenQeNxn/WJkZ774jRnVdwn Shew6aPGXUPLVFBhbOpzpJUaBQ== X-Google-Smtp-Source: ABdhPJwy2iugHAz2NXymUDO52DtlovwKY7517HzkIoQrK6z+XgY9Y3pmEEMPtHqzv7Y8HUvFw6truQ== X-Received: by 2002:ad4:5bc1:0:b0:42c:37be:6ac3 with SMTP id t1-20020ad45bc1000000b0042c37be6ac3mr11820993qvt.18.1649339232592; Thu, 07 Apr 2022 06:47:12 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id e15-20020ac8670f000000b002e22d9c756dsm13889011qtp.30.2022.04.07.06.47.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Apr 2022 06:47:11 -0700 (PDT) Date: Thu, 7 Apr 2022 09:47:09 -0400 From: Tom Rini To: Stefan Roese Cc: Pali =?iso-8859-1?Q?Roh=E1r?= , Adrian Fiergolski , Marek =?iso-8859-1?Q?Beh=FAn?= , Wolfgang Denk , Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH] misc: atsha204a: Fix big endian support Message-ID: <20220407134709.GP14282@bill-the-cat> References: <20220402223634.20256-1-pali@kernel.org> <20220407082923.vxflakcprch3e5k2@pali> <5586aa6e-c935-6a7b-1401-c42640282681@denx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jh06fhy6YTawvwPV" Content-Disposition: inline In-Reply-To: <5586aa6e-c935-6a7b-1401-c42640282681@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.5 at phobos.denx.de X-Virus-Status: Clean --jh06fhy6YTawvwPV Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 07, 2022 at 03:31:25PM +0200, Stefan Roese wrote: > Added Tom to To... >=20 > On 4/7/22 10:29, Pali Roh=E1r wrote: > > On Monday 04 April 2022 09:43:21 Stefan Roese wrote: > > > On 4/3/22 00:36, Pali Roh=E1r wrote: > > > > Callers of function atsha204a_crc16() expect to return value in hos= t cpu > > > > endianity. So remove cpu_to_le16() conversion. > > > >=20 > > > > Signed-off-by: Pali Roh=E1r > > >=20 > > > Reviewed-by: Stefan Roese > >=20 > > Hello Stefan! Would you or somebody else take this patch? > >=20 > > Because I have some other u-boot generic patches which touches this > > driver and I'm waiting until this simple change would be merged first. >=20 > In general I could do this. But I'm leaving for a vacation in a few days > and I'm not sure, if I can squeeze enough "free time" to handle my > "U-Boot work". >=20 > Tom, could you please pull this patch directly? OK, I'll assign it to myself in patchwork. --=20 Tom --jh06fhy6YTawvwPV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJO61MACgkQFHw5/5Y0 tyx1tQwAnTVbw+MFVVhpDKUAXbNwoUIRQXydx08hCTlqlIooKyAOqHZfoJ1sZrR/ 6euo8YNUTgY3i5jdTTnnmbvXM/jGO1iRNSUoX45nGdQy8uScqWdgilbfb7ShbXG5 TuG4ojIoTBiyPJfaRgIpVFfhwbhc4FhPJrUwfrmj9R8h3mAFt7swVRvfQKYEeAJF NcJFVvrpq//habFoYmbMIsFINX0wRpAT6OL6sppK7c/YMCA7csrjP/eWWxMCnmFq oXDnv0HnL8E8kaxeQuE6odw3dJhmmsE6TnCFqOsLCw8DE1CCgUyqJsOdQDpJwB3V u+ojVFgNMzovowppJJ9QpMrQQtz/HFSPgjhzD/3slVIwLSK2TX8rbeIq61AaHpMo zgZgAFydMyEiOYexBd1RW2MUaPHWZlaI5p2G1l8V1Ex+mDO4EaQ3vO0SNMTEJbKO MPsRM5V/KI8O6EXAdPOhYt28OhTYmszTS/8GSUru0baHa0rI6A5QcjfAcZGGhxZm 0HzKFmtu =unbU -----END PGP SIGNATURE----- --jh06fhy6YTawvwPV--