Documentation/ABI: document the nvmem sysfs files
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Wed, 26 Jul 2017 10:09:02 +0000 (12:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 15:57:52 +0000 (17:57 +0200)
NVMEM has been in kernel since v4.2 but the ABI document was missing
since then. userspace interface did not change since then and seems
stable, so this patch documents the nvmem ABI.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/ABI/stable/sysfs-bus-nvmem [new file with mode: 0644]
MAINTAINERS

diff --git a/Documentation/ABI/stable/sysfs-bus-nvmem b/Documentation/ABI/stable/sysfs-bus-nvmem
new file mode 100644 (file)
index 0000000..5923ab4
--- /dev/null
@@ -0,0 +1,19 @@
+What:          /sys/bus/nvmem/devices/.../nvmem
+Date:          July 2015
+KernelVersion:  4.2
+Contact:       Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
+Description:
+               This file allows user to read/write the raw NVMEM contents.
+               Permissions for write to this file depends on the nvmem
+               provider configuration.
+
+               ex:
+               hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
+
+               0000000 0000 0000 0000 0000 0000 0000 0000 0000
+               *
+               00000a0 db10 2240 0000 e000 0c00 0c00 0000 0c00
+               0000000 0000 0000 0000 0000 0000 0000 0000 0000
+               ...
+               *
+               0001000
index 58c3bb7..999dce6 100644 (file)
@@ -9466,6 +9466,7 @@ M:        Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
 S:     Maintained
 F:     drivers/nvmem/
 F:     Documentation/devicetree/bindings/nvmem/
+F:     Documentation/ABI/stable/sysfs-bus-nvmem
 F:     include/linux/nvmem-consumer.h
 F:     include/linux/nvmem-provider.h