Re: [PATCH] doc: add uio document to docbook compilation target

2007-10-15 Thread Satoru Takeuchi
Hi Randy,

At Sun, 14 Oct 2007 20:49:42 -0700,
Randy Dunlap wrote:
> 
> On Mon, 15 Oct 2007 08:21:01 +0900 Satoru Takeuchi wrote:
> 
> > Add uio document to DocBook compilation target.
> > 
> > `make *docs' doesn't generate "The Userspace I/O HOWTO", the user space
> > I/O document written in DocBook.
> > 
> > Signed-off-by: Satoru Takeuchi <[EMAIL PROTECTED]>
> > 
> > Index: linux/Documentation/DocBook/Makefile
> > ===
> > --- linux.orig/Documentation/DocBook/Makefile   2007-10-12 
> > 23:54:19.0 +0900
> > +++ linux/Documentation/DocBook/Makefile2007-10-12 23:55:14.0 
> > +0900
> > @@ -11,7 +11,7 @@ DOCBOOKS := wanbook.xml z8530book.xml mc
> > procfs-guide.xml writing_usb_driver.xml \
> > kernel-api.xml filesystems.xml lsm.xml usb.xml \
> > gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
> > -   genericirq.xml
> > +   genericirq.xml uio-howto.xml
> >  
> >  ###
> >  # The build process is as follows (targets):
> 
> Hi,
> 
> Thanks, looks reasonable, but patch does not apply cleanly to
> mainline or -mm.  (trivial to fix)
> 
> ---
> ~Randy

Thank you, fixed. This patch can apply cleanly to 2.6.23-git6.

Satoru

---
Add uio document to DocBook compilation target.

`make *docs' doesn't generate "The Userspace I/O HOWTO", the user space
I/O document written in DocBook.

Signed-off-by: Satoru Takeuchi <[EMAIL PROTECTED]>

Index: linux-2.6.23/Documentation/DocBook/Makefile
===
--- linux-2.6.23.orig/Documentation/DocBook/Makefile2007-10-15 
15:40:55.0 +0900
+++ linux-2.6.23/Documentation/DocBook/Makefile 2007-10-15 15:41:09.0 
+0900
@@ -11,7 +11,7 @@ DOCBOOKS := wanbook.xml z8530book.xml mc
procfs-guide.xml writing_usb_driver.xml \
kernel-api.xml filesystems.xml lsm.xml usb.xml \
gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
-   genericirq.xml s390-drivers.xml
+   genericirq.xml s390-drivers.xml uio-howto.xml
 
 ###
 # The build process is as follows (targets):
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] doc: add uio document to docbook compilation target

2007-10-15 Thread Hans-Jürgen Koch
Am Sun, 14 Oct 2007 20:49:42 -0700
schrieb Randy Dunlap <[EMAIL PROTECTED]>:

> On Mon, 15 Oct 2007 08:21:01 +0900 Satoru Takeuchi wrote:
> 
> > Add uio document to DocBook compilation target.
> > 
> > `make *docs' doesn't generate "The Userspace I/O HOWTO", the user
> > space I/O document written in DocBook.

True. Thanks for your help.

> > 
> > Signed-off-by: Satoru Takeuchi <[EMAIL PROTECTED]>
> > 
> > Index: linux/Documentation/DocBook/Makefile
> > ===
> > --- linux.orig/Documentation/DocBook/Makefile   2007-10-12
> > 23:54:19.0 +0900 +++
> > linux/Documentation/DocBook/Makefile2007-10-12
> > 23:55:14.0 +0900 @@ -11,7 +11,7 @@ DOCBOOKS := wanbook.xml
> > z8530book.xml mc procfs-guide.xml writing_usb_driver.xml \
> > kernel-api.xml filesystems.xml lsm.xml usb.xml \ gadget.xml
> > libata.xml mtdnand.xml librs.xml rapidio.xml \
> > -   genericirq.xml
> > +   genericirq.xml uio-howto.xml
> >  
> >  ###
> >  # The build process is as follows (targets):
> 
> Hi,
> 
> Thanks, looks reasonable, but patch does not apply cleanly to
> mainline or -mm.  (trivial to fix)
> 
> ---
> ~Randy

Here's a version against mainline 2.6.23:

Thanks,
Hans

--
Add uio document to DocBook compilation target.

`make *docs' doesn't generate "The Userspace I/O HOWTO", the user
space I/O document written in DocBook.

Signed-off-by: Satoru Takeuchi <[EMAIL PROTECTED]>
Signed-off-by: Hans J. Koch <[EMAIL PROTECTED]>

Index: linux-2.6.23/Documentation/DocBook/Makefile
===
--- linux-2.6.23.orig/Documentation/DocBook/Makefile2007-10-15 
08:05:35.0 +0200
+++ linux-2.6.23/Documentation/DocBook/Makefile 2007-10-15 08:07:56.0 
+0200
@@ -11,7 +11,7 @@
procfs-guide.xml writing_usb_driver.xml \
kernel-api.xml filesystems.xml lsm.xml usb.xml \
gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
-   genericirq.xml
+   genericirq.xml uio-howto.xml
 
 ###
 # The build process is as follows (targets):
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] doc: add uio document to docbook compilation target

2007-10-15 Thread Hans-Jürgen Koch
Am Sun, 14 Oct 2007 20:49:42 -0700
schrieb Randy Dunlap [EMAIL PROTECTED]:

 On Mon, 15 Oct 2007 08:21:01 +0900 Satoru Takeuchi wrote:
 
  Add uio document to DocBook compilation target.
  
  `make *docs' doesn't generate The Userspace I/O HOWTO, the user
  space I/O document written in DocBook.

True. Thanks for your help.

  
  Signed-off-by: Satoru Takeuchi [EMAIL PROTECTED]
  
  Index: linux/Documentation/DocBook/Makefile
  ===
  --- linux.orig/Documentation/DocBook/Makefile   2007-10-12
  23:54:19.0 +0900 +++
  linux/Documentation/DocBook/Makefile2007-10-12
  23:55:14.0 +0900 @@ -11,7 +11,7 @@ DOCBOOKS := wanbook.xml
  z8530book.xml mc procfs-guide.xml writing_usb_driver.xml \
  kernel-api.xml filesystems.xml lsm.xml usb.xml \ gadget.xml
  libata.xml mtdnand.xml librs.xml rapidio.xml \
  -   genericirq.xml
  +   genericirq.xml uio-howto.xml
   
   ###
   # The build process is as follows (targets):
 
 Hi,
 
 Thanks, looks reasonable, but patch does not apply cleanly to
 mainline or -mm.  (trivial to fix)
 
 ---
 ~Randy

Here's a version against mainline 2.6.23:

Thanks,
Hans

--
Add uio document to DocBook compilation target.

`make *docs' doesn't generate The Userspace I/O HOWTO, the user
space I/O document written in DocBook.

Signed-off-by: Satoru Takeuchi [EMAIL PROTECTED]
Signed-off-by: Hans J. Koch [EMAIL PROTECTED]

Index: linux-2.6.23/Documentation/DocBook/Makefile
===
--- linux-2.6.23.orig/Documentation/DocBook/Makefile2007-10-15 
08:05:35.0 +0200
+++ linux-2.6.23/Documentation/DocBook/Makefile 2007-10-15 08:07:56.0 
+0200
@@ -11,7 +11,7 @@
procfs-guide.xml writing_usb_driver.xml \
kernel-api.xml filesystems.xml lsm.xml usb.xml \
gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
-   genericirq.xml
+   genericirq.xml uio-howto.xml
 
 ###
 # The build process is as follows (targets):
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] doc: add uio document to docbook compilation target

2007-10-15 Thread Satoru Takeuchi
Hi Randy,

At Sun, 14 Oct 2007 20:49:42 -0700,
Randy Dunlap wrote:
 
 On Mon, 15 Oct 2007 08:21:01 +0900 Satoru Takeuchi wrote:
 
  Add uio document to DocBook compilation target.
  
  `make *docs' doesn't generate The Userspace I/O HOWTO, the user space
  I/O document written in DocBook.
  
  Signed-off-by: Satoru Takeuchi [EMAIL PROTECTED]
  
  Index: linux/Documentation/DocBook/Makefile
  ===
  --- linux.orig/Documentation/DocBook/Makefile   2007-10-12 
  23:54:19.0 +0900
  +++ linux/Documentation/DocBook/Makefile2007-10-12 23:55:14.0 
  +0900
  @@ -11,7 +11,7 @@ DOCBOOKS := wanbook.xml z8530book.xml mc
  procfs-guide.xml writing_usb_driver.xml \
  kernel-api.xml filesystems.xml lsm.xml usb.xml \
  gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
  -   genericirq.xml
  +   genericirq.xml uio-howto.xml
   
   ###
   # The build process is as follows (targets):
 
 Hi,
 
 Thanks, looks reasonable, but patch does not apply cleanly to
 mainline or -mm.  (trivial to fix)
 
 ---
 ~Randy

Thank you, fixed. This patch can apply cleanly to 2.6.23-git6.

Satoru

---
Add uio document to DocBook compilation target.

`make *docs' doesn't generate The Userspace I/O HOWTO, the user space
I/O document written in DocBook.

Signed-off-by: Satoru Takeuchi [EMAIL PROTECTED]

Index: linux-2.6.23/Documentation/DocBook/Makefile
===
--- linux-2.6.23.orig/Documentation/DocBook/Makefile2007-10-15 
15:40:55.0 +0900
+++ linux-2.6.23/Documentation/DocBook/Makefile 2007-10-15 15:41:09.0 
+0900
@@ -11,7 +11,7 @@ DOCBOOKS := wanbook.xml z8530book.xml mc
procfs-guide.xml writing_usb_driver.xml \
kernel-api.xml filesystems.xml lsm.xml usb.xml \
gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
-   genericirq.xml s390-drivers.xml
+   genericirq.xml s390-drivers.xml uio-howto.xml
 
 ###
 # The build process is as follows (targets):
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] doc: add uio document to docbook compilation target

2007-10-14 Thread Randy Dunlap
On Mon, 15 Oct 2007 08:21:01 +0900 Satoru Takeuchi wrote:

> Add uio document to DocBook compilation target.
> 
> `make *docs' doesn't generate "The Userspace I/O HOWTO", the user space
> I/O document written in DocBook.
> 
> Signed-off-by: Satoru Takeuchi <[EMAIL PROTECTED]>
> 
> Index: linux/Documentation/DocBook/Makefile
> ===
> --- linux.orig/Documentation/DocBook/Makefile 2007-10-12 23:54:19.0 
> +0900
> +++ linux/Documentation/DocBook/Makefile  2007-10-12 23:55:14.0 
> +0900
> @@ -11,7 +11,7 @@ DOCBOOKS := wanbook.xml z8530book.xml mc
>   procfs-guide.xml writing_usb_driver.xml \
>   kernel-api.xml filesystems.xml lsm.xml usb.xml \
>   gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
> - genericirq.xml
> + genericirq.xml uio-howto.xml
>  
>  ###
>  # The build process is as follows (targets):

Hi,

Thanks, looks reasonable, but patch does not apply cleanly to
mainline or -mm.  (trivial to fix)

---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] doc: add uio document to docbook compilation target

2007-10-14 Thread Satoru Takeuchi
Add uio document to DocBook compilation target.

`make *docs' doesn't generate "The Userspace I/O HOWTO", the user space
I/O document written in DocBook.

Signed-off-by: Satoru Takeuchi <[EMAIL PROTECTED]>

Index: linux/Documentation/DocBook/Makefile
===
--- linux.orig/Documentation/DocBook/Makefile   2007-10-12 23:54:19.0 
+0900
+++ linux/Documentation/DocBook/Makefile2007-10-12 23:55:14.0 
+0900
@@ -11,7 +11,7 @@ DOCBOOKS := wanbook.xml z8530book.xml mc
procfs-guide.xml writing_usb_driver.xml \
kernel-api.xml filesystems.xml lsm.xml usb.xml \
gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
-   genericirq.xml
+   genericirq.xml uio-howto.xml
 
 ###
 # The build process is as follows (targets):
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] doc: add uio document to docbook compilation target

2007-10-14 Thread Satoru Takeuchi
Add uio document to DocBook compilation target.

`make *docs' doesn't generate The Userspace I/O HOWTO, the user space
I/O document written in DocBook.

Signed-off-by: Satoru Takeuchi [EMAIL PROTECTED]

Index: linux/Documentation/DocBook/Makefile
===
--- linux.orig/Documentation/DocBook/Makefile   2007-10-12 23:54:19.0 
+0900
+++ linux/Documentation/DocBook/Makefile2007-10-12 23:55:14.0 
+0900
@@ -11,7 +11,7 @@ DOCBOOKS := wanbook.xml z8530book.xml mc
procfs-guide.xml writing_usb_driver.xml \
kernel-api.xml filesystems.xml lsm.xml usb.xml \
gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
-   genericirq.xml
+   genericirq.xml uio-howto.xml
 
 ###
 # The build process is as follows (targets):
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] doc: add uio document to docbook compilation target

2007-10-14 Thread Randy Dunlap
On Mon, 15 Oct 2007 08:21:01 +0900 Satoru Takeuchi wrote:

 Add uio document to DocBook compilation target.
 
 `make *docs' doesn't generate The Userspace I/O HOWTO, the user space
 I/O document written in DocBook.
 
 Signed-off-by: Satoru Takeuchi [EMAIL PROTECTED]
 
 Index: linux/Documentation/DocBook/Makefile
 ===
 --- linux.orig/Documentation/DocBook/Makefile 2007-10-12 23:54:19.0 
 +0900
 +++ linux/Documentation/DocBook/Makefile  2007-10-12 23:55:14.0 
 +0900
 @@ -11,7 +11,7 @@ DOCBOOKS := wanbook.xml z8530book.xml mc
   procfs-guide.xml writing_usb_driver.xml \
   kernel-api.xml filesystems.xml lsm.xml usb.xml \
   gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
 - genericirq.xml
 + genericirq.xml uio-howto.xml
  
  ###
  # The build process is as follows (targets):

Hi,

Thanks, looks reasonable, but patch does not apply cleanly to
mainline or -mm.  (trivial to fix)

---
~Randy
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/