Searched hist:beafc54c4e2fba24e1ca45cdb7f79d9aa83e3db1 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/uio/ |
H A D | Makefile | beafc54c4e2fba24e1ca45cdb7f79d9aa83e3db1 Thu Dec 07 03:58:29 CST 2006 Hans J. Koch <hjk@linutronix.de> 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 <hjk@linutronix.de> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Benedikt Spranger <b.spranger@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | Kconfig | beafc54c4e2fba24e1ca45cdb7f79d9aa83e3db1 Thu Dec 07 03:58:29 CST 2006 Hans J. Koch <hjk@linutronix.de> 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 <hjk@linutronix.de> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Benedikt Spranger <b.spranger@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | uio.c | beafc54c4e2fba24e1ca45cdb7f79d9aa83e3db1 Thu Dec 07 03:58:29 CST 2006 Hans J. Koch <hjk@linutronix.de> 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 <hjk@linutronix.de> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Benedikt Spranger <b.spranger@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/openbmc/linux/include/linux/ |
H A D | uio_driver.h | beafc54c4e2fba24e1ca45cdb7f79d9aa83e3db1 Thu Dec 07 03:58:29 CST 2006 Hans J. Koch <hjk@linutronix.de> 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 <hjk@linutronix.de> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Benedikt Spranger <b.spranger@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/openbmc/linux/drivers/ |
H A D | Kconfig | diff beafc54c4e2fba24e1ca45cdb7f79d9aa83e3db1 Thu Dec 07 03:58:29 CST 2006 Hans J. Koch <hjk@linutronix.de> 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 <hjk@linutronix.de> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Benedikt Spranger <b.spranger@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | Makefile | diff beafc54c4e2fba24e1ca45cdb7f79d9aa83e3db1 Thu Dec 07 03:58:29 CST 2006 Hans J. Koch <hjk@linutronix.de> 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 <hjk@linutronix.de> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Benedikt Spranger <b.spranger@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|