Commit ddc92399 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet

docs: crypto: convert async-tx-api.txt to ReST format

- Place the txt index inside a comment;
- Use title and chapter markups;
- Adjust markups for numbered list;
- Mark literal blocks as such;
- Use tables markup.
- Adjust indentation when needed.

Acked-By: Vinod Koul <vkoul@kernel.org> # dmaengine
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/98977242130efe86d1200f7a167299d4c1c205c5.1592203650.git.mchehab+huawei@kernel.orgSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 5846551b
...@@ -19,6 +19,8 @@ for cryptographic use cases, as well as programming examples. ...@@ -19,6 +19,8 @@ for cryptographic use cases, as well as programming examples.
intro intro
api-intro api-intro
architecture architecture
async-tx-api
asymmetric-keys asymmetric-keys
devel-algos devel-algos
userspace-if userspace-if
......
...@@ -5,7 +5,7 @@ DMA Engine API Guide ...@@ -5,7 +5,7 @@ DMA Engine API Guide
Vinod Koul <vinod dot koul at intel.com> Vinod Koul <vinod dot koul at intel.com>
.. note:: For DMA Engine usage in async_tx please see: .. note:: For DMA Engine usage in async_tx please see:
``Documentation/crypto/async-tx-api.txt`` ``Documentation/crypto/async-tx-api.rst``
Below is a guide to device driver writers on how to use the Slave-DMA API of the Below is a guide to device driver writers on how to use the Slave-DMA API of the
......
...@@ -95,7 +95,7 @@ accommodates that API in some cases, and made some design choices to ...@@ -95,7 +95,7 @@ accommodates that API in some cases, and made some design choices to
ensure that it stayed compatible. ensure that it stayed compatible.
For more information on the Async TX API, please look the relevant For more information on the Async TX API, please look the relevant
documentation file in Documentation/crypto/async-tx-api.txt. documentation file in Documentation/crypto/async-tx-api.rst.
DMAEngine APIs DMAEngine APIs
============== ==============
......
...@@ -2837,7 +2837,7 @@ ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API ...@@ -2837,7 +2837,7 @@ ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
R: Dan Williams <dan.j.williams@intel.com> R: Dan Williams <dan.j.williams@intel.com>
S: Odd fixes S: Odd fixes
W: http://sourceforge.net/projects/xscaleiop W: http://sourceforge.net/projects/xscaleiop
F: Documentation/crypto/async-tx-api.txt F: Documentation/crypto/async-tx-api.rst
F: crypto/async_tx/ F: crypto/async_tx/
F: drivers/dma/ F: drivers/dma/
F: include/linux/async_tx.h F: include/linux/async_tx.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment