diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2017-07-26 12:09:02 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-08-28 17:57:52 +0200 |
commit | c26bbb3ca9c4c58b886497efbeccac7cbd9e98a4 (patch) | |
tree | 19e648de5e133a3f335ddc71fad93838338fca18 /MAINTAINERS | |
parent | 917c8c2570e1c106ad68ee3d00eb28351b923b0a (diff) | |
download | op-kernel-dev-c26bbb3ca9c4c58b886497efbeccac7cbd9e98a4.zip op-kernel-dev-c26bbb3ca9c4c58b886497efbeccac7cbd9e98a4.tar.gz |
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 <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 58c3bb7..999dce6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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 |