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