Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp258532img; Mon, 18 Mar 2019 02:26:35 -0700 (PDT) X-Google-Smtp-Source: APXvYqzwZ6m3WklrCGVDK9zVpIjqv26CazsvIvi/RoNkP8aOZnVC/GkMgtfmPlxIP5xsZCIIGR2S X-Received: by 2002:a63:d509:: with SMTP id c9mr16992185pgg.2.1552901195143; Mon, 18 Mar 2019 02:26:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552901195; cv=none; d=google.com; s=arc-20160816; b=rZ9TJE+SAcpnNEcStt7UljjnkvdJOFp/rMES8Q5rL9USq6ECiXxoCa9R7Sog5KpXWW wBElZHdzDrV0KSa+ZjYEkqGUDW7qwmYiiHxSgu5r5yBLwEcix41BOvWDvPjMVFOrYyvU KzskOFCnbab9D+sIbm9EMqqvir50fHW4SZZcb9TW9v+cCok+yol3FQ8Hitlj61ffXj7H g9xbnIgfQRuJU0xqUe6eGKzeUG0yFO2Oqxd3sKcFuQcgV7uXVL8GKJbYRQs779azLXZk cE7p4uqSKBR3W7tIV9/bL/+jNDGkMabJsppUSvrdQBWVGPgHzHQgpekTwV5WAQKyiS2w SJ1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=nIDH1CVy2sQ/ze8o/BIKvqGzrgjpwaio1cxWUS4BgQU=; b=yBj8tr2zziefRotbUCRGA4JhvnW4CnlNp0TCbSr+X3RLXo/m4V/cDJIRqW/W82OggY j+1b3ksMi+/y3L5rA7KVHwbsl846YNBQ0gfgjfTv1edlut0HuDX6X/MEmXK1mDZgbs4G nNkU4+mAbQMfq3c0S3YguImizXX38E4qNvMvdvquitOWrRfcynI5B+y/mAhK5KC1JjUv q88uimoNNG1QktBxnHXW/joAp4RKOiyeIUYivzqtg57mW4ASyAiTMTLC4bnKepXKbFiX Dj+G9CaOKymmNG6ceB8jKhn8Xekih0tyJnx3P1G5jszelOILw17AVVPO+bsdaxV1QjBY Kvvw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k33si7744535pld.388.2019.03.18.02.26.20; Mon, 18 Mar 2019 02:26:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727381AbfCRJZY (ORCPT + 99 others); Mon, 18 Mar 2019 05:25:24 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:42171 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726691AbfCRJZX (ORCPT ); Mon, 18 Mar 2019 05:25:23 -0400 X-Originating-IP: 90.88.22.102 Received: from localhost (aaubervilliers-681-1-80-102.w90-88.abo.wanadoo.fr [90.88.22.102]) (Authenticated sender: maxime.ripard@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 756D820004; Mon, 18 Mar 2019 09:25:20 +0000 (UTC) Date: Mon, 18 Mar 2019 10:25:19 +0100 From: Maxime Ripard To: Chen-Yu Tsai Cc: Srinivas Kandagatla , linux-sunxi , linux-arm-kernel , devicetree , linux-kernel Subject: Re: [PATCH 4/6] nvmem: sunxi_sid: Read out data in native format Message-ID: <20190318092519.g2rvdjiunti2ev7p@flea> References: <20190318073354.12151-1-wens@kernel.org> <20190318073354.12151-5-wens@kernel.org> <20190318084212.lv2lorskizl65uzg@flea> <20190318085751.kziqzxnadtho4kdb@flea> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fgqxvk5pq25ezuac" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --fgqxvk5pq25ezuac Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Mar 18, 2019 at 05:09:44PM +0800, Chen-Yu Tsai wrote: > On Mon, Mar 18, 2019 at 4:57 PM Maxime Ripard wrote: > > > > On Mon, Mar 18, 2019 at 04:45:19PM +0800, Chen-Yu Tsai wrote: > > > On Mon, Mar 18, 2019 at 4:42 PM Maxime Ripard wrote: > > > > > > > > Hi, > > > > > > > > On Mon, Mar 18, 2019 at 03:33:52PM +0800, Chen-Yu Tsai wrote: > > > > > From: Chen-Yu Tsai > > > > > > > > > > Originally the SID e-fuses were thought to be in big-endian format. > > > > > Later sources show that they are in fact native or little-endian. > > > > > The most compelling evidence is the thermal sensor calibration data, > > > > > which is a set of one to three 16-bit values. In native-endian they > > > > > are in 16-bit cells with increasing offsets, whereas with big-endian > > > > > they are in the wrong order, and a gap with no data will show if there > > > > > are one or three cells. > > > > > > > > > > Switch to a native endian representation for the nvmem device. For the > > > > > H3, the register read-out method was already returning data in native > > > > > endian. This only affects the other SoCs. > > > > > > > > > > Signed-off-by: Chen-Yu Tsai > > > > > > > > I thought only the newer SoCs were impacted by this issue? > > > > > > It is noticable on the newer SoCs. The old ones only have the 128-bit SID, > > > which could be read either way, as AFAIK it's just a serial number. > > > > > > If you think we should leave the old ones alone I can factor that in. > > > > IIRC, there was also the SoC ID in the SID on those SoCs as well, > > which we might have to use in the future so we'll want to make sure it > > is correct. > > We'll need to ask Allwinner about this then. > > FWIW, the fel command in sunxi-tools reads them out in little endian. I > believe this and the SID page on the linux-sunxi wiki predate the sunxi_sid > driver. Yeah, and the driver has a readl as well: https://github.com/linux-sunxi/linux-sunxi/blob/sunxi-3.4/arch/arm/plat-sunxi/soc-detect.c#L92 For the whole series, Acked-by: Maxime Ripard Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --fgqxvk5pq25ezuac Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXI9j/wAKCRDj7w1vZxhR xS7XAP9B2IrcCTutwMbeq6c6gSWtVaxQ8rvMhwZa9c93cMXH2wEAtHfL5acaNqfB wZm7JMgJzsCxg6lUHmJNCLp/QtuOeAA= =6OsT -----END PGP SIGNATURE----- --fgqxvk5pq25ezuac--