lkml.org 
[lkml]   [2016]   [Apr]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/3] Introduce support for creating IIO devices via configfs
Date
For testing purposes is nice to have a quick way of creating IIO devices.
This patch series introduces support for creating IIO devices via configs
(patch 1), allowing users to register "device types". For the moment we
support "dummy" device type (patch 2).

Patch 3 introduces configfs entries documentation for easier review.

Changes since v1:
* dropped the RFC tag
* fix coding style issues as per Jonathan suggestion
* fix configfs path in Documentation as per Lars observation (patch 3)
* allocate memory for indio_dev->name (patch 1)
* make iio_simple_dummy depend on SW_DEVICE config option in order to avoid
compilation errors reported by kbuild robot.

Daniel Baluta (3):
iio: Add support for creating IIO devices via configfs
iio: dummy: Convert IIO dummy to configfs
Documentation: iio: Add IIO software devices docs

Documentation/ABI/testing/configfs-iio | 13 +++
drivers/iio/Kconfig | 8 ++
drivers/iio/Makefile | 1 +
drivers/iio/dummy/Kconfig | 1 +
drivers/iio/dummy/iio_simple_dummy.c | 102 +++++++-----------
drivers/iio/industrialio-sw-device.c | 182 +++++++++++++++++++++++++++++++++
include/linux/iio/sw_device.h | 70 +++++++++++++
7 files changed, 312 insertions(+), 65 deletions(-)
create mode 100644 drivers/iio/industrialio-sw-device.c
create mode 100644 include/linux/iio/sw_device.h

--
2.5.0

\
 
 \ /
  Last update: 2016-04-25 15:41    [W:0.054 / U:0.828 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site