|
Subject: [PATCH 0/4] UIO: fixes, cleanups and a new driver Newsgroups: gmane.linux.kernel Date: 2008-04-10 12:36:59 GMT (1 year, 12 weeks, 1 day, 22 hours and 30 minutes ago)
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(-)
|
|
|