summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-trigger.c
AgeCommit message (Expand)Author
2023-07-20iio: Make return value check for set_trigger_state() consistentWaqar Hameed
2023-05-23iio: trigger: Add simple trigger_validation helperMatti Vaittinen
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait
2023-03-11iio: Improve the kernel-doc of iio_trigger_pollMehdi Djait
2022-11-23iio: core: move 'mlock' to 'struct iio_dev_opaque'Nuno Sá
2022-08-15iio: Add blank lines after declarations.Joe Simmons-Talbott
2022-07-18iio: Be consistent with allocation result tests.Joe Simmons-Talbott
2022-07-18iio: Use parens with sizeofJoe Simmons-Talbott
2022-07-16iio: trigger: move trig->owner init to trigger allocate() stageDmitry Rokosov
2022-06-18iio: trigger: warn about non-registered iio trigger getting attemptDmitry Rokosov
2022-06-15iio: Use octal permissions and DEVICE_ATTR_{RO,RW}.Joe Simmons-Talbott
2022-06-11iio: Directly use ida_alloc()/free()keliu
2022-04-10iio: core: Move the currentmode entry to the opaque structureMiquel Raynal
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-12-12iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046Jonathan Cameron
2021-11-17iio: trigger: Fix reference countingLars-Peter Clausen
2021-05-17iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: trigger: simplify __devm_iio_trigger_registerYicong Yang
2021-04-07iio: trigger: Fix strange (ladder-type) indentationAndy Shevchenko
2021-04-07iio: trigger: Replace explicit casting and wrong specifier with proper oneAndy Shevchenko
2021-03-29iio: core: Use sysfs_emit() (trivial bits)Lars-Peter Clausen
2021-03-25iio: set default trig->dev.parentGwendal Grignou
2021-03-11iio: core: rework iio device group creationAlexandru Ardelean
2021-03-11iio: core-trigger: make iio_device_register_trigger_consumer() an int returnAlexandru Ardelean
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron
2020-12-03iio: Fix: Do not poll the driver again if try_reenable() callback returns non 0.Jonathan Cameron
2020-09-21iio: Add __printf() attributes to various allocation functionsJonathan Cameron
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen
2020-04-19iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean
2020-04-19iio: core: drop devm_iio_trigger_unregister() API callAlexandru Ardelean
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-04iio: trigger: Print an error if there is no available irqMathieu Othacehe
2017-08-22iio:trigger: Remove necessity to have a trig->ops structure.Jonathan Cameron
2017-08-22iio: triggers: Use macros to avoid boilerplate assignment of owner.Jonathan Cameron
2017-08-22iio: Use macro magic to avoid manual assign of driver_moduleJonathan Cameron
2017-05-21iio: trigger: fix NULL pointer dereference in iio_trigger_write_current()Marcin Niestroj
2017-01-22iio: trigger: clean up viio_trigger_alloc()Dan Carpenter
2017-01-22iio: industrialio-trigger: constify device_type structuresBhumika Goyal
2017-01-22iio: trigger: close race condition in acquiring trigger referenceAlison Schofield
2016-09-27iio:trigger: Add helper function to verify that a trigger belongs to the same...Lars-Peter Clausen
2016-09-10iio: trigger: helpers to determine own triggerLinus Walleij
2016-09-04iio:trigger: add resource managed (un)registerGregor Boirie
2016-09-03iio: trigger: allow immutable triggers to be assignedMatt Ranostay
2016-06-30iio:core: timestamping clock selection supportGregor Boirie
2016-06-29Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2016-06-27iio: Refuse to register triggers with duplicate namesCrestez Dan Leonard
2016-06-20Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman
2016-06-03iio: Fix error handling in iio_trigger_attach_poll_funcCrestez Dan Leonard
2016-05-29iio: triggers: Make trigger ops structure explicitly non optional.Jonathan Cameron