summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/industrialio-trigger.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-16/+18
|\
| * staging:iio: trigger fixes for repeat request of same trigger and allocation ...Jonathan Cameron2011-11-261-1/+11
| * staging:iio:industrialio-trigger.c Trivial code style brackets fixJonathan Cameron2011-11-261-4/+2
| * staging:iio:triggers Remove unecessary existence checks and return valJonathan Cameron2011-11-261-11/+5
* | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
|/
* staging:iio:core:naming: dev_info to indio_dev for consistencyJonathan Cameron2011-10-111-21/+21
* staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2011-09-261-1/+1
* staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron2011-09-261-4/+4
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-061-4/+4
* staging:iio: remove defunct iio_put and iio_get.Jonathan Cameron2011-09-061-2/+0
* staging:iio: use ida_simple_get and ida_simple_remove + merge idsJonathan Cameron2011-09-061-41/+7
* 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/+7
* 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-191-0/+36
* staging:iio:trigger handle name attr in core, remove old alloc and register a...Jonathan Cameron2011-05-191-52/+51
* staging:iio:trigger sysfs userspace trigger rework.Jonathan Cameron2011-05-191-0/+13
* staging:iio:trigger remove legacy pollfunc elements.Jonathan Cameron2011-05-191-104/+20
* staging:iio: add generic data ready poll function.Jonathan Cameron2011-05-191-0/+7
* staging:iio: Add infrastructure for irq_chip based triggersJonathan Cameron2011-05-191-30/+145
* staging:iio: iio_trigger_unregister - remove rather strange search for what w...Jonathan Cameron2011-04-251-7/+1
* staging:iio:trigger remove export of iio_trigger_find_by_name, use sysfs_stre...Jonathan Cameron2011-04-251-12/+7
* 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/+3
* staging:iio: Code cleanupsJonathan Cameron2010-07-081-2/+1
* 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
OpenPOWER on IntegriCloud