From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760464AbcHaKxc (ORCPT ); Wed, 31 Aug 2016 06:53:32 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:32895 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759700AbcHaKx3 (ORCPT ); Wed, 31 Aug 2016 06:53:29 -0400 Date: Wed, 31 Aug 2016 12:53:33 +0200 From: Greg Kroah-Hartman To: Tomas Winkler Cc: Ulf Hansson , Adrian Hunter , James Bottomley , "Martin K. Petersen" , Vinayak Holikatti , Andy Lutomirski , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Michael Ryleev , Joao Pinto , Christoph Hellwig , Yaniv Gardi , linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH v5 2/8] char: rpmb: add sysfs-class ABI documentation Message-ID: <20160831105333.GB10180@kroah.com> References: <1468873673-21776-1-git-send-email-tomas.winkler@intel.com> <1468873673-21776-3-git-send-email-tomas.winkler@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1468873673-21776-3-git-send-email-tomas.winkler@intel.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 18, 2016 at 11:27:47PM +0300, Tomas Winkler wrote: > Signed-off-by: Tomas Winkler > --- > V2: resend > V3: add more verbose description > V4: resend > V5: adjust date and kernel version > > Documentation/ABI/testing/sysfs-class-rpmb | 20 ++++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 21 insertions(+) > create mode 100644 Documentation/ABI/testing/sysfs-class-rpmb > > diff --git a/Documentation/ABI/testing/sysfs-class-rpmb b/Documentation/ABI/testing/sysfs-class-rpmb > new file mode 100644 > index 000000000000..3ffcd2d1f683 > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-class-rpmb > @@ -0,0 +1,20 @@ > +What: /sys/class/rpmb/ > +Date: Aug 2016 > +KernelVersion: 4.8 > +Contact: Tomas Winkler > +Description: > + The rpmb/ class sub-directory belongs to RPMB device class. > + > + Few storage technologies such is EMMC, UFS, and NVMe support > + Replay Protected Memory Block (RPMB) hardware partition with > + common protocol and frame layout. > + Such a partition provides authenticated and replay protected access, > + hence suitable as a secure storage. > + > +What: /sys/class/rpmb/rpmbN/ > +Date: Aug 2016 > +KernelVersion: 4.8 > +Contact: Tomas Winkler > +Description: > + The /sys/class/rpmb/rpmbN directory is created for > + each RPMB registered device So you have no sysfs files? If not, why have a sysfs class at all? thanks, greg k-h