Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp401891pxj; Fri, 11 Jun 2021 01:57:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz4zmsZFGmAAQCGRyDxp6NVPmRC+Ov4afzcoqBWEibLMh7dsDwbXbVrqLCLrBbz+GWlMwdl X-Received: by 2002:a05:6402:1648:: with SMTP id s8mr2626761edx.256.1623401821573; Fri, 11 Jun 2021 01:57:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623401821; cv=none; d=google.com; s=arc-20160816; b=wHGufBoYbOJ8Pe/ngQLJjBep+YG+FuwUxpLmcE9C7u0WAdwFvi+POsIGEPdmGfyNWb djSSACbQ3DoVD7jiFxTgUXFbkOJUvEiwQvT5GrItzIe5LW5uqZbMl/vaY4umQoGOW6O+ 0p8e/F/+uHLkTIQeO6O9OfJPEOXLfW2yVmzQB+ZMAHe2KW3yhMsePtidk2xHHRX5G2yW 0/L+J8V1vuNZpeLGVvuLYQqmN4lvWMeT7rD5nQI6w32WEz6HwsFh5WX9ZhcOE+UGWAhC HjBTzTjAS2U8UOzOvnxVG0d3aG8zscodTJQJf6WvDy7mM4MDl/rXJwjPfPPbvxtlGjZl P9yg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=NSXISWJ9gqm8mvgfEpj/Qw2jkxjI1KiqxTvxnU7F51A=; b=IRYrhCnDQ68+cnZjqtIgRRyQmnf7nJauGenjv0aBXRDwumPvIEBErunzcCrMJqwLi+ rL/srpXC3KzQblPnyk/G1FW27/Jgvi+D9mFykBdhUnxNJosiiWoLHp8GVoDfWskVBy7P PWhWRnRzoEPNS4cYBZ+MCwhHHZtqo9szptw9yCZyOhfw9sFFA93wQkGIQ7txGHQBztVP 1npjnL30tnl2O9ABy3lQ2QZZ07R4dSiGuIXa0iR6US0EKGvoo9U+EhMzRxWYctmtBOEF zSz2BJ0tSB+YKhlTSy7BApUahDiZYyNnyOAFY0Gg4s5UieOl2TGfO60BWFl4yziEG+N4 gagA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=GEYn2q0e; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x25si4509003eds.477.2021.06.11.01.56.38; Fri, 11 Jun 2021 01:57:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=GEYn2q0e; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230269AbhFKIzW (ORCPT + 99 others); Fri, 11 Jun 2021 04:55:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:59078 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229598AbhFKIzV (ORCPT ); Fri, 11 Jun 2021 04:55:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0AF5C611CD; Fri, 11 Jun 2021 08:53:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623401603; bh=smTzRx2zx9EfIZmrcrU3+rjPyo/xH3+WrI1TijPFAfo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GEYn2q0edweutaShIlS4C2ma1EfL/x6cCf89p459q4/qkSKWqWUaVoex7OuA7sDZK imKQra24IJB3bYLqaiieP/fLX4zugNxh1AkF9ekRbiWqZt0UcazrgKgWY2Z+mp19H2 2DfHVDaLLjFBfmMBlI8fT6hCDl47yP3d1HZUMMIc= Date: Fri, 11 Jun 2021 10:53:21 +0200 From: Greg Kroah-Hartman To: Jiri Prchal Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Christian Eggers , Arnd Bergmann Subject: Re: [PATCH v9 5/5] nvmem: eeprom: add documentation of sysfs fram and sernum file Message-ID: References: <20210611052652.7894-1-jiri.prchal@aksignal.cz> <20210611052652.7894-6-jiri.prchal@aksignal.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210611052652.7894-6-jiri.prchal@aksignal.cz> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 11, 2021 at 07:26:52AM +0200, Jiri Prchal wrote: > Added sysfs fram and sernum file documentation. > > Signed-off-by: Jiri Prchal > --- > v5: new > v6: no change here > v7: no change here > v8: added fram file doc > v9: rewritten description > --- > .../ABI/testing/sysfs-class-spi-eeprom | 20 +++++++++++++++++++ > 1 file changed, 20 insertions(+) > create mode 100644 Documentation/ABI/testing/sysfs-class-spi-eeprom > > diff --git a/Documentation/ABI/testing/sysfs-class-spi-eeprom b/Documentation/ABI/testing/sysfs-class-spi-eeprom > new file mode 100644 > index 000000000000..4e69c78f9f65 > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-class-spi-eeprom > @@ -0,0 +1,20 @@ > +What: /sys/class/spi_master/spi/spi./sernum > +Date: May 2021 > +KernelVersion: 5.14 > +Contact: Jiri Prchal > +Description: > + Contains the serial number of the Cypress FRAM (FM25VN) if it is > + present. It will be displayed as a 8 byte hex string, as read > + from the device. > + > + This is a read-only attribute. > + > +What: /sys/class/spi_master/spi/spi./fram > +Date: June 2021 > +KernelVersion: 5.14 > +Contact: Jiri Prchal > +Description: > + Contains the FRAM binary data. Same as EEPROM, just another file > + name to indicate that it employs ferroelectric process. > + It performs write operations at bus speed - no write delays, capable > + of 10^14 read/write cycles and 151 years data retention. Are you sure of these statistics? Don't promise something here that might not be true, this is not a marketing document :) thanks, greg k-h