Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1411555 > unrolled thread

[PATCH v4 2/8] char: rpmb: add sysfs-class ABI documentation

Started byTomas Winkler <tomas.winkler@intel.com>
First post2016-06-01 23:50 +0200
Last post2016-06-01 23:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 2/8] char: rpmb: add sysfs-class ABI documentation Tomas Winkler <tomas.winkler@intel.com> - 2016-06-01 23:50 +0200

#1411555 — [PATCH v4 2/8] char: rpmb: add sysfs-class ABI documentation

FromTomas Winkler <tomas.winkler@intel.com>
Date2016-06-01 23:50 +0200
Subject[PATCH v4 2/8] char: rpmb: add sysfs-class ABI documentation
Message-ID<rFmbw-5DL-25@gated-at.bofh.it>
V2: resend
V3: add more verbose description
V4: update kernel version to 4.8

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
---
 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..44ee4d31dc0b
--- /dev/null
+++ b/Documentation/ABI/testing/sysfs-class-rpmb
@@ -0,0 +1,20 @@
+What:		/sys/class/rpmb/
+Date:		Jun 2016
+KernelVersion:  4.8
+Contact:	Tomas Winkler <tomas.winkler@intel.com>
+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:		Jun 2016
+KernelVersion:	4.8
+Contact:	Tomas Winkler <tomas.winkler@intel.com>
+Description:
+		The /sys/class/rpmb/rpmbN directory is created for
+		each RPMB registered device
diff --git a/MAINTAINERS b/MAINTAINERS
index e045c3a43920..b4228dd58e06 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9697,6 +9697,7 @@ L:	linux-kernel@vger.kernel.org
 S:	Supported
 F:	drivers/char/rpmb/*
 F:	include/linux/rpmb.h
+F:	Documentation/ABI/testing/sysfs-class-rpmb
 
 RTL2830 MEDIA DRIVER
 M:	Antti Palosaari <crope@iki.fi>
-- 
2.5.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web