summaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-trigger.c
Commit message (Expand)AuthorAgeFilesLines
* iio: trigger: clean up viio_trigger_alloc()Dan Carpenter2017-01-221-35/+34
* iio: industrialio-trigger: constify device_type structuresBhumika Goyal2017-01-221-1/+1
* iio: trigger: close race condition in acquiring trigger referenceAlison Schofield2017-01-221-8/+13
* iio:trigger: Add helper function to verify that a trigger belongs to the same...Lars-Peter Clausen2016-09-271-0/+21
* iio: trigger: helpers to determine own triggerLinus Walleij2016-09-101-0/+16
* iio:trigger: add resource managed (un)registerGregor Boirie2016-09-041-0/+59
* iio: trigger: allow immutable triggers to be assignedMatt Ranostay2016-09-031-0/+20
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-1/+1
* Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-06-291-0/+22
|\
| * iio: Refuse to register triggers with duplicate namesCrestez Dan Leonard2016-06-271-0/+22
* | Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman2016-06-201-5/+18
|\ \ | |/ |/|
| * iio: Fix error handling in iio_trigger_attach_poll_funcCrestez Dan Leonard2016-06-031-5/+18
* | iio: triggers: Make trigger ops structure explicitly non optional.Jonathan Cameron2016-05-291-5/+8
|/
* iio: Support triggered eventsVladimir Barinov2015-08-271-2/+10
* iio: trigger: Add missing fields in kernel docsCristina Opriceana2015-08-081-3/+24
* iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_c...Peter Meerwald2014-06-141-4/+4
* iio get rid of unneccessary error_retHartmut Knaack2014-02-181-7/+4
* iio:trigger: Convert to use ATTRIBUTE_GROUPSAxel Lin2013-12-031-10/+2
* iio: Remove redundant check that new trigger is different from oldPeter Meerwald2013-11-241-1/+1
* iio: Minor kerneldoc fix for iio_trigger_write_current()Peter Meerwald2013-11-241-1/+1
* iio: core: Move kernel doc to the right locationSachin Kamat2013-11-241-0/+24
* iio: trigger: implement devm_iio_trigger_alloc/devm_iio_triger_freeJacek Anaszewski2013-08-171-4/+68
* iio:trigger: Fix use_count race conditionLars-Peter Clausen2013-07-201-12/+22
* iio:trigger: device_unregister->device_del to avoid double freeJonathan Cameron2013-06-291-1/+1
* iio: tweak language in industrialio-trigger commentsPeter Meerwald2013-02-061-6/+6
* iio:trigger: Register sysfs file staticallyLars-Peter Clausen2012-07-081-25/+13
* iio: fix spelling of detach in static funcPeter Meerwald2012-07-071-2/+2
* iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()Lars-Peter Clausen2012-06-221-2/+1
* iio: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-2/+2
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-7/+7
* IIO: Move the core files to drivers/iioJonathan Cameron2012-04-251-0/+509