aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-trigger.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-20iio: Move attach/detach of the poll func to the coreGravatar Lars-Peter Clausen 1-18/+4
2020-04-19iio: core: drop devm_iio_trigger_free() API callGravatar Alexandru Ardelean 1-32/+0
2020-04-19iio: core: drop devm_iio_trigger_unregister() API callGravatar Alexandru Ardelean 1-21/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-04-04iio: trigger: Print an error if there is no available irqGravatar Mathieu Othacehe 1-1/+4
2017-08-22iio:trigger: Remove necessity to have a trig->ops structure.Gravatar Jonathan Cameron 1-8/+5
2017-08-22iio: triggers: Use macros to avoid boilerplate assignment of owner.Gravatar Jonathan Cameron 1-6/+12
2017-08-22iio: Use macro magic to avoid manual assign of driver_moduleGravatar Jonathan Cameron 1-3/+3
2017-05-21iio: trigger: fix NULL pointer dereference in iio_trigger_write_current()Gravatar Marcin Niestroj 1-1/+2
2017-01-22iio: trigger: clean up viio_trigger_alloc()Gravatar Dan Carpenter 1-35/+34
2017-01-22iio: industrialio-trigger: constify device_type structuresGravatar Bhumika Goyal 1-1/+1
2017-01-22iio: trigger: close race condition in acquiring trigger referenceGravatar Alison Schofield 1-8/+13
2016-09-27iio:trigger: Add helper function to verify that a trigger belongs to the same...Gravatar Lars-Peter Clausen 1-0/+21
2016-09-10iio: trigger: helpers to determine own triggerGravatar Linus Walleij 1-0/+16
2016-09-04iio:trigger: add resource managed (un)registerGravatar Gregor Boirie 1-0/+59
2016-09-03iio: trigger: allow immutable triggers to be assignedGravatar Matt Ranostay 1-0/+20
2016-06-30iio:core: timestamping clock selection supportGravatar Gregor Boirie 1-1/+1
2016-06-29Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Gravatar Greg Kroah-Hartman 1-0/+22
2016-06-27iio: Refuse to register triggers with duplicate namesGravatar Crestez Dan Leonard 1-0/+22
2016-06-20Merge 4.7-rc4 into staging-nextGravatar Greg Kroah-Hartman 1-5/+18
2016-06-03iio: Fix error handling in iio_trigger_attach_poll_funcGravatar Crestez Dan Leonard 1-5/+18
2016-05-29iio: triggers: Make trigger ops structure explicitly non optional.Gravatar Jonathan Cameron 1-5/+8
2015-08-27iio: Support triggered eventsGravatar Vladimir Barinov 1-2/+10
2015-08-08iio: trigger: Add missing fields in kernel docsGravatar Cristina Opriceana 1-3/+24
2014-06-14iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_c...Gravatar Peter Meerwald 1-4/+4
2014-02-18iio get rid of unneccessary error_retGravatar Hartmut Knaack 1-7/+4
2013-12-03iio:trigger: Convert to use ATTRIBUTE_GROUPSGravatar Axel Lin 1-10/+2
2013-11-24iio: Remove redundant check that new trigger is different from oldGravatar Peter Meerwald 1-1/+1
2013-11-24iio: Minor kerneldoc fix for iio_trigger_write_current()Gravatar Peter Meerwald 1-1/+1
2013-11-24iio: core: Move kernel doc to the right locationGravatar Sachin Kamat 1-0/+24
2013-08-17iio: trigger: implement devm_iio_trigger_alloc/devm_iio_triger_freeGravatar Jacek Anaszewski 1-4/+68
2013-07-20iio:trigger: Fix use_count race conditionGravatar Lars-Peter Clausen 1-12/+22
2013-06-29iio:trigger: device_unregister->device_del to avoid double freeGravatar Jonathan Cameron 1-1/+1
2013-02-06iio: tweak language in industrialio-trigger commentsGravatar Peter Meerwald 1-6/+6
2012-07-08iio:trigger: Register sysfs file staticallyGravatar Lars-Peter Clausen 1-25/+13
2012-07-07iio: fix spelling of detach in static funcGravatar Peter Meerwald 1-2/+2
2012-06-22iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()Gravatar Lars-Peter Clausen 1-2/+1
2012-05-14iio: Use dev_to_iio_dev()Gravatar Lars-Peter Clausen 1-2/+2
2012-04-29staging:iio: Streamline API function namingGravatar Lars-Peter Clausen 1-7/+7
2012-04-25IIO: Move the core files to drivers/iioGravatar Jonathan Cameron 1-0/+509