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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C236C56201 for ; Tue, 24 Nov 2020 09:48:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3BFCB20663 for ; Tue, 24 Nov 2020 09:48:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731424AbgKXJrs (ORCPT ); Tue, 24 Nov 2020 04:47:48 -0500 Received: from mail-ed1-f67.google.com ([209.85.208.67]:41637 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726854AbgKXJrr (ORCPT ); Tue, 24 Nov 2020 04:47:47 -0500 Received: by mail-ed1-f67.google.com with SMTP id t9so20171852edq.8; Tue, 24 Nov 2020 01:47:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Dk34/e/mxzNqyGJMYlOWAK9IKJtf8RN7D44FdJ3MzvE=; b=incordErnOUaNDKd5y0dHAtczDCCsiiEzG0wWi4M2yAlrF2OnA17fip7IceINMp8qa gjnXUzqKustDl5QcmSXRyNtLDwi4THTqj1fBLKIKzq8m+VqN0dz0H1OqW/Ew0pWLPTmx 9GYMiMtbVYQoRfACufuYdT+W/5+VWesXy/9UiTZaC9U1xIIXwyxPwM3Nci/XmfOkXYzA 3m9RgqxYSmVF1u0GLIDJa3q35lvVcH/OU/P94aQ5JBec/qtHqFCTtUGZ2E49AaqIq57C XQ+YAI14wq2ndVt7cfC3qgZbS6ZVVnSO3ZbAtwOBz5BVMr9yzKcBQymxGcc0ukisIhba 1Ogg== X-Gm-Message-State: AOAM530zhv2F0Y4VlzpesZIa4K5+XkwlyVSfCIpJoFq9E3CRU6Ll2xCI ayj3oWdXKgzprgrk+yWNTJg= X-Google-Smtp-Source: ABdhPJzP/62o37kI8xbriHmwkRVBlNr3Mo/vCjuuGrr41wo+LoS/B5nho69Yk1vLW3JJ6J2wvob7sg== X-Received: by 2002:aa7:d493:: with SMTP id b19mr3002612edr.279.1606211266000; Tue, 24 Nov 2020 01:47:46 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id k12sm6349016ejz.48.2020.11.24.01.47.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Nov 2020 01:47:44 -0800 (PST) Date: Tue, 24 Nov 2020 10:47:43 +0100 From: Krzysztof Kozlowski To: Alice Guo Cc: robh+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, linux-imx@nxp.com, peng.fan@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 3/4] arm64: dts: imx8m: add NVMEM provider and consumer to read soc unique ID Message-ID: <20201124094743.GB15030@kozik-lap> References: <20201124015949.29262-1-alice.guo@nxp.com> <20201124015949.29262-3-alice.guo@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201124015949.29262-3-alice.guo@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 24, 2020 at 09:59:48AM +0800, Alice Guo wrote: > In order to be able to use NVMEM APIs to read soc unique ID, add the > nvmem data cell and name for nvmem-cells to the "soc" node, and add a > nvmem node which provides soc unique ID to efuse@30350000. > > Signed-off-by: Alice Guo I already reviewed it. Do not ignore received tags. Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof > --- > > v2: remove the subject prefix "LF-2571-3" > v3: convert register addresses and sizes to hex > v4: delete "stuff" in subject and commit message, add detailed > description > v5: change underscore of device node to hyphen > v6: none 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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BEC42C2D0E4 for ; Tue, 24 Nov 2020 09:48:17 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4597420663 for ; Tue, 24 Nov 2020 09:48:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="iN5CoLW0" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4597420663 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=jHy/eoJl9gXc2NZytcPN/9GSyGFfcQSxEMgTKtkN0C8=; b=iN5CoLW09+JFEhSZiFRx0G8hv yfCzj2c8eZxPxaB4dPA1loPl4Md1gmxzNOjCTzGg3AJYWNeOc+x5smHM6gI2Xa8YroBfMFrU+Ld/z vAjl4bXj6Xr9embfsy0Z3Dliq0/0StiMjTlPXVWt9ZJWtZ0XlWSLRocl8d29Um1f+rSa8a8tkPWZi tlsF+EaDEA/92SQxH7EyhXF3xXArJ9aonOsU/gZgZCW0v1bBHzC3Q7Doo/myyJrRfZaujHEG6GL1E ugHVARyb632CVA/jAVm2ANJKzTpU5yKAjQBBEDlVKbm5lsOjLY1W0XqwzRrB0062F6Bxk8pEvY9wB evHvD1T+A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1khUvO-0001tG-BY; Tue, 24 Nov 2020 09:47:50 +0000 Received: from mail-ed1-f68.google.com ([209.85.208.68]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1khUvL-0001sU-W7 for linux-arm-kernel@lists.infradead.org; Tue, 24 Nov 2020 09:47:48 +0000 Received: by mail-ed1-f68.google.com with SMTP id k4so20188647edl.0 for ; Tue, 24 Nov 2020 01:47:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Dk34/e/mxzNqyGJMYlOWAK9IKJtf8RN7D44FdJ3MzvE=; b=D8oQGl+VZUhIoJrFIZmAk/8qMLP6uhKpztvlibj1EuT+V3fviJeaJBehHBLuX6YMbW Cl3yQXit9qa6t7dPuo5rEsiiNBJIF3N7GJ4GWpa4k4mZ3vbrHyAXvJfi3VpXdTdc4OKO hZvIxwun3xccWLMJ0ALYXTfWIVOE4CZD2N0VWxByw72YBA+Udjh/quRfBbW81+fw/KlE IU2QhoZOtFlUtm+KquJTudamoirPcDAvkRF40akCSGdK3QaERbJNq+LdaTvX778wP+N6 6A/WGo2DtKPDf+269g90NWrRFHWLaHjXvfj3NSNs9hg/FoJh2xEL2L/UlSBUbUBsKrGm mahA== X-Gm-Message-State: AOAM532ofybHeF4XAhZQFMJYQ7sphEUhiIEKAHaWFcbh1li0tdzqcsZy zT8IRbpbAN/WlliUoZuWeQTt6iJyuWw= X-Google-Smtp-Source: ABdhPJzP/62o37kI8xbriHmwkRVBlNr3Mo/vCjuuGrr41wo+LoS/B5nho69Yk1vLW3JJ6J2wvob7sg== X-Received: by 2002:aa7:d493:: with SMTP id b19mr3002612edr.279.1606211266000; Tue, 24 Nov 2020 01:47:46 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id k12sm6349016ejz.48.2020.11.24.01.47.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Nov 2020 01:47:44 -0800 (PST) Date: Tue, 24 Nov 2020 10:47:43 +0100 From: Krzysztof Kozlowski To: Alice Guo Subject: Re: [PATCH v6 3/4] arm64: dts: imx8m: add NVMEM provider and consumer to read soc unique ID Message-ID: <20201124094743.GB15030@kozik-lap> References: <20201124015949.29262-1-alice.guo@nxp.com> <20201124015949.29262-3-alice.guo@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201124015949.29262-3-alice.guo@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201124_044748_050927_F31A0D9C X-CRM114-Status: GOOD ( 14.56 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, peng.fan@nxp.com, s.hauer@pengutronix.de, linux-kernel@vger.kernel.org, robh+dt@kernel.org, linux-imx@nxp.com, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Nov 24, 2020 at 09:59:48AM +0800, Alice Guo wrote: > In order to be able to use NVMEM APIs to read soc unique ID, add the > nvmem data cell and name for nvmem-cells to the "soc" node, and add a > nvmem node which provides soc unique ID to efuse@30350000. > > Signed-off-by: Alice Guo I already reviewed it. Do not ignore received tags. Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof > --- > > v2: remove the subject prefix "LF-2571-3" > v3: convert register addresses and sizes to hex > v4: delete "stuff" in subject and commit message, add detailed > description > v5: change underscore of device node to hyphen > v6: none _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel