linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Introduce support for creating IIO devices via configfs
@ 2016-04-20 15:45 Daniel Baluta
  2016-04-20 15:45 ` [RFC PATCH 2/3] iio: dummy: Convert IIO dummy to configfs Daniel Baluta
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Daniel Baluta @ 2016-04-20 15:45 UTC (permalink / raw)
  To: jic23; +Cc: knaack.h, lars, pmeerw, linux-iio, linux-kernel, daniel.baluta

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).

This is just a RFC in order to see if the interface is acceptable. We also
need a way to create IIO devices with configurable number of channels.

Patch 3 introduces configfs entries documentation for easier review.

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                    |   9 ++
 drivers/iio/Makefile                   |   1 +
 drivers/iio/dummy/iio_simple_dummy.c   |  98 ++++++------------
 drivers/iio/industrialio-sw-device.c   | 181 +++++++++++++++++++++++++++++++++
 include/linux/iio/sw_device.h          |  70 +++++++++++++
 6 files changed, 307 insertions(+), 65 deletions(-)
 create mode 100644 drivers/iio/industrialio-sw-device.c
 create mode 100644 include/linux/iio/sw_device.h

-- 
2.5.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-04-25  7:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-20 15:45 [RFC PATCH 0/3] Introduce support for creating IIO devices via configfs Daniel Baluta
2016-04-20 15:45 ` [RFC PATCH 2/3] iio: dummy: Convert IIO dummy to configfs Daniel Baluta
2016-04-24 11:36   ` Jonathan Cameron
2016-04-20 15:45 ` [RFC PATCH 3/3] Documentation: iio: Add IIO software devices docs Daniel Baluta
2016-04-20 15:44   ` Lars-Peter Clausen
2016-04-20 15:51     ` Daniel Baluta
2016-04-23 21:44       ` Jonathan Cameron
2016-04-24 11:36   ` Jonathan Cameron
2016-04-24 11:28 ` [RFC PATCH 0/3] Introduce support for creating IIO devices via configfs Jonathan Cameron
2016-04-25  7:38   ` Daniel Baluta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).