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 93B8DC433EF for ; Thu, 21 Apr 2022 23:57:23 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4C44283DC8; Fri, 22 Apr 2022 01:57:21 +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="S2xjsbyb"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3DEE183DB6; Fri, 22 Apr 2022 01:56:57 +0200 (CEST) Received: from mail-qv1-xf33.google.com (mail-qv1-xf33.google.com [IPv6:2607:f8b0:4864:20::f33]) (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 B0FDE83D92 for ; Fri, 22 Apr 2022 01:56:53 +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-xf33.google.com with SMTP id x20so4866748qvl.10 for ; Thu, 21 Apr 2022 16:56:53 -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=x8DAXYT9+xiqCEznH6dL1C6+/iB8SjaoRQko1kZasZA=; b=S2xjsbybI5nau1OwX5lNemrjFNB1EXpF7PhPvf0FY8U5JlCVgXB/iLE2UWHzSwt6G4 ejqY2kUWos3V+cW7JckvqB8mbI4ByH7dFRcNehw+nSGeG2AxQwvq10A286/EIWyRTju5 mQLRUEqKx/tpYZGpuRDvMwXZFE4FHbl5/yTA0= 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=x8DAXYT9+xiqCEznH6dL1C6+/iB8SjaoRQko1kZasZA=; b=WNnKjHKVoTNXdYD57kSMa/TLhel2fr6WIDUAuF9kD2FdjV6/Ws0Y1g9qgImBaLL+2V 0vfg/Ej89yBTsczptVoZ8R0sCk4i7wGjmkPv/gv7GFOnPjaDMQphwHRgPqQkiMOX9dsX SSfYE/qvZwOJDGdEZ/3ZtJgsKli5C+5AmTZA6EG53E3lu6+vWbrKoxYnZMbcK/ZGAAdw DN1fHOgmriXCy+e8AFHyMrf8sG1oTgRcksxAFz1qI0yCWOgTqEKhQSYQmcN749MTilRG cGVSpY+WKElCsFmDBR49wNQGkgSohR8e215eFXo6i2q3/BzXKdOuHrjLf21ToCCt2GtZ /ZlQ== X-Gm-Message-State: AOAM531raCWiZ6S+Pw7P1aJqxLQCwBUFFFbOojkOnEOlzagQE1MCfDsD IXQwTOQ4PQr2wYZsxzpyTSH+3w== X-Google-Smtp-Source: ABdhPJzg50yd7CCQujZut6Zgi/N0NgULg81onVxsfeslDIcWvk2g4IX0FippWBFidQ78Pyo2j+XzxA== X-Received: by 2002:a05:6214:1cc4:b0:435:35c3:f0f1 with SMTP id g4-20020a0562141cc400b0043535c3f0f1mr1779503qvd.0.1650585412392; Thu, 21 Apr 2022 16:56:52 -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 j17-20020ac85f91000000b002f358baed71sm106261qta.69.2022.04.21.16.56.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Apr 2022 16:56:51 -0700 (PDT) Date: Thu, 21 Apr 2022 19:56:49 -0400 From: Tom Rini To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Simon Glass , Bin Meng , Adrian Fiergolski , Marek =?iso-8859-1?Q?Beh=FAn?= , Stefan Roese , u-boot@lists.denx.de Subject: Re: [PATCH 1/5] crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.c Message-ID: <20220421235649.GN3045430@bill-the-cat> References: <20220412092044.25133-1-pali@kernel.org> <20220412092044.25133-2-pali@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="58ygytiqlNL9PddM" Content-Disposition: inline In-Reply-To: <20220412092044.25133-2-pali@kernel.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.5 at phobos.denx.de X-Virus-Status: Clean --58ygytiqlNL9PddM Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 12, 2022 at 11:20:40AM +0200, Pali Roh=E1r wrote: > U-Boot CRC-16 implementation uses polynomial x^16 + x^12 + x^5 + 1 which = is > not standard CRC-16 algorithm, but it is known as CRC-16-CCITT. Rename fi= le > crc16.c to crc16-ccitt.c to reduce confusion. >=20 > Signed-off-by: Pali Roh=E1r > Reviewed-by: Stefan Roese Applied to u-boot/master, thanks! --=20 Tom --58ygytiqlNL9PddM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJh70EACgkQFHw5/5Y0 tyxFvwv+Kv7ZSdg30D+f9FXSohyQRETRD0aqjH1Ww28nO/+8sUyJwwKST1Oqm0lR 0AZpzSFM1nPT42uIUhYCoos+5dwJ7RjKEXtyQU3GGJGqrNebBVV8oqf7Kz4d8ayh vbXrf8oPQxx4PzPPAPHpBYy0DPN43GVmeRUHo4uka4cD8qX4LWAYEfo12jn3t1Ox SJisNK7TfSzDtaqnvdY2A51+h80KNBYUFi0fpXh5csvBePbjMcsKXDGG4a70UquY t8GzHIAQ5L75ICVfLTDPfUeiusodKd2ZB1q/L0hDxxlUJVXH9XJ7gaIJv4PRzOet anHAD7cHHq1hSaalEmzNvbcUf3T6tsVqG8GxrSd00/euzS8jlYi+s53wSTIbiW8D oeTjw60jBDO1wAOHnStKxwSUGeH7u22FmqFNQ653kgUg+E1pTeQomN67ZEUvVBtu Uo81PYJSk0vyLUM3VoSB2le57nJcWesPn7osl5uUVTr+2nNlNvXcnooXfg1IVSQj tiidFrhO =q7jw -----END PGP SIGNATURE----- --58ygytiqlNL9PddM--