index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
industrialio-trigger.c
Age
Commit message (
Expand
)
Author
2023-05-23
iio: trigger: Add simple trigger_validation helper
Matti Vaittinen
2023-03-11
iio: Rename iio_trigger_poll_chained and add kernel-doc
Mehdi Djait
2023-03-11
iio: Improve the kernel-doc of iio_trigger_poll
Mehdi Djait
2022-11-23
iio: core: move 'mlock' to 'struct iio_dev_opaque'
Nuno Sá
2022-08-15
iio: Add blank lines after declarations.
Joe Simmons-Talbott
2022-07-18
iio: Be consistent with allocation result tests.
Joe Simmons-Talbott
2022-07-18
iio: Use parens with sizeof
Joe Simmons-Talbott
2022-07-16
iio: trigger: move trig->owner init to trigger allocate() stage
Dmitry Rokosov
2022-06-18
iio: trigger: warn about non-registered iio trigger getting attempt
Dmitry Rokosov
2022-06-15
iio: Use octal permissions and DEVICE_ATTR_{RO,RW}.
Joe Simmons-Talbott
2022-06-11
iio: Directly use ida_alloc()/free()
keliu
2022-04-10
iio: core: Move the currentmode entry to the opaque structure
Miquel Raynal
2021-12-22
Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2021-12-12
iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046
Jonathan Cameron
2021-11-17
iio: trigger: Fix reference counting
Lars-Peter Clausen
2021-05-17
iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
iio: trigger: simplify __devm_iio_trigger_register
Yicong Yang
2021-04-07
iio: trigger: Fix strange (ladder-type) indentation
Andy Shevchenko
2021-04-07
iio: trigger: Replace explicit casting and wrong specifier with proper one
Andy Shevchenko
2021-03-29
iio: core: Use sysfs_emit() (trivial bits)
Lars-Peter Clausen
2021-03-25
iio: set default trig->dev.parent
Gwendal Grignou
2021-03-11
iio: core: rework iio device group creation
Alexandru Ardelean
2021-03-11
iio: core-trigger: make iio_device_register_trigger_consumer() an int return
Alexandru Ardelean
2020-12-03
iio:trigger: rename try_reenable() to reenable() plus return void
Jonathan Cameron
2020-12-03
iio: Fix: Do not poll the driver again if try_reenable() callback returns non 0.
Jonathan Cameron
2020-09-21
iio: Add __printf() attributes to various allocation functions
Jonathan Cameron
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
2020-04-19
iio: core: drop devm_iio_trigger_free() API call
Alexandru Ardelean
2020-04-19
iio: core: drop devm_iio_trigger_unregister() API call
Alexandru Ardelean
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-04
iio: trigger: Print an error if there is no available irq
Mathieu Othacehe
2017-08-22
iio:trigger: Remove necessity to have a trig->ops structure.
Jonathan Cameron
2017-08-22
iio: triggers: Use macros to avoid boilerplate assignment of owner.
Jonathan Cameron
2017-08-22
iio: Use macro magic to avoid manual assign of driver_module
Jonathan Cameron
2017-05-21
iio: trigger: fix NULL pointer dereference in iio_trigger_write_current()
Marcin Niestroj
2017-01-22
iio: trigger: clean up viio_trigger_alloc()
Dan Carpenter
2017-01-22
iio: industrialio-trigger: constify device_type structures
Bhumika Goyal
2017-01-22
iio: trigger: close race condition in acquiring trigger reference
Alison Schofield
2016-09-27
iio:trigger: Add helper function to verify that a trigger belongs to the same...
Lars-Peter Clausen
2016-09-10
iio: trigger: helpers to determine own trigger
Linus Walleij
2016-09-04
iio:trigger: add resource managed (un)register
Gregor Boirie
2016-09-03
iio: trigger: allow immutable triggers to be assigned
Matt Ranostay
2016-06-30
iio:core: timestamping clock selection support
Gregor Boirie
2016-06-29
Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
2016-06-27
iio: Refuse to register triggers with duplicate names
Crestez Dan Leonard
2016-06-20
Merge 4.7-rc4 into staging-next
Greg Kroah-Hartman
2016-06-03
iio: Fix error handling in iio_trigger_attach_poll_func
Crestez Dan Leonard
2016-05-29
iio: triggers: Make trigger ops structure explicitly non optional.
Jonathan Cameron
2015-08-27
iio: Support triggered events
Vladimir Barinov
[next]