So here is the conversion of the dmaengine documents form txt files to rst format. Not much functional change but somehow git detects only two renames (possibly due to added indent to make new format happier) Vinod Koul (5): 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 Documentation/dmaengine/00-INDEX | 8 - Documentation/dmaengine/client.rst | 271 ++++++++++++++++++++ Documentation/dmaengine/client.txt | 222 ---------------- .../dmaengine/{dmatest.txt => dmatest.rst} | 58 ++++- Documentation/dmaengine/index.rst | 55 ++++ .../dmaengine/{provider.txt => provider.rst} | 281 +++++++++++++-------- Documentation/dmaengine/pxa_dma.rst | 184 ++++++++++++++ Documentation/dmaengine/pxa_dma.txt | 153 ----------- Documentation/index.rst | 1 + 9 files changed, 740 insertions(+), 493 deletions(-) delete mode 100644 Documentation/dmaengine/00-INDEX create mode 100644 Documentation/dmaengine/client.rst delete mode 100644 Documentation/dmaengine/client.txt rename Documentation/dmaengine/{dmatest.txt => dmatest.rst} (80%) create mode 100644 Documentation/dmaengine/index.rst rename Documentation/dmaengine/{provider.txt => provider.rst} (79%) create mode 100644 Documentation/dmaengine/pxa_dma.rst delete mode 100644 Documentation/dmaengine/pxa_dma.txt -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html