iio: core: Introduce IIO configfs support
authorDaniel Baluta <daniel.baluta@intel.com>
Mon, 9 Nov 2015 07:13:59 +0000 (09:13 +0200)
committerJonathan Cameron <jic23@kernel.org>
Thu, 3 Dec 2015 18:19:24 +0000 (18:19 +0000)
commit8261d961d1f397925d7a470864c14663d01ed714
tree7774c7357a96c84d123f88afe038c46c5a99db5f
parent7221819ac48195ea9f1e179c3f812939319d9e7b
iio: core: Introduce IIO configfs support

This patch creates the IIO configfs root group. The group
will appear under <mount-point>/iio/, usually /config/iio.

We introduce configfs support in IIO in order to be able to easily
create IIO objects from userspace. The first supported IIO objects
are triggers introduced with next patches.

Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Tested-by: Matt Ranostay <matt.ranostay@intel>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/Kconfig
drivers/iio/Makefile
drivers/iio/industrialio-configfs.c [new file with mode: 0644]
This page took 0.026169 seconds and 5 git commands to generate.