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 4F806C433EF for ; Tue, 12 Apr 2022 09:37:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9C12F839B2; Tue, 12 Apr 2022 11:37:22 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="MHQgaAMR"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0B9B180A4E; Tue, 12 Apr 2022 11:37:21 +0200 (CEST) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B1A9783C76 for ; Tue, 12 Apr 2022 11:37:16 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 45743B81B8A; Tue, 12 Apr 2022 09:37:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75D6AC385AF; Tue, 12 Apr 2022 09:37:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649756234; bh=KFGfAT+1FzGJ2HKEeHNNf+vszlW2dQTFIXn9O0qOs4E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MHQgaAMRvCNeoITHrV7Zj3RMYBGiaesKEWKQZIo/5Ym0dmR/kkZ75jQJTHp0DyVHU Jlceel6XYeSlgSXty9ENkjEXOoN3D986COwQyz8feqzRpSm4uxRh3odCmClBa8VkMr 7dUNL+bNeBxc/DvIkcTgBje3mi5U3m9+9s5DYdl/339ruZkQKCKAURuo6zjCfm+D0c Nx7IQQ3Ere3E0i5Dy9E6A9kJHvARZ0mFGFmEOQB27sjw9S/c6XOdZxsEvxBIMauxm8 9mzvcMEtK+sRyBpi7+bzrhvkUTFzhs/cEkexWZNWVWWEMGMexkJoc0Lidim3T/yw8a l8K5mQDLfiQ9A== Received: by pali.im (Postfix) id 8CE63A75; Tue, 12 Apr 2022 11:37:11 +0200 (CEST) Date: Tue, 12 Apr 2022 11:37:11 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Tom Rini Cc: Stefan Roese , Adrian Fiergolski , Marek =?utf-8?B?QmVow7pu?= , Wolfgang Denk , Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH] misc: atsha204a: Fix big endian support Message-ID: <20220412093711.67e4bfeykxbkfafs@pali> References: <20220402223634.20256-1-pali@kernel.org> <20220407082923.vxflakcprch3e5k2@pali> <5586aa6e-c935-6a7b-1401-c42640282681@denx.de> <20220407134709.GP14282@bill-the-cat> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220407134709.GP14282@bill-the-cat> User-Agent: NeoMutt/20180716 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 On Thursday 07 April 2022 09:47:09 Tom Rini wrote: > On Thu, Apr 07, 2022 at 03:31:25PM +0200, Stefan Roese wrote: > > > Added Tom to To... > > > > On 4/7/22 10:29, Pali Rohár wrote: > > > On Monday 04 April 2022 09:43:21 Stefan Roese wrote: > > > > On 4/3/22 00:36, Pali Rohár wrote: > > > > > Callers of function atsha204a_crc16() expect to return value in host cpu > > > > > endianity. So remove cpu_to_le16() conversion. > > > > > > > > > > Signed-off-by: Pali Rohár > > > > > > > > Reviewed-by: Stefan Roese > > > > > > Hello Stefan! Would you or somebody else take this patch? > > > > > > 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. > > > > 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". > > > > Tom, could you please pull this patch directly? > > OK, I'll assign it to myself in patchwork. > > -- > Tom I sent crc16 patch series which depends on this particular patch: https://patchwork.ozlabs.org/project/uboot/list/?series=294691&state=*