[PATCH 2/3] UIO: Documentation

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Cc: <torvalds@...>, Greg Kroah-Hartman <gregkh@...>
Date: Friday, April 27, 2007 - 6:50 pm

From: Hans J. Koch <hjk@linutronix.de>

Documentation for the UIO interface

From: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
 Documentation/DocBook/kernel-api.tmpl |    4 +
 Documentation/DocBook/uio-howto.tmpl  |  498 +++++++++++++++++++++++++++++++++
 2 files changed, 502 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/DocBook/uio-howto.tmpl

diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl
index 0bb9023..40e968d 100644
--- a/Documentation/DocBook/kernel-api.tmpl
+++ b/Documentation/DocBook/kernel-api.tmpl
@@ -396,6 +396,10 @@ X!Edrivers/pnp/system.c
 !Edrivers/pnp/manager.c
 !Edrivers/pnp/support.c
      </sect1>
+     <sect1><title>Userspace IO devices</title>
+!Edrivers/uio/uio.c
+!Iinclude/linux/uio_driver.h
+     </sect1>
   </chapter>
 
   <chapter id="blkdev">
diff --git a/Documentation/DocBook/uio-howto.tmpl b/Documentation/DocBook/uio-howto.tmpl
new file mode 100644
index 0000000..bd2209f
--- /dev/null
+++ b/Documentation/DocBook/uio-howto.tmpl
@@ -0,0 +1,498 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+
+<article id="index">
+<articleinfo>
+<title>The Userspace I/O HOWTO</title>
+
+<author>
+      <firstname>Hans-J
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PATCH] UIO patches for 2.6.21, Greg KH, (Fri Apr 27, 6:49 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Bill Davidsen, (Sat Apr 28, 3:56 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Hans-Jürgen Koch, (Sat Apr 28, 4:03 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Alan Cox, (Sat Apr 28, 4:15 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Thomas Gleixner, (Sat Apr 28, 4:31 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Greg KH, (Sat Apr 28, 9:23 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Thomas Gleixner, (Sun Apr 29, 4:30 am)
Re: [GIT PATCH] UIO patches for 2.6.21, Pavel Machek, (Mon May 7, 4:02 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Jan Engelhardt, (Sun Apr 29, 8:09 am)
Re: [GIT PATCH] UIO patches for 2.6.21, Alan Cox, (Sun Apr 29, 12:27 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Thomas Gleixner, (Sat Apr 28, 4:02 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Andrew Morton, (Fri Apr 27, 7:04 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Hans-Jürgen Koch, (Fri Apr 27, 8:28 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Alan Cox, (Fri Apr 27, 7:26 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Greg KH, (Fri Apr 27, 7:11 pm)
Re: [GIT PATCH] UIO patches for 2.6.21, Thomas Gleixner, (Sat Apr 28, 7:38 am)
[PATCH 1/3] UIO: Add the User IO core code, Greg Kroah-Hartman, (Fri Apr 27, 6:50 pm)
Flaws with "UIO: Add the User IO core code", Alan Cox, (Fri Apr 27, 7:19 pm)
Re: Flaws with "UIO: Add the User IO core code" (with patch), Hans-Jürgen Koch, (Sat Apr 28, 2:52 pm)
Re: Flaws with "UIO: Add the User IO core code" (with patch), Hans-Jürgen Koch, (Sat Apr 28, 5:03 pm)
Re: Flaws with "UIO: Add the User IO core code" (with patch), Thomas Gleixner, (Sat Apr 28, 5:08 pm)
Re: Flaws with "UIO: Add the User IO core code", Hans-Jürgen Koch, (Sat Apr 28, 5:14 pm)
Re: Flaws with "UIO: Add the User IO core code" (with patch), Hans-Jürgen Koch, (Sun Apr 29, 6:18 pm)
Re: Flaws with "UIO: Add the User IO core code" (with patch), Thomas Gleixner, (Sat Apr 28, 4:38 pm)
Re: Flaws with "UIO: Add the User IO core code", Thomas Gleixner, (Sat Apr 28, 7:39 am)
[PATCH 2/3] UIO: Documentation, Greg Kroah-Hartman, (Fri Apr 27, 6:50 pm)
Re: [PATCH 2/3] UIO: Documentation, Randy Dunlap, (Tue May 1, 7:42 pm)
Re: [PATCH 2/3] UIO: Documentation, Hans-Jürgen Koch, (Wed May 2, 4:41 am)
Re: [PATCH 2/3] UIO: Documentation, Randy Dunlap, (Wed May 2, 4:52 pm)
Re: [PATCH 2/3] UIO: Documentation, Hans-Jürgen Koch, (Wed May 2, 6:00 pm)
Re: [PATCH 2/3] UIO: Documentation, Randy Dunlap, (Wed May 2, 7:37 pm)
Re: [PATCH 2/3] UIO: Documentation, Greg KH, (Thu May 3, 1:37 am)
Re: [PATCH 2/3] UIO: Documentation, Hans-Jürgen Koch, (Thu May 3, 2:39 am)
Re: [PATCH 2/3] UIO: Documentation, Hans-Jürgen Koch, (Fri May 4, 5:37 am)
Re: [PATCH 2/3] UIO: Documentation, Randy Dunlap, (Mon May 7, 1:46 pm)
Re: [PATCH 2/3] UIO: Documentation, Hans-Jürgen Koch, (Mon May 7, 4:01 pm)
[PATCH 3/3] UIO: Hilscher CIF card driver, Greg Kroah-Hartman, (Fri Apr 27, 6:50 pm)
Re: [PATCH 3/3] UIO: Hilscher CIF card driver (with patch), Hans-Jürgen Koch, (Sun Apr 29, 3:44 pm)