summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/industrialio-core.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-25IIO: Move the core files to drivers/iioJonathan Cameron1-912/+0
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2012-04-18staging:iio: drop procesed_val element of chan_spec.Jonathan Cameron1-5/+0
2012-04-18staging:iio: Make read / write attributes for channel values optional.Jonathan Cameron1-16/+4
2012-04-18staging:iio: add a raw and processed elements to info_maskJonathan Cameron1-2/+3
2012-04-13staging: iio: add channel info for sampling frequencyLaxman Dewangan1-0/+1
2012-03-07staging:iio: Fix compile error without CONFIG_DEBUG_FSLars-Peter Clausen1-27/+27
2012-03-02staging: iio: core: Avoid NULL pointer de-ref in case indio_dev->setup_ops ar...Michael Hennerich1-0/+6
2012-03-02staging: iio: core: Introduce debugfs support, add support for direct registe...Michael Hennerich1-1/+136
2012-03-02drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock1-2/+2
2012-02-24staging:iio: Add extended IIO channel infoLars-Peter Clausen1-0/+53
2012-02-24staging:iio:core set the iio_dev.info pointer to null on unregister under lock.Jonathan Cameron1-0/+4
2012-02-09staging:iio: Factor out event handling into its own fileLars-Peter Clausen1-459/+0
2012-02-09staging:iio: Update iio_event_interface documentationLars-Peter Clausen1-1/+2
2011-12-22staging:iio: Drop {mark,unmark}_in_use callbacksLars-Peter Clausen1-7/+1
2011-12-22staging:iio: Make sure a device is only opened once at a timeLars-Peter Clausen1-3/+14
2011-12-09Merge 3.2-rc5 into staging-nextGreg Kroah-Hartman1-22/+37
2011-12-08staging:iio:find iio channel from scan index util functionJonathan Cameron1-0/+11
2011-11-30staging: iio: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-8/+6
2011-11-28staging:iio: filter description - low pass 3db frequency.Jonathan Cameron1-0/+2
2011-11-26staging:iio: Make write_event_value callback optionalLars-Peter Clausen1-0/+3
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-10/+9
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-1/+1
2011-11-26staging:iio: header reorganizationJonathan Cameron1-1/+1
2011-11-26Subject: fix build breakage in drivers/staging/iio/industrialio-core.cGreg Kroah-Hartman1-1/+1
2011-11-26staging:iio:events: Make sure userspace buffer is large enoughLars-Peter Clausen1-2/+4
2011-11-26staging:iio:core shared attrs do not work with modifier.Jonathan Cameron1-1/+1
2011-11-26iio: iio_event_getfd -- fix ev_int build failureAndy Whitcroft1-10/+9
2011-11-21iio: fix a leak due to improper use of anon_inode_getfd()Al Viro1-1/+9
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-3/+0
2011-10-11staging:iio:core:naming: dev_info to indio_dev for consistencyJonathan Cameron1-109/+109
2011-10-05staging:iio: rename gyro channels to anglvelJonathan Cameron1-1/+1
2011-09-26staging:iio: Prevent reading from buffer chrdev when device has no buffer.Jonathan Cameron1-2/+2
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-8/+8
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron1-2/+2
2011-09-16staging:iio: move id and device name setting to iio_device_allocate.Jonathan Cameron1-12/+13
2011-09-06staging:iio: Differential channel handling - use explicit flag rather than ty...Jonathan Cameron1-67/+78
2011-09-06staging:iio:add adaptive event types and missing extract_type macro.Jonathan Cameron1-1/+3
2011-09-06staging:iio: Add capacitance type and average_raw chan info.Jonathan Cameron1-0/+2
2011-09-06staging:iio:naming in the EV_BIT macro fix.Jonathan Cameron1-10/+10
2011-09-06staging:iio:attrs - make address a u64 to allow event codes to be used.Jonathan Cameron1-2/+3
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-118/+108
2011-09-06staging:iio:events - new 64 bit code structure and push out drivers.Jonathan Cameron1-43/+16
2011-09-06staging:iio: ABI rework - add in_ or out_ prefix to channnelsJonathan Cameron1-11/+18
2011-09-06staging:iio: push "sysfs.h" and linux/irq.h out of iio.hJonathan Cameron1-0/+2
2011-09-06staging:iio:trivial add a string array for IIO_RAW and IIO_PROCESSED.Jonathan Cameron1-30/+27
2011-09-06staging:iio: remove defunct iio_put and iio_get.Jonathan Cameron1-16/+1
2011-09-06staging:iio: use ida_simple_get and ida_simple_remove + merge idsJonathan Cameron1-58/+5
2011-09-06staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron1-80/+70
2011-09-06staging: iio: remove now defunct header definitions and add some staticsJonathan Cameron1-6/+3