aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/trigger (follow)
AgeCommit message (Expand)AuthorFilesLines
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