Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1460394 > unrolled thread

[RFC 0/4] doc: dma-buf: sphinx conversion and cleanup

Started bySumit Semwal <sumit.semwal@linaro.org>
First post2016-08-11 12:50 +0200
Last post2016-08-11 12:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [RFC 0/4] doc: dma-buf: sphinx conversion and cleanup  Sumit Semwal <sumit.semwal@linaro.org> - 2016-08-11 12:50 +0200

#1460394 — [RFC 0/4] doc: dma-buf: sphinx conversion and cleanup

FromSumit Semwal <sumit.semwal@linaro.org>
Date2016-08-11 12:50 +0200
Subject[RFC 0/4] doc: dma-buf: sphinx conversion and cleanup
Message-ID<s4VIJ-2F7-21@gated-at.bofh.it>
Convert dma-buf documentation over to sphinx; also cleanup to
address sphinx warnings.

While at that, convert dma-buf-sharing.txt as well, and make it the
dma-buf API guide.

There is no content change yet; only format conversion and creation of
some hyperlinks.

Sumit Semwal (4):
  dma-buf/fence: kerneldoc: remove unused struct members
  dma-buf/fence: kerneldoc: remove spurious section header
  Documentation: move dma-buf documentation to rst
  Documentation/sphinx: link dma-buf rsts

 Documentation/DocBook/device-drivers.tmpl |  37 ---
 Documentation/dma-buf/guide.rst           | 503 ++++++++++++++++++++++++++++++
 Documentation/dma-buf/intro.rst           |  76 +++++
 Documentation/index.rst                   |   2 +
 MAINTAINERS                               |   2 +-
 include/linux/fence.h                     |   4 +-
 6 files changed, 583 insertions(+), 41 deletions(-)
 create mode 100644 Documentation/dma-buf/guide.rst
 create mode 100644 Documentation/dma-buf/intro.rst

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web