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