summaryrefslogtreecommitdiffstats
path: root/drivers/iio/trigger
AgeCommit message (Expand)AuthorLines
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-10/+2
2021-12-04iio: trigger: stm32-timer: fix MODULE_ALIASAlyssa Ross-1/+1
2021-11-27iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus-2/+2
2021-11-17iio: sysfs-trigger: Remove no-op trigger opsLars-Peter Clausen-4/+0
2021-11-17iio: interrupt-trigger: Remove no-op trigger opsLars-Peter Clausen-4/+0
2021-05-17iio: trigger: stm32-timer: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao-1/+1
2021-04-07iio: hrtimer-trigger: Fix potential integer overflow in iio_hrtimer_store_sam...Gustavo A. R. Silva-1/+1
2021-03-25iio: set default trig->dev.parentGwendal Grignou-5/+4
2021-03-25iio: Remove kernel-doc keyword in file header commentGwendal Grignou-1/+1
2021-03-25iio: hrtimer: Allow sub Hz granularityGwendal Grignou-10/+23
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2020-12-03iio: sysfs-trigger: Mark irq_work to expire in hardirq contextLars-Peter Clausen-0/+1
2020-12-03iio: hrtimer-trigger: Mark hrtimer to expire in hard interrupt contextLars-Peter Clausen-2/+2
2020-06-14iio: Remove superfluous of_node assignmentsLars-Peter Clausen-1/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean-1/+0
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman-1/+1
2020-04-19iio: Fix misspellings of "Analog Devices"Geert Uytterhoeven-1/+1
2020-03-23Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman-2/+9
2020-03-08iio: trigger: stm32-timer: add power management supportFabrice Gasnier-0/+63
2020-03-08iio: trigger: stm32-timer: rename enabled flagFabrice Gasnier-14/+14
2020-03-08iio: trigger: stm32-timer: enable clock when in master modeFabrice Gasnier-22/+76
2020-02-15iio: trigger: stm32-timer: disable master mode when stoppingFabrice Gasnier-2/+9
2019-12-01iio: trigger: stm32-timer: remove unnecessary update eventFabrice Gasnier-3/+0
2019-07-27IIO: stm32: Remove quadrature related functions from trigger driverBenjamin Gaignard-84/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-9/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner-5/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-04iio: remove redundant unlikely annotationChengguang Xu-1/+1
2018-08-19drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich-1/+1
2018-01-08iio: stm32: Adopt SPDX identifierBenjamin Gaignard-3/+2
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds-2/+2
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-19iio: make function argument and some structures constBhumika Goyal-2/+2
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman-1/+3
2017-09-26iio:stm32-lp-timer and ep93xx: drop assign iio_info.driver_module and iio_tri...Jonathan Cameron-1/+0
2017-09-25Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman-6/+0
2017-09-25Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman-1/+3
2017-09-24iio: trigger: stm32-timer: fix a corner case to write presetFabrice Gasnier-0/+1
2017-09-24iio: trigger: stm32-timer: preset shouldn't be bufferedFabrice Gasnier-1/+2
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-0/+130
2017-09-04iio: trigger: Add STM32 LPTimer trigger driverFabrice Gasnier-0/+130
2017-08-28Merge 4.13-rc7 into staging-nextGreg Kroah-Hartman-23/+59
2017-08-22iio:triggers: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron-6/+0
2017-08-20iio: trigger: stm32-timer: fix get trigger modeFabrice Gasnier-1/+1
2017-08-12iio: trigger: stm32-timer: add output compare triggersFabrice Gasnier-11/+20
2017-08-12iio: trigger: stm32-timer: add support for STM32H7Fabrice Gasnier-4/+51
2017-07-30iio: trigger: stm32-timer: add enable attributeFabrice Gasnier-14/+41
2017-07-30iio: trigger: stm32-timer: fix get/set down count directionFabrice Gasnier-4/+11
2017-07-30iio: trigger: stm32-timer: fix write_raw return valueFabrice Gasnier-2/+1