summaryrefslogtreecommitdiff
path: root/drivers/iio/trigger/iio-trig-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-25Merge tag 'iio-for-6.2a-take2' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-7/+7
2022-11-23iio: trigger: sysfs: rename error label in iio_sysfs_trigger_probe()Yang Yingliang1-7/+7
2022-10-24iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()Yang Yingliang1-1/+5
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-0/+1
2022-06-19iio: trigger: sysfs: fix use-after-free on removeVincent Whitchurch1-0/+1
2022-04-04iio: sysfs-trigger: replace usage of found with dedicated list iterator variableJakob Koschel1-6/+5
2021-11-17iio: sysfs-trigger: Remove no-op trigger opsLars-Peter Clausen1-4/+0
2021-03-25iio: set default trig->dev.parentGwendal Grignou1-2/+1
2020-12-16Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-12-03iio: sysfs-trigger: Mark irq_work to expire in hardirq contextLars-Peter Clausen1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-3/+1
2018-08-19drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich1-1/+1
2017-08-23iio:triggers: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-01-22iio: trigger: free trigger resource correctlyAlison Schofield1-1/+1
2014-12-26iio: trigger: Add a blank line after declarationsRoberta Dobrescu1-0/+2
2014-06-14iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_c...Peter Meerwald1-1/+1
2013-09-28iio:trigger: fix sysfs name on list mutexDenis CIOCCA1-7/+7
2013-06-04iio: replace strict_strtoul() with kstrtoul()Jingoo Han1-2/+2
2013-05-23iio:trigger:sysfs Move out of staging.Jonathan Cameron1-0/+227