From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de,
Benedikt Spranger <b.spranger@linutronix.de>,
"Hans J. Koch" <hjk@linutronix.de>
Subject: [GIT PATCH] UIO patches for 2.6.22
Date: Wed, 18 Jul 2007 16:23:33 -0700 [thread overview]
Message-ID: <20070718232332.GA4620@kroah.com> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 1827 bytes --]
Here are the UIO (Userspace I/O driver framework) patches for 2.6.22
They have been revamped from the last time you have seen them, and they
include a real driver, the Hilscher CIF DeviceNet and Profibus card
controller, which is being used in production systems with this driver
framework right now. The kernel driver they replaced was a total mess,
with over 60+ ioctls to try to control the different aspects of the
device. See the last patch in this series for more details on this
driver.
These patches include full documentation, are self-contained from the
rest of the kernel, and have been in the -mm tree for the past few
months with no complaints.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/uio-2.6.git/
Patches will be sent as a follow-on to this message to lkml for people
to see.
thanks,
greg k-h
Documentation/DocBook/kernel-api.tmpl | 4 +
Documentation/DocBook/uio-howto.tmpl | 611 ++++++++++++++++++++++++++++
drivers/Kconfig | 1 +
drivers/Makefile | 1 +
drivers/uio/Kconfig | 29 ++
drivers/uio/Makefile | 2 +
drivers/uio/uio.c | 701 +++++++++++++++++++++++++++++++++
drivers/uio/uio_cif.c | 156 ++++++++
include/linux/uio_driver.h | 91 +++++
9 files changed, 1596 insertions(+), 0 deletions(-)
create mode 100644 Documentation/DocBook/uio-howto.tmpl
create mode 100644 drivers/uio/Kconfig
create mode 100644 drivers/uio/Makefile
create mode 100644 drivers/uio/uio.c
create mode 100644 drivers/uio/uio_cif.c
create mode 100644 include/linux/uio_driver.h
---------------
Hans J. Koch (2):
UIO: Add the User IO core code
UIO: Documentation
Hans-Jürgen Koch (1):
UIO: Hilscher CIF card driver
next reply other threads:[~2007-07-18 23:25 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-18 23:23 Greg KH [this message]
2007-07-18 23:26 ` [PATCH 1/3] UIO: Add the User IO core code Greg Kroah-Hartman
2007-07-18 23:26 ` [PATCH 2/3] UIO: Documentation Greg Kroah-Hartman
2007-07-18 23:26 ` [PATCH 3/3] UIO: Hilscher CIF card driver Greg Kroah-Hartman
2007-07-19 16:33 ` Jan Engelhardt
2007-07-19 19:28 ` Hans-Jürgen Koch
2007-07-19 20:02 ` Jan Engelhardt
2007-07-19 20:24 ` Hans-Jürgen Koch
2007-08-08 21:36 ` [PATCH 2/3] UIO: Documentation Jesper Juhl
2007-08-08 22:12 ` Valdis.Kletnieks
2007-08-08 23:03 ` Jesper Juhl
2007-08-09 7:19 ` Greg KH
2007-08-09 16:50 ` Jesper Juhl
2007-08-08 23:40 ` Alan Cox
2007-08-09 12:29 ` Hans-Jürgen Koch
2007-08-09 14:09 ` Alan Cox
2007-08-09 13:02 ` Hans-Jürgen Koch
2007-08-09 14:12 ` Alan Cox
2007-08-09 15:23 ` Hans-Jürgen Koch
2007-08-09 7:41 ` Hans-Jürgen Koch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070718232332.GA4620@kroah.com \
--to=gregkh@suse.de \
--cc=akpm@osdl.org \
--cc=b.spranger@linutronix.de \
--cc=hjk@linutronix.de \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome