index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
iio
/
trigger
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio:triggers:interrupt trigger - move out of staging.
Jonathan Cameron
2013-06-04
3
-128
/
+0
*
staging:iio:triggers:interrupt trigger - one per platform device.
Jonathan Cameron
2013-06-04
1
-76
/
+45
*
staging:iio:triggers: rename iio-trig-gpio to iio-trig-interrupt
Jonathan Cameron
2013-06-04
3
-45
/
+31
*
staging:iio:trigger:gpio bug in release of gpio in error path
Jonathan Cameron
2013-06-04
1
-2
/
+1
*
iio:trigger:sysfs Move out of staging.
Jonathan Cameron
2013-05-22
3
-239
/
+0
*
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2013-05-09
1
-1
/
+1
|
\
|
*
Convert selectors of GENERIC_GPIO to GPIOLIB
Alexandre Courbot
2013-04-16
1
-1
/
+1
*
|
iio:trigger: Introduce iio_tigger_{set,get}_drvdata
Lars-Peter Clausen
2013-03-25
4
-15
/
+15
|
/
*
Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2013-01-24
1
-1
/
+0
|
\
|
*
irq_work: Remove CONFIG_HAVE_IRQ_WORK
Frederic Weisbecker
2012-11-17
1
-1
/
+0
*
|
staging: iio: remove use of __devexit_p
Bill Pemberton
2012-11-21
3
-3
/
+3
*
|
staging: iio: remove use of __devexit
Bill Pemberton
2012-11-21
3
-3
/
+3
*
|
staging: iio: remove use of __devinit
Bill Pemberton
2012-11-21
3
-3
/
+3
|
/
*
staging:iio:trigger:bfintmr Add output support
Lars-Peter Clausen
2012-09-17
2
-16
/
+80
*
staging:iio:trigger:bfintmr: Only enable timer when necessary
Lars-Peter Clausen
2012-09-17
1
-3
/
+24
*
staging:iio:trigger:bfintmr: Avoid divide by zero
Lars-Peter Clausen
2012-09-17
1
-2
/
+8
*
staging:iio:sysfs-trigger: Use irq_work to properly active trigger
Lars-Peter Clausen
2012-09-06
2
-1
/
+18
*
staging:iio: Update email address for Jonathan Cameron.
Jonathan Cameron
2012-09-03
2
-2
/
+2
*
staging:iio: Add missing __devinit and __devexit annotations
Lars-Peter Clausen
2012-08-27
2
-6
/
+6
*
staging:iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()
Lars-Peter Clausen
2012-06-22
3
-5
/
+5
*
staging:iio: Streamline API function naming
Lars-Peter Clausen
2012-04-29
4
-11
/
+11
*
IIO: Move core headers to include/linux/iio
Jonathan Cameron
2012-04-25
4
-8
/
+8
*
staging: iio: Convert platform_drivers to use module_platform_driver
Michael Hennerich
2012-03-02
3
-33
/
+3
*
staging:iio: iio_trigger contains defunct owner field. Remove it.
Jonathan Cameron
2011-12-16
1
-1
/
+0
*
staging:iio:trigger:bfin-timer: Fix compile error
Lars-Peter Clausen
2011-10-23
1
-1
/
+1
*
staging:iio:trigger:sysfs trigger: Add a release function to avoid warning on...
Jonathan Cameron
2011-08-24
1
-0
/
+7
*
staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_...
Jonathan Cameron
2011-08-23
4
-4
/
+21
*
staging: IIO corrected the spelling in iio-trig-gpio
anish
2011-06-28
1
-1
/
+1
*
staging:iio:trigger handle name attr in core, remove old alloc and register a...
Jonathan Cameron
2011-05-19
4
-67
/
+27
*
staging:iio:trigger sysfs userspace trigger rework.
Jonathan Cameron
2011-05-19
1
-35
/
+135
*
iio: trigger: iio-trig-bfin-timer: select missing dependency
Michael Hennerich
2011-05-12
1
-0
/
+1
*
staging: IIO: trigger: New Blackfin specific trigger driver iio-trig-bfin-timer
Michael Hennerich
2011-02-23
3
-0
/
+263
*
Staging: IIO: TRIGGER: New sysfs based trigger
Michael Hennerich
2011-02-09
3
-0
/
+119
*
staging: iio: Make use of the convenient IIO_TRIGGER_NAME_ATTR macro
Jonathan Cameron
2010-09-04
2
-12
/
+2
*
staging: iio: remove timestamp field from trigger and pass instead through po...
Jonathan Cameron
2010-07-22
2
-2
/
+4
*
staging: iio: Use kasprintf to allocate and fill trig->name
Jonathan Cameron
2010-07-22
2
-16
/
+5
*
Staging: iio: standardize kconfig/makefile spacing/style
Mike Frysinger
2010-06-18
1
-1
/
+2
*
Staging: iio: trigger: fix up some global variables
Greg Kroah-Hartman
2010-05-11
2
-4
/
+4
*
Staging: iio: iio-trig-gpio: Remove redundant gpio_request
Michael Hennerich
2010-05-11
1
-66
/
+61
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
2
-0
/
+2
*
Staging: iio: kconfig and make edits
Randy Dunlap
2009-12-11
1
-3
/
+3
*
Staging: iio: fix duplicate dev_attr_name
Randy Dunlap
2009-09-15
2
-3
/
+3
*
Staging: IIO: Proof of concept gpio trigger
Jonathan Cameron
2009-09-15
3
-1
/
+209
*
Staging: IIO: Periodic timer based trigger
Jonathan Cameron
2009-09-15
3
-0
/
+248