aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/trigger.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-119/+0
2011-12-16staging:iio: iio_trigger contains defunct owner field. Remove it.Jonathan Cameron1-2/+0
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+1
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-24staging:iio:trigger push functions that don't need to be generaly available down into the core.Jonathan Cameron1-39/+0
2011-08-24staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron1-41/+1
2011-08-24staging:iio:pollfunc: Make explicit that private data is always pointer to a struct iio_dev.Jonathan Cameron1-3/+3
2011-08-24staging:iio:triggers reorder module put and device put to ensure that the ops are still there if put results in device deletion.Jonathan Cameron1-2/+2
2011-08-23staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_trig_structure.Jonathan Cameron1-12/+24
2011-06-28iio: trigger: Add filter callbackMichael Hennerich1-0/+4
2011-06-28iio: trigger: Move declaration of struct iio_poll_func to avoid warningsMichael Hennerich1-24/+24
2011-05-19staging:iio: poll func allocation clean up.Jonathan Cameron1-0/+8
2011-05-19staging:iio:trigger handle name attr in core, remove old alloc and register any control_attrs via struct deviceJonathan Cameron1-18/+8
2011-05-19staging:iio:trigger sysfs userspace trigger rework.Jonathan Cameron1-0/+1
2011-05-19staging:iio:trigger remove legacy pollfunc elements.Jonathan Cameron1-19/+0
2011-05-19staging:iio: add generic data ready poll function.Jonathan Cameron1-0/+2
2011-05-19staging:iio: Add infrastructure for irq_chip based triggersJonathan Cameron1-6/+51
2011-04-25staging:iio:trigger remove export of iio_trigger_find_by_name, use sysfs_streq for matchingJonathan Cameron1-7/+0
2010-09-04staging: iio: lis3l02dqbuffersimple.c bring example up to date.Jonathan Cameron1-1/+1
2010-09-04staging: iio: remove odd structure definition.Jonathan Cameron1-4/+0
2010-07-22staging: iio: remove timestamp field from trigger and pass instead through pollfuncsJonathan Cameron1-5/+7
2010-07-22staging: iio: Add iio_triggered_ring postenable and predisable + use in driversJonathan Cameron1-0/+7
2010-07-22staging: iio: Add and convert drivers to use iio_alloc_pollfuncJonathan Cameron1-1/+4
2010-07-22staging: iio: Use kasprintf to allocate and fill trig->nameJonathan Cameron1-4/+0
2009-12-11Staging: iio: lots of doc fixesRandy Dunlap1-13/+22
2009-09-15Staging: IIO: Trigger support added to core.Jonathan Cameron1-0/+151