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