summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/industrialio-trigger.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:trigger push functions that don't need to be generaly available d...Jonathan Cameron2011-08-241-6/+24
* staging:iio:trigger core. Trivial code cleanups.Jonathan Cameron2011-08-241-15/+7Star
* staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron2011-08-241-0/+1
* staging:iio:rename trigger_consumer.h to indicate it is core only.Jonathan Cameron2011-08-241-1/+1
* staging:iio: prevent removal of module connected to trigger.Jonathan Cameron2011-08-241-0/+3
* staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron2011-08-241-2/+2
* staging:iio:triggers. Add a reference get to the core for triggers.Jonathan Cameron2011-08-241-1/+4
* staging:iio: Introduce iio_core.h and move all core only stuff out of iio.h.Jonathan Cameron2011-08-231-0/+1
* staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_...Jonathan Cameron2011-08-231-8/+8
* iio: trigger: Add filter callbackMichael Hennerich2011-06-281-1/+19
* staging: iio: industrialio-trigger: set iio_poll_func private_dataMichael Hennerich2011-06-071-0/+1
* staging:iio: poll func allocation clean up.Jonathan Cameron2011-05-201-0/+36
* staging:iio:trigger handle name attr in core, remove old alloc and register a...Jonathan Cameron2011-05-201-52/+51Star
* staging:iio:trigger sysfs userspace trigger rework.Jonathan Cameron2011-05-201-0/+13
* staging:iio:trigger remove legacy pollfunc elements.Jonathan Cameron2011-05-201-104/+20Star
* staging:iio: add generic data ready poll function.Jonathan Cameron2011-05-201-0/+7
* staging:iio: Add infrastructure for irq_chip based triggersJonathan Cameron2011-05-201-30/+145
* staging:iio: iio_trigger_unregister - remove rather strange search for what w...Jonathan Cameron2011-04-261-7/+1Star
* staging:iio:trigger remove export of iio_trigger_find_by_name, use sysfs_stre...Jonathan Cameron2011-04-261-12/+7Star
* staging: iio: remove timestamp field from trigger and pass instead through po...Jonathan Cameron2010-07-221-5/+5
* staging: iio: Add iio_triggered_ring postenable and predisable + use in driversJonathan Cameron2010-07-221-0/+18
* staging: iio: Add and convert drivers to use iio_alloc_pollfuncJonathan Cameron2010-07-221-0/+13
* staging: iio: Use kasprintf to allocate and fill trig->nameJonathan Cameron2010-07-221-6/+3Star
* staging:iio: Code cleanupsJonathan Cameron2010-07-081-2/+1Star
* Staging: iio: industrialio-trigger.c: minor fixupsGreg Kroah-Hartman2010-05-111-6/+7
* Staging: iio: Trivial - remove pointless semi colon (checkpatch found)Jonathan Cameron2010-05-111-1/+1
* staging: iio: Move from class to busJonathan Cameron2010-05-111-1/+1
* Staging: iio: iio_trigger_find_by_name: Skip trailing newline if availableMichael Hennerich2010-05-111-0/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: IIO: Trigger support added to core.Jonathan Cameron2009-09-151-0/+399