From: Hans J. Koch Date: Thu, 7 Dec 2006 09:58:29 +0000 (+0100) Subject: UIO: Add the User IO core code X-Git-Tag: v2.6.23-rc1~481^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beafc54c4e2fba24e1ca45cdb7f79d9aa83e3db1;p=pandora-kernel.git UIO: Add the User IO core code 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 accesses. See the docbook documentation for more details on how to use this interface. From: Hans J. Koch Cc: Thomas Gleixner Cc: Benedikt Spranger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed