summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/trigger
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: remove use of __devexit_pBill Pemberton2012-11-223-3/+3
* staging: iio: remove use of __devexitBill Pemberton2012-11-213-3/+3
* staging: iio: remove use of __devinitBill Pemberton2012-11-213-3/+3
* staging:iio:trigger:bfintmr Add output supportLars-Peter Clausen2012-09-172-16/+80
* staging:iio:trigger:bfintmr: Only enable timer when necessaryLars-Peter Clausen2012-09-171-3/+24
* staging:iio:trigger:bfintmr: Avoid divide by zeroLars-Peter Clausen2012-09-171-2/+8
* staging:iio:sysfs-trigger: Use irq_work to properly active triggerLars-Peter Clausen2012-09-062-1/+18
* staging:iio: Update email address for Jonathan Cameron.Jonathan Cameron2012-09-032-2/+2
* staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen2012-08-272-6/+6
* staging:iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()Lars-Peter Clausen2012-06-233-5/+5
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-304-11/+11
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-254-8/+8
* staging: iio: Convert platform_drivers to use module_platform_driverMichael Hennerich2012-03-033-33/+3Star
* staging:iio: iio_trigger contains defunct owner field. Remove it.Jonathan Cameron2011-12-161-1/+0Star
* staging:iio:trigger:bfin-timer: Fix compile errorLars-Peter Clausen2011-10-231-1/+1
* staging:iio:trigger:sysfs trigger: Add a release function to avoid warning on...Jonathan Cameron2011-08-241-0/+7
* staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_...Jonathan Cameron2011-08-234-4/+21
* staging: IIO corrected the spelling in iio-trig-gpioanish2011-06-281-1/+1
* staging:iio:trigger handle name attr in core, remove old alloc and register a...Jonathan Cameron2011-05-204-67/+27Star
* staging:iio:trigger sysfs userspace trigger rework.Jonathan Cameron2011-05-201-35/+135
* iio: trigger: iio-trig-bfin-timer: select missing dependencyMichael Hennerich2011-05-121-0/+1
* staging: IIO: trigger: New Blackfin specific trigger driver iio-trig-bfin-timerMichael Hennerich2011-02-233-0/+263
* Staging: IIO: TRIGGER: New sysfs based triggerMichael Hennerich2011-02-093-0/+119
* staging: iio: Make use of the convenient IIO_TRIGGER_NAME_ATTR macroJonathan Cameron2010-09-052-12/+2Star
* staging: iio: remove timestamp field from trigger and pass instead through po...Jonathan Cameron2010-07-222-2/+4
* staging: iio: Use kasprintf to allocate and fill trig->nameJonathan Cameron2010-07-222-16/+5Star
* Staging: iio: standardize kconfig/makefile spacing/styleMike Frysinger2010-06-181-1/+2
* Staging: iio: trigger: fix up some global variablesGreg Kroah-Hartman2010-05-112-4/+4
* Staging: iio: iio-trig-gpio: Remove redundant gpio_requestMichael Hennerich2010-05-111-66/+61Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* Staging: iio: kconfig and make editsRandy Dunlap2009-12-111-3/+3
* Staging: iio: fix duplicate dev_attr_nameRandy Dunlap2009-09-152-3/+3
* Staging: IIO: Proof of concept gpio triggerJonathan Cameron2009-09-153-1/+209
* Staging: IIO: Periodic timer based triggerJonathan Cameron2009-09-153-0/+248