summaryrefslogtreecommitdiff
path: root/drivers/iio/trigger
AgeCommit message (Expand)Author
2023-09-23iio: trigger: stm32-timer: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-23iio: trigger: iio-trig-interrupt: Convert to platform remove callback returni...Uwe Kleine-König
2023-08-05iio: trigger: stm32-lptimer-trigger: remove unneeded platform_set_drvdata()Andrei Coardos
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait
2022-11-25Merge tag 'iio-for-6.2a-take2' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2022-11-23iio: trigger: sysfs: rename error label in iio_sysfs_trigger_probe()Yang Yingliang
2022-10-24iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()Yang Yingliang
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2022-06-19iio: trigger: sysfs: fix use-after-free on removeVincent Whitchurch
2022-06-14iio: trigger: stm32-lptimer-trigger: explicitly add proper header filesNuno Sá
2022-06-11iio: trigger: stm32-lptimer-trigger: Make use of device propertiesAndy Shevchenko
2022-04-04iio: sysfs-trigger: replace usage of found with dedicated list iterator variableJakob Koschel
2022-02-21iio:adc:stm32*: Use pm[_sleep]_ptr() etc to avoid need to make pm __maybe_unusedJonathan Cameron
2022-02-18iio: trigger: stm32-timer: Make use of device propertiesAndy Shevchenko
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-12-04iio: trigger: stm32-timer: fix MODULE_ALIASAlyssa Ross
2021-11-27iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus
2021-11-17iio: sysfs-trigger: Remove no-op trigger opsLars-Peter Clausen
2021-11-17iio: interrupt-trigger: Remove no-op trigger opsLars-Peter Clausen
2021-05-17iio: trigger: stm32-timer: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao
2021-04-07iio: hrtimer-trigger: Fix potential integer overflow in iio_hrtimer_store_sam...Gustavo A. R. Silva
2021-03-25iio: set default trig->dev.parentGwendal Grignou
2021-03-25iio: Remove kernel-doc keyword in file header commentGwendal Grignou
2021-03-25iio: hrtimer: Allow sub Hz granularityGwendal Grignou
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-12-03iio: sysfs-trigger: Mark irq_work to expire in hardirq contextLars-Peter Clausen
2020-12-03iio: hrtimer-trigger: Mark hrtimer to expire in hard interrupt contextLars-Peter Clausen
2020-06-14iio: Remove superfluous of_node assignmentsLars-Peter Clausen
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2020-04-19iio: Fix misspellings of "Analog Devices"Geert Uytterhoeven
2020-03-23Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman
2020-03-08iio: trigger: stm32-timer: add power management supportFabrice Gasnier
2020-03-08iio: trigger: stm32-timer: rename enabled flagFabrice Gasnier
2020-03-08iio: trigger: stm32-timer: enable clock when in master modeFabrice Gasnier
2020-02-15iio: trigger: stm32-timer: disable master mode when stoppingFabrice Gasnier
2019-12-01iio: trigger: stm32-timer: remove unnecessary update eventFabrice Gasnier
2019-07-27IIO: stm32: Remove quadrature related functions from trigger driverBenjamin Gaignard
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-04iio: remove redundant unlikely annotationChengguang Xu
2018-08-19drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich
2018-01-08iio: stm32: Adopt SPDX identifierBenjamin Gaignard
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-19iio: make function argument and some structures constBhumika Goyal
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman