So here is the conversion of the dmaengine documents from txt files to rst
format. Not much functional change but somehow git detects only one rename
(possibly due to fixed whitespace and indent to make new format happier)
Changes in v2:
- move the Documentation to driver-api
- fix whitespace and more indent issue
Vinod Koul (6):
dmaengine: doc: Add ReST style dmaengine document
dmaengine: doc: ReSTize provider doc
dmaengine: doc: ReSTize client API doc
dmaengine: doc: ReSTize dmatest doc
dmaengine: doc: ReSTize pxa_dma doc
MAINTAINERS: update DMAengine documentation location
Documentation/dmaengine/00-INDEX | 8 -
Documentation/dmaengine/client.txt | 222 ---------
Documentation/dmaengine/provider.txt | 424 -----------------
Documentation/dmaengine/pxa_dma.txt | 153 -------
Documentation/driver-api/dmaengine/client.rst | 275 +++++++++++
.../dmaengine/dmatest.rst} | 96 ++--
Documentation/driver-api/dmaengine/index.rst | 55 +++
Documentation/driver-api/dmaengine/provider.rst | 508 +++++++++++++++++++++
Documentation/driver-api/dmaengine/pxa_dma.rst | 190 ++++++++
Documentation/driver-api/index.rst | 1 +
MAINTAINERS | 2 +-
11 files changed, 1087 insertions(+), 847 deletions(-)
delete mode 100644 Documentation/dmaengine/00-INDEX
delete mode 100644 Documentation/dmaengine/client.txt
delete mode 100644 Documentation/dmaengine/provider.txt
delete mode 100644 Documentation/dmaengine/pxa_dma.txt
create mode 100644 Documentation/driver-api/dmaengine/client.rst
rename Documentation/{dmaengine/dmatest.txt =>
driver-api/dmaengine/dmatest.rst} (50%)
create mode 100644 Documentation/driver-api/dmaengine/index.rst
create mode 100644 Documentation/driver-api/dmaengine/provider.rst
create mode 100644 Documentation/driver-api/dmaengine/pxa_dma.rst
--
2.7.4
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html