aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/Documentation/userspace.txt
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/iio/Documentation/userspace.txt')
-rw-r--r--drivers/staging/iio/Documentation/userspace.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/staging/iio/Documentation/userspace.txt b/drivers/staging/iio/Documentation/userspace.txt
deleted file mode 100644
index ff06e5dc7188..000000000000
--- a/drivers/staging/iio/Documentation/userspace.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Userspace access to IIO
-
-The sysfs attributes are documented in sysfs-bus-iio.
-
-Udev will create the following entries under /dev by default:
-
-device0:buffer0:access0 - ring access chrdev
-device0:buffer0:event0 - ring event chrdev
-device0:event0 - general event chrdev.
-
-The files, lis3l02dqbuffersimple.c and iio_utils.h in this directory provide an example
-of how to use the ring buffer and event interfaces.