aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/trigger (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-1/+1
2013-03-25iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen4-15/+15
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into irq/coreIngo Molnar1-1/+0
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton3-3/+3
2012-11-21staging: iio: remove use of __devexitBill Pemberton3-3/+3
2012-11-21staging: iio: remove use of __devinitBill Pemberton3-3/+3
2012-11-17irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker1-1/+0
2012-09-17staging:iio:trigger:bfintmr Add output supportLars-Peter Clausen2-16/+80
2012-09-17staging:iio:trigger:bfintmr: Only enable timer when necessaryLars-Peter Clausen1-3/+24
2012-09-17staging:iio:trigger:bfintmr: Avoid divide by zeroLars-Peter Clausen1-2/+8
2012-09-06staging:iio:sysfs-trigger: Use irq_work to properly active triggerLars-Peter Clausen2-1/+18
2012-09-03staging:iio: Update email address for Jonathan Cameron.Jonathan Cameron2-2/+2
2012-08-27staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen2-6/+6
2012-06-22staging:iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()Lars-Peter Clausen3-5/+5
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen4-11/+11
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron4-8/+8
2012-03-02staging: iio: Convert platform_drivers to use module_platform_driverMichael Hennerich3-33/+3
2011-12-16staging:iio: iio_trigger contains defunct owner field. Remove it.Jonathan Cameron1-1/+0
2011-10-23staging:iio:trigger:bfin-timer: Fix compile errorLars-Peter Clausen1-1/+1
2011-08-24staging:iio:trigger:sysfs trigger: Add a release function to avoid warning on module removal.Jonathan Cameron1-0/+7
2011-08-23staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_trig_structure.Jonathan Cameron4-4/+21
2011-06-28staging: IIO corrected the spelling in iio-trig-gpioanish1-1/+1
2011-05-19staging:iio:trigger handle name attr in core, remove old alloc and register any control_attrs via struct deviceJonathan Cameron4-67/+27
2011-05-19staging:iio:trigger sysfs userspace trigger rework.Jonathan Cameron1-35/+135
2011-05-12iio: trigger: iio-trig-bfin-timer: select missing dependencyMichael Hennerich1-0/+1
2011-02-23staging: IIO: trigger: New Blackfin specific trigger driver iio-trig-bfin-timerMichael Hennerich3-0/+263
2011-02-09Staging: IIO: TRIGGER: New sysfs based triggerMichael Hennerich3-0/+119
2010-09-04staging: iio: Make use of the convenient IIO_TRIGGER_NAME_ATTR macroJonathan Cameron2-12/+2
2010-07-22staging: iio: remove timestamp field from trigger and pass instead through pollfuncsJonathan Cameron2-2/+4
2010-07-22staging: iio: Use kasprintf to allocate and fill trig->nameJonathan Cameron2-16/+5
2010-06-18Staging: iio: standardize kconfig/makefile spacing/styleMike Frysinger1-1/+2
2010-05-11Staging: iio: trigger: fix up some global variablesGreg Kroah-Hartman2-4/+4
2010-05-11Staging: iio: iio-trig-gpio: Remove redundant gpio_requestMichael Hennerich1-66/+61
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2009-12-11Staging: iio: kconfig and make editsRandy Dunlap1-3/+3
2009-09-15Staging: iio: fix duplicate dev_attr_nameRandy Dunlap2-3/+3
2009-09-15Staging: IIO: Proof of concept gpio triggerJonathan Cameron3-1/+209
2009-09-15Staging: IIO: Periodic timer based triggerJonathan Cameron3-0/+248