Re: [PATCH v3 3/6] misc: fuse: Add efuse driver for Tegra
From: Stephen Warren <hidden>
Date: 2014-02-06 16:46:03
Also in:
linux-arm-kernel, linux-tegra, lkml
On 02/06/2014 02:11 AM, Peter De Schrijver wrote:
On Wed, Feb 05, 2014 at 08:15:46PM +0100, Stephen Warren wrote:quoted
On 01/28/2014 04:36 PM, Peter De Schrijver wrote:quoted
Implement fuse driver for Tegra20, Tegra30, Tegra114 and Tegra124.
quoted
quoted
diff --git a/Documentation/ABI/testing/sysfs-driver-tegra-fuse b/Documentation/ABI/testing/sysfs-driver-tegra-fuse +What: /sys/devices/*/<our-device>/fuse +Date: December 2013 +Contact: Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +Description: read-only access to the efuses on Tegra20, Tegra30, Tegra114 + and Tegra124 SoC's from NVIDIA. The efuses contain write once + data programmed at the factory. +Users: any user space application which wants to read the efuses on + Tegra SoC'sSurely this file should describe the format of the file, since that's part of the ABI too, right?Part of the fuse data is ODM defined so possibly board specific.
I didn't mean the interpretation of which fuses mean what semantically, but rather the data format of the file. IIRC looking at the code, it's just a binary dump of the fuses, but it might be worth spelling out that it's a byte-oriented binary file, with fuse 0 in bit 0 of byte 0 etc.? -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html