aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-trigger.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-3/+7
2021-05-17iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-3/+6
2021-05-17iio: trigger: simplify __devm_iio_trigger_registerYicong Yang1-13/+5
2021-04-07iio: trigger: Fix strange (ladder-type) indentationAndy Shevchenko1-13/+12
2021-04-07iio: trigger: Replace explicit casting and wrong specifier with proper oneAndy Shevchenko1-2/+1
2021-03-29iio: core: Use sysfs_emit() (trivial bits)Lars-Peter Clausen1-2/+2
2021-03-25iio: set default trig->dev.parentGwendal Grignou1-11/+23
2021-03-11iio: core: rework iio device group creationAlexandru Ardelean1-4/+2
2021-03-11iio: core-trigger: make iio_device_register_trigger_consumer() an int returnAlexandru Ardelean1-1/+3
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron1-2/+2
2020-12-03iio: Fix: Do not poll the driver again if try_reenable() callback returns non 0.Jonathan Cameron1-3/+1
2020-09-21iio: Add __printf() attributes to various allocation functionsJonathan Cameron1-1/+2
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-18/+4
2020-04-19iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean1-32/+0
2020-04-19iio: core: drop devm_iio_trigger_unregister() API callAlexandru Ardelean1-21/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-04iio: trigger: Print an error if there is no available irqMathieu Othacehe1-1/+4
2017-08-22iio:trigger: Remove necessity to have a trig->ops structure.Jonathan Cameron1-8/+5
2017-08-22iio: triggers: Use macros to avoid boilerplate assignment of owner.Jonathan Cameron1-6/+12
2017-08-22iio: Use macro magic to avoid manual assign of driver_moduleJonathan Cameron1-3/+3
2017-05-21iio: trigger: fix NULL pointer dereference in iio_trigger_write_current()Marcin Niestroj1-1/+2
2017-01-22iio: trigger: clean up viio_trigger_alloc()Dan Carpenter1-35/+34
2017-01-22iio: industrialio-trigger: constify device_type structuresBhumika Goyal1-1/+1
2017-01-22iio: trigger: close race condition in acquiring trigger referenceAlison Schofield1-8/+13
2016-09-27iio:trigger: Add helper function to verify that a trigger belongs to the same deviceLars-Peter Clausen1-0/+21
2016-09-10iio: trigger: helpers to determine own triggerLinus Walleij1-0/+16
2016-09-04iio:trigger: add resource managed (un)registerGregor Boirie1-0/+59
2016-09-03iio: trigger: allow immutable triggers to be assignedMatt Ranostay1-0/+20
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-1/+1
2016-06-29Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+22
2016-06-27iio: Refuse to register triggers with duplicate namesCrestez Dan Leonard1-0/+22
2016-06-20Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman1-5/+18
2016-06-03iio: Fix error handling in iio_trigger_attach_poll_funcCrestez Dan Leonard1-5/+18
2016-05-29iio: triggers: Make trigger ops structure explicitly non optional.Jonathan Cameron1-5/+8
2015-08-27iio: Support triggered eventsVladimir Barinov1-2/+10
2015-08-08iio: trigger: Add missing fields in kernel docsCristina Opriceana1-3/+24
2014-06-14iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_chained()Peter Meerwald1-4/+4
2014-02-18iio get rid of unneccessary error_retHartmut Knaack1-7/+4
2013-12-03iio:trigger: Convert to use ATTRIBUTE_GROUPSAxel Lin1-10/+2
2013-11-24iio: Remove redundant check that new trigger is different from oldPeter Meerwald1-1/+1
2013-11-24iio: Minor kerneldoc fix for iio_trigger_write_current()Peter Meerwald1-1/+1
2013-11-24iio: core: Move kernel doc to the right locationSachin Kamat1-0/+24
2013-08-17iio: trigger: implement devm_iio_trigger_alloc/devm_iio_triger_freeJacek Anaszewski1-4/+68
2013-07-20iio:trigger: Fix use_count race conditionLars-Peter Clausen1-12/+22
2013-06-29iio:trigger: device_unregister->device_del to avoid double freeJonathan Cameron1-1/+1
2013-02-06iio: tweak language in industrialio-trigger commentsPeter Meerwald1-6/+6
2012-07-08iio:trigger: Register sysfs file staticallyLars-Peter Clausen1-25/+13
2012-07-07iio: fix spelling of detach in static funcPeter Meerwald1-2/+2
2012-06-22iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()Lars-Peter Clausen1-2/+1
2012-05-14iio: Use dev_to_iio_dev()Lars-Peter Clausen1-2/+2