aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-trigger.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-20iio: Make return value check for set_trigger_state() consistentGravatar Waqar Hameed 1-1/+1
2023-05-23iio: trigger: Add simple trigger_validation helperGravatar Matti Vaittinen 1-1/+21
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docGravatar Mehdi Djait 1-2/+9
2023-03-11iio: Improve the kernel-doc of iio_trigger_pollGravatar Mehdi Djait 1-0/+6
2022-11-23iio: core: move 'mlock' to 'struct iio_dev_opaque'Gravatar Nuno Sá 1-6/+6
2022-08-15iio: Add blank lines after declarations.Gravatar Joe Simmons-Talbott 1-0/+1
2022-07-18iio: Be consistent with allocation result tests.Gravatar Joe Simmons-Talbott 1-1/+1
2022-07-18iio: Use parens with sizeofGravatar Joe Simmons-Talbott 1-2/+2
2022-07-16iio: trigger: move trig->owner init to trigger allocate() stageGravatar Dmitry Rokosov 1-21/+25
2022-06-18iio: trigger: warn about non-registered iio trigger getting attemptGravatar Dmitry Rokosov 1-0/+2
2022-06-15iio: Use octal permissions and DEVICE_ATTR_{RO,RW}.Gravatar Joe Simmons-Talbott 1-17/+12
2022-06-11iio: Directly use ida_alloc()/free()Gravatar keliu 1-3/+3
2022-04-10iio: core: Move the currentmode entry to the opaque structureGravatar Miquel Raynal 1-1/+1
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 1-1/+35
2021-12-12iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046Gravatar Jonathan Cameron 1-1/+35
2021-11-17iio: trigger: Fix reference countingGravatar Lars-Peter Clausen 1-1/+0
2021-05-17iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueGravatar Jonathan Cameron 1-3/+7
2021-05-17iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueGravatar Jonathan Cameron 1-3/+6
2021-05-17iio: trigger: simplify __devm_iio_trigger_registerGravatar Yicong Yang 1-13/+5
2021-04-07iio: trigger: Fix strange (ladder-type) indentationGravatar Andy Shevchenko 1-13/+12
2021-04-07iio: trigger: Replace explicit casting and wrong specifier with proper oneGravatar Andy Shevchenko 1-2/+1
2021-03-29iio: core: Use sysfs_emit() (trivial bits)Gravatar Lars-Peter Clausen 1-2/+2
2021-03-25iio: set default trig->dev.parentGravatar Gwendal Grignou 1-11/+23
2021-03-11iio: core: rework iio device group creationGravatar Alexandru Ardelean 1-4/+2
2021-03-11iio: core-trigger: make iio_device_register_trigger_consumer() an int returnGravatar Alexandru Ardelean 1-1/+3
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidGravatar Jonathan Cameron 1-2/+2
2020-12-03iio: Fix: Do not poll the driver again if try_reenable() callback returns non 0.Gravatar Jonathan Cameron 1-3/+1
2020-09-21iio: Add __printf() attributes to various allocation functionsGravatar Jonathan Cameron 1-1/+2
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