[PATCH 1/3] UIO: Add the User IO core code

2007-07-18 Thread Greg Kroah-Hartman
From: Hans J. Koch <[EMAIL PROTECTED]> This interface allows the ability to write the majority of a driver in userspace with only a very small shell of a driver in the kernel itself. It uses a char device and sysfs to interact with a userspace process to process interrupts and control memory acces

[PATCH 1/3] UIO: Add the User IO core code

2007-05-08 Thread Greg Kroah-Hartman
From: Hans J. Koch <[EMAIL PROTECTED]> This interface allows the ability to write the majority of a driver in userspace with only a very small shell of a driver in the kernel itself. It uses a char device and sysfs to interact with a userspace process to process interrupts and control memory acces

[PATCH 1/3] UIO: Add the User IO core code

2007-04-27 Thread Greg Kroah-Hartman
From: Hans J. Koch <[EMAIL PROTECTED]> This interface allows the ability to write the majority of a driver in userspace with only a very small shell of a driver in the kernel itself. It uses a char device and sysfs to interact with a userspace process to process interrupts and control memory acces