aboutsummaryrefslogtreecommitdiff
path: root/Documentation/nvmem
AgeCommit message (Collapse)AuthorFilesLines
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab1-189/+0
There are lots of documents under Documentation/*.txt and a few other orphan documents elsehwere that belong to the driver-API book. Move them to their right place. Reviewed-by: Cornelia Huck <[email protected]> # vfio-related parts Acked-by: Logan Gunthorpe <[email protected]> # switchtec Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2019-07-15docs: nvmem: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-53/+59
In order to be able to add it into a doc book, we need first convert it to ReST. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - mark literal blocks; - adjust title markups. While this is not part of any book, mark it as :orphan:, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2018-09-28Documentation: nvmem: document cell tables and lookup entriesBartosz Golaszewski1-0/+31
Document the new nvmem kernel APIs. Signed-off-by: Bartosz Golaszewski <[email protected]> Signed-off-by: Srinivas Kandagatla <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2017-08-24NVMEM documentation fix: A minor typoNaren1-1/+1
This is a minor patch that fixes the following typo in the NVMEM documentation: When a consumers no longer needs the NVMEM to, When a consumer no longer needs the NVMEM Signed-off-by: Narendran Sankaran <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2015-08-05Documentation: nvmem: add nvmem api level and how-to docSrinivas Kandagatla1-0/+152
This patch add basic how-to and api summary documentation for simple NVMEM framework. Signed-off-by: Srinivas Kandagatla <[email protected]> Tested-by: Philipp Zabel <[email protected]> Tested-by: Rajendra Nayak <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>