From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v8 0/6] efuse driver for Tegra Date: Thu, 12 Jun 2014 16:17:02 -0600 Message-ID: <539A26DE.8050609@wwwdotorg.org> References: <1402587400-1544-1-git-send-email-pdeschrijver@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1402587400-1544-1-git-send-email-pdeschrijver@nvidia.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Peter De Schrijver Cc: Mark Rutland , Wolfram Sang , Linus Walleij , Stefan Agner , Paul Gortmaker , Thierry Reding , Joseph Lo , Russell King , Pawel Moll , linux-doc@vger.kernel.org, Grant Likely , Tomasz Figa , Sebastian Hesselbarth , devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, Arnd Bergmann , Ian Campbell , Tejun Heo , Rob Herring , Alexandre Courbot , Bjorn Helgaas , linux-arm-kernel@lists.infradead.org, Herbert Xu , Greg Kroah-Hartman List-Id: linux-tegra@vger.kernel.org On 06/12/2014 09:36 AM, Peter De Schrijver wrote: > This driver allows userspace to read the raw efuse data. Its userspace > interface is modelled after the sunxi_sid driver which provides similar > functionality for some Allwinner SoCs. It has been tested on > Tegra20 (ventana), Tegra30 (beaverboard), Tegra114 (dalmore) and > Tegra124 (jetson TK1). I think this series looks OK now. However, I noticed one change in behaviour that I don't think is expected: The current code/DTB print: Tegra Revision: A01 SKU: 0 CPU Process: 0 Core Process: 0 However, applying these patches and booting yields: Tegra Revision: A01 SKU: 0 CPU Process: 1 Core Process: 1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Thu, 12 Jun 2014 16:17:02 -0600 Subject: [PATCH v8 0/6] efuse driver for Tegra In-Reply-To: <1402587400-1544-1-git-send-email-pdeschrijver@nvidia.com> References: <1402587400-1544-1-git-send-email-pdeschrijver@nvidia.com> Message-ID: <539A26DE.8050609@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/12/2014 09:36 AM, Peter De Schrijver wrote: > This driver allows userspace to read the raw efuse data. Its userspace > interface is modelled after the sunxi_sid driver which provides similar > functionality for some Allwinner SoCs. It has been tested on > Tegra20 (ventana), Tegra30 (beaverboard), Tegra114 (dalmore) and > Tegra124 (jetson TK1). I think this series looks OK now. However, I noticed one change in behaviour that I don't think is expected: The current code/DTB print: Tegra Revision: A01 SKU: 0 CPU Process: 0 Core Process: 0 However, applying these patches and booting yields: Tegra Revision: A01 SKU: 0 CPU Process: 1 Core Process: 1