[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1427302832-9336-1-git-send-email-daniel.baluta@intel.com>
Date: Wed, 25 Mar 2015 19:00:29 +0200
From: Daniel Baluta <daniel.baluta@...el.com>
To: jic23@...nel.org
Cc: jlbec@...lplan.org, lars@...afoo.de, knaack.h@....de,
pmeerw@...erw.net, linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org, octavian.purdila@...el.com,
daniel.baluta@...el.com
Subject: [PATCH 0/3] Add configfs support for software triggers in IIO
This patchset adds initial support for configfs in IIO. It is structured in
the following way:
* patch 1 - adds configfs infrastructure creating an "iio" configfs
subystem + an initial "triggers" group.
* patch 2 - adds the first "real" trigger type - hrtimer.
* patch 3 - adds Documentation
Daniel Baluta (3):
iio: configfs: Add configfs support to IIO
iio: trigger: Add support for highres timer trigger
iio: Documentation: Add initial documentaton for IIO
Documentation/iio/iio_configfs.txt | 74 ++++++++
drivers/iio/Kconfig | 8 +
drivers/iio/Makefile | 1 +
drivers/iio/industrialio-configfs.c | 301 +++++++++++++++++++++++++++++++
drivers/iio/trigger/Kconfig | 8 +
drivers/iio/trigger/Makefile | 2 +
drivers/iio/trigger/iio-trig-hrtimer.c | 146 +++++++++++++++
include/linux/iio/iio_configfs_trigger.h | 49 +++++
8 files changed, 589 insertions(+)
create mode 100644 Documentation/iio/iio_configfs.txt
create mode 100644 drivers/iio/industrialio-configfs.c
create mode 100644 drivers/iio/trigger/iio-trig-hrtimer.c
create mode 100644 include/linux/iio/iio_configfs_trigger.h
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists