Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1460390
| From | Sumit Semwal <sumit.semwal@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC 0/4] doc: dma-buf: sphinx conversion and cleanup |
| Date | 2016-08-11 12:50 +0200 |
| Message-ID | <s4VIJ-2F7-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC 0/4] doc: dma-buf: sphinx conversion and cleanup Sumit Semwal <sumit.semwal@linaro.org> - 2016-08-11 12:50 +0200
[RFC 1/4] dma-buf/fence: kerneldoc: remove unused struct members Sumit Semwal <sumit.semwal@linaro.org> - 2016-08-11 12:50 +0200
[RFC 2/4] dma-buf/fence: kerneldoc: remove spurious section header Sumit Semwal <sumit.semwal@linaro.org> - 2016-08-11 12:50 +0200
Re: [RFC 2/4] dma-buf/fence: kerneldoc: remove spurious section header Daniel Vetter <daniel@ffwll.ch> - 2016-08-12 11:00 +0200
Re: [RFC 0/4] doc: dma-buf: sphinx conversion and cleanup Jonathan Corbet <corbet@lwn.net> - 2016-08-11 16:40 +0200
Re: [RFC 0/4] doc: dma-buf: sphinx conversion and cleanup Sumit Semwal <sumit.semwal@linaro.org> - 2016-08-12 08:40 +0200
Re: [RFC 0/4] doc: dma-buf: sphinx conversion and cleanup Daniel Vetter <daniel@ffwll.ch> - 2016-08-12 10:40 +0200
csiph-web