| From: |
| =?utf-8?q?Uwe=20Kleine-K=C3=B6nig?= <Uwe.Kleine-Koenig@digi.com> |
| To: |
| "Hans J. Koch" <hjk@linutronix.de>,
Greg Kroah-Hartman <gregkh@suse.de> |
| Subject: |
| [PATCH 0/4] UIO: fixes, cleanups and a new driver |
| Date: |
| Thu, 10 Apr 2008 14:36:59 +0200 |
| Message-ID: |
| <1207831023-8583-1-git-send-email-Uwe.Kleine-Koenig@digi.com> |
| Cc: |
| linux-kernel@vger.kernel.org |
| Archive-link: |
| Article,
Thread
|
Hello,
in this series you can find a generic platform_device driver for UIO and
a few cleanups and fixes to the existing UIO code. The first patch fixes a
possible Oops.
Below you can find shortlog and diffstat.
I appreciate any (constructive) feedback.
Best regards
Uwe
Uwe Kleine-König (4):
UIO: hold a reference to the device's owner while the device is open
UIO: use menuconfig
UIO: wrap all uio drivers in "if UIO" and "endif"
[RFC] UIO: generic platform driver
drivers/uio/Kconfig | 19 ++++--
drivers/uio/Makefile | 1 +
drivers/uio/uio.c | 40 +++++++-----
drivers/uio/uio_pdrv.c | 165 ++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 202 insertions(+), 23 deletions(-)