summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-trigger.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-111-2/+9
* iio: Improve the kernel-doc of iio_trigger_pollMehdi Djait2023-03-111-0/+6
* iio: core: move 'mlock' to 'struct iio_dev_opaque'Nuno Sá2022-11-231-6/+6
* iio: Add blank lines after declarations.Joe Simmons-Talbott2022-08-151-0/+1
* iio: Be consistent with allocation result tests.Joe Simmons-Talbott2022-07-181-1/+1
* iio: Use parens with sizeofJoe Simmons-Talbott2022-07-181-2/+2
* iio: trigger: move trig->owner init to trigger allocate() stageDmitry Rokosov2022-07-161-21/+25
* iio: trigger: warn about non-registered iio trigger getting attemptDmitry Rokosov2022-06-181-0/+2
* iio: Use octal permissions and DEVICE_ATTR_{RO,RW}.Joe Simmons-Talbott2022-06-151-17/+12
* iio: Directly use ida_alloc()/free()keliu2022-06-111-3/+3
* iio: core: Move the currentmode entry to the opaque structureMiquel Raynal2022-04-101-1/+1
* Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-12-221-1/+35
|\
| * iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046Jonathan Cameron2021-12-121-1/+35
* | iio: trigger: Fix reference countingLars-Peter Clausen2021-11-171-1/+0
|/
* iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-3/+7
* iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-3/+6
* iio: trigger: simplify __devm_iio_trigger_registerYicong Yang2021-05-171-13/+5
* iio: trigger: Fix strange (ladder-type) indentationAndy Shevchenko2021-04-071-13/+12
* iio: trigger: Replace explicit casting and wrong specifier with proper oneAndy Shevchenko2021-04-071-2/+1
* iio: core: Use sysfs_emit() (trivial bits)Lars-Peter Clausen2021-03-291-2/+2
* iio: set default trig->dev.parentGwendal Grignou2021-03-251-11/+23
* iio: core: rework iio device group creationAlexandru Ardelean2021-03-111-4/+2
* iio: core-trigger: make iio_device_register_trigger_consumer() an int returnAlexandru Ardelean2021-03-111-1/+3
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-031-2/+2
* iio: Fix: Do not poll the driver again if try_reenable() callback returns non 0.Jonathan Cameron2020-12-031-3/+1
* iio: Add __printf() attributes to various allocation functionsJonathan Cameron2020-09-211-1/+2
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-18/+4
* iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean2020-04-191-32/+0
* iio: core: drop devm_iio_trigger_unregister() API callAlexandru Ardelean2020-04-191-21/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* iio: trigger: Print an error if there is no available irqMathieu Othacehe2019-04-041-1/+4
* iio:trigger: Remove necessity to have a trig->ops structure.Jonathan Cameron2017-08-221-8/+5
* iio: triggers: Use macros to avoid boilerplate assignment of owner.Jonathan Cameron2017-08-221-6/+12
* iio: Use macro magic to avoid manual assign of driver_moduleJonathan Cameron2017-08-221-3/+3
* iio: trigger: fix NULL pointer dereference in iio_trigger_write_current()Marcin Niestroj2017-05-211-1/+2
* 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