diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 16:32:31 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 09:20:27 -0300 |
commit | ae4a05027e2f883fb5f822e48d67cacc26bf60e1 (patch) | |
tree | bd9e064e347254890d18d68251180d2852ab73e3 /Documentation/driver-api/nvdimm/index.rst | |
parent | 59809fe88224db24432ad50e62fd8d5f0df738a1 (diff) |
docs: nvdimm: add it to the driver-api book
The descriptions here are from Kernel driver's PoV.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'Documentation/driver-api/nvdimm/index.rst')
-rw-r--r-- | Documentation/driver-api/nvdimm/index.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/driver-api/nvdimm/index.rst b/Documentation/driver-api/nvdimm/index.rst new file mode 100644 index 000000000000..19dc8ee371dc --- /dev/null +++ b/Documentation/driver-api/nvdimm/index.rst @@ -0,0 +1,10 @@ +=================================== +Non-Volatile Memory Device (NVDIMM) +=================================== + +.. toctree:: + :maxdepth: 1 + + nvdimm + btt + security |