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


Groups > linux.kernel > #1503165 > unrolled thread

[PATCH] doc-rst: DocBook to reST migration of the uio-howto.tmpl

Started byMarkus Heiser <markus.heiser@darmarit.de>
First post2016-10-18 18:00 +0200
Last post2016-10-18 18:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] doc-rst: DocBook to reST migration of the uio-howto.tmpl Markus Heiser <markus.heiser@darmarit.de> - 2016-10-18 18:00 +0200

#1503165 — [PATCH] doc-rst: DocBook to reST migration of the uio-howto.tmpl

FromMarkus Heiser <markus.heiser@darmarit.de>
Date2016-10-18 18:00 +0200
Subject[PATCH] doc-rst: DocBook to reST migration of the uio-howto.tmpl
Message-ID<stEY1-3IP-13@gated-at.bofh.it>
Hi,

this is the DocBook to reST migration of the uio-howto.tmpl as ordered by
Stephen Hemminger [1].

The patch is on top of git://git.lwn.net/linux.git docs-next

[1] https://www.mail-archive.com/linux-doc@vger.kernel.org/msg06891.html

Markus Heiser (1):
  doc-rst: DocBook to reST migration of the uio-howto.tmpl

 Documentation/DocBook/Makefile                   |    2 +-
 Documentation/DocBook/uio-howto.tmpl             | 1050 ----------------------
 Documentation/conf.py                            |    2 +
 Documentation/index.rst                          |    1 +
 Documentation/uio-howto/about_uio.rst            |  150 ++++
 Documentation/uio-howto/aboutthisdoc.rst         |  103 +++
 Documentation/uio-howto/conf.py                  |   10 +
 Documentation/uio-howto/custom_kernel_module.rst |  245 +++++
 Documentation/uio-howto/index.rst                |   45 +
 Documentation/uio-howto/uio_pci_generic.rst      |  168 ++++
 Documentation/uio-howto/userspace_driver.rst     |   86 ++
 11 files changed, 811 insertions(+), 1051 deletions(-)
 delete mode 100644 Documentation/DocBook/uio-howto.tmpl
 create mode 100644 Documentation/uio-howto/about_uio.rst
 create mode 100644 Documentation/uio-howto/aboutthisdoc.rst
 create mode 100644 Documentation/uio-howto/conf.py
 create mode 100644 Documentation/uio-howto/custom_kernel_module.rst
 create mode 100644 Documentation/uio-howto/index.rst
 create mode 100644 Documentation/uio-howto/uio_pci_generic.rst
 create mode 100644 Documentation/uio-howto/userspace_driver.rst

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web