forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation/ABI: document the nvmem sysfs files
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
1 parent
917c8c2
commit c26bbb3
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
What: /sys/bus/nvmem/devices/.../nvmem | ||
Date: July 2015 | ||
KernelVersion: 4.2 | ||
Contact: Srinivas Kandagatla <[email protected]> | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9466,6 +9466,7 @@ M: Srinivas Kandagatla <[email protected]> | |
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 | ||
|
||
|