summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/industrialio-trigger.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-25IIO: Move the core files to drivers/iioJonathan Cameron1-509/+0
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2012-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-16/+18
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-27staging:iio: trigger fixes for repeat request of same trigger and allocation ...Jonathan Cameron1-1/+11
2011-11-27staging:iio:industrialio-trigger.c Trivial code style brackets fixJonathan Cameron1-4/+2
2011-11-27staging:iio:triggers Remove unecessary existence checks and return valJonathan Cameron1-11/+5
2011-10-11staging:iio:core:naming: dev_info to indio_dev for consistencyJonathan Cameron1-21/+21
2011-09-27staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron1-1/+1
2011-09-27staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron1-4/+4
2011-09-07staging:iio: rework of attribute registration.Jonathan Cameron1-4/+4
2011-09-07staging:iio: remove defunct iio_put and iio_get.Jonathan Cameron1-2/+0
2011-09-07staging:iio: use ida_simple_get and ida_simple_remove + merge idsJonathan Cameron1-41/+7
2011-08-25staging:iio:trigger push functions that don't need to be generaly available d...Jonathan Cameron1-6/+24
2011-08-25staging:iio:trigger core. Trivial code cleanups.Jonathan Cameron1-15/+7
2011-08-25staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron1-0/+1
2011-08-25staging:iio:rename trigger_consumer.h to indicate it is core only.Jonathan Cameron1-1/+1
2011-08-25staging:iio: prevent removal of module connected to trigger.Jonathan Cameron1-0/+3
2011-08-25staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron1-2/+2
2011-08-25staging:iio:triggers. Add a reference get to the core for triggers.Jonathan Cameron1-1/+4
2011-08-24staging:iio: Introduce iio_core.h and move all core only stuff out of iio.h.Jonathan Cameron1-0/+1
2011-08-24staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_...Jonathan Cameron1-8/+8
2011-06-29iio: trigger: Add filter callbackMichael Hennerich1-1/+19
2011-06-07staging: iio: industrialio-trigger: set iio_poll_func private_dataMichael Hennerich1-0/+1
2011-05-20staging:iio: poll func allocation clean up.Jonathan Cameron1-0/+36
2011-05-20staging:iio:trigger handle name attr in core, remove old alloc and register a...Jonathan Cameron1-52/+51
2011-05-20staging:iio:trigger sysfs userspace trigger rework.Jonathan Cameron1-0/+13
2011-05-20staging:iio:trigger remove legacy pollfunc elements.Jonathan Cameron1-104/+20
2011-05-20staging:iio: add generic data ready poll function.Jonathan Cameron1-0/+7
2011-05-20staging:iio: Add infrastructure for irq_chip based triggersJonathan Cameron1-30/+145
2011-04-26staging:iio: iio_trigger_unregister - remove rather strange search for what w...Jonathan Cameron1-7/+1
2011-04-26staging:iio:trigger remove export of iio_trigger_find_by_name, use sysfs_stre...Jonathan Cameron1-12/+7
2010-07-22staging: iio: remove timestamp field from trigger and pass instead through po...Jonathan Cameron1-5/+5
2010-07-22staging: iio: Add iio_triggered_ring postenable and predisable + use in driversJonathan Cameron1-0/+18
2010-07-22staging: iio: Add and convert drivers to use iio_alloc_pollfuncJonathan Cameron1-0/+13
2010-07-22staging: iio: Use kasprintf to allocate and fill trig->nameJonathan Cameron1-6/+3
2010-07-08staging:iio: Code cleanupsJonathan Cameron1-2/+1
2010-05-11Staging: iio: industrialio-trigger.c: minor fixupsGreg Kroah-Hartman1-6/+7
2010-05-11Staging: iio: Trivial - remove pointless semi colon (checkpatch found)Jonathan Cameron1-1/+1
2010-05-11staging: iio: Move from class to busJonathan Cameron1-1/+1
2010-05-11Staging: iio: iio_trigger_find_by_name: Skip trailing newline if availableMichael Hennerich1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-15Staging: IIO: Trigger support added to core.Jonathan Cameron1-0/+399