index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
industrialio-trigger.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-21
iio: trigger: fix NULL pointer dereference in iio_trigger_write_current()
Marcin Niestroj
1
-1
/
+2
2017-01-22
iio: trigger: clean up viio_trigger_alloc()
Dan Carpenter
1
-35
/
+34
2017-01-22
iio: industrialio-trigger: constify device_type structures
Bhumika Goyal
1
-1
/
+1
2017-01-22
iio: trigger: close race condition in acquiring trigger reference
Alison Schofield
1
-8
/
+13
2016-09-27
iio:trigger: Add helper function to verify that a trigger belongs to the same...
Lars-Peter Clausen
1
-0
/
+21
2016-09-10
iio: trigger: helpers to determine own trigger
Linus Walleij
1
-0
/
+16
2016-09-04
iio:trigger: add resource managed (un)register
Gregor Boirie
1
-0
/
+59
2016-09-03
iio: trigger: allow immutable triggers to be assigned
Matt Ranostay
1
-0
/
+20
2016-06-30
iio:core: timestamping clock selection support
Gregor Boirie
1
-1
/
+1
2016-06-29
Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
1
-0
/
+22
2016-06-27
iio: Refuse to register triggers with duplicate names
Crestez Dan Leonard
1
-0
/
+22
2016-06-20
Merge 4.7-rc4 into staging-next
Greg Kroah-Hartman
1
-5
/
+18
2016-06-03
iio: Fix error handling in iio_trigger_attach_poll_func
Crestez Dan Leonard
1
-5
/
+18
2016-05-29
iio: triggers: Make trigger ops structure explicitly non optional.
Jonathan Cameron
1
-5
/
+8
2015-08-27
iio: Support triggered events
Vladimir Barinov
1
-2
/
+10
2015-08-08
iio: trigger: Add missing fields in kernel docs
Cristina Opriceana
1
-3
/
+24
2014-06-14
iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_c...
Peter Meerwald
1
-4
/
+4
2014-02-18
iio get rid of unneccessary error_ret
Hartmut Knaack
1
-7
/
+4
2013-12-03
iio:trigger: Convert to use ATTRIBUTE_GROUPS
Axel Lin
1
-10
/
+2
2013-11-24
iio: Remove redundant check that new trigger is different from old
Peter Meerwald
1
-1
/
+1
2013-11-24
iio: Minor kerneldoc fix for iio_trigger_write_current()
Peter Meerwald
1
-1
/
+1
2013-11-24
iio: core: Move kernel doc to the right location
Sachin Kamat
1
-0
/
+24
2013-08-17
iio: trigger: implement devm_iio_trigger_alloc/devm_iio_triger_free
Jacek Anaszewski
1
-4
/
+68
2013-07-20
iio:trigger: Fix use_count race condition
Lars-Peter Clausen
1
-12
/
+22
2013-06-29
iio:trigger: device_unregister->device_del to avoid double free
Jonathan Cameron
1
-1
/
+1
2013-02-06
iio: tweak language in industrialio-trigger comments
Peter Meerwald
1
-6
/
+6
2012-07-08
iio:trigger: Register sysfs file statically
Lars-Peter Clausen
1
-25
/
+13
2012-07-07
iio: fix spelling of detach in static func
Peter Meerwald
1
-2
/
+2
2012-06-22
iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()
Lars-Peter Clausen
1
-2
/
+1
2012-05-14
iio: Use dev_to_iio_dev()
Lars-Peter Clausen
1
-2
/
+2
2012-04-29
staging:iio: Streamline API function naming
Lars-Peter Clausen
1
-7
/
+7
2012-04-25
IIO: Move the core files to drivers/iio
Jonathan Cameron
1
-0
/
+509