summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/iio.h
Commit message (Expand)AuthorAgeFilesLines
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-463/+0Star
* staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron2012-04-241-0/+2
* staging:iio: add caching of the number of bytes in a scan.Jonathan Cameron2012-04-241-0/+2
* staging:iio: scan_index_timestamp move to iio_dev from bufferJonathan Cameron2012-04-241-0/+2
* staging:iio: drop procesed_val element of chan_spec.Jonathan Cameron2012-04-191-9/+0Star
* staging:iio: add a raw and processed elements to info_maskJonathan Cameron2012-04-191-2/+7
* staging: iio: add channel info for sampling frequencyLaxman Dewangan2012-04-131-0/+5
* staging:iio:core drop the IIO_CHAN macro for ease of maintenance.Jonathan Cameron2012-04-131-17/+0Star
* staging:iio: chan_spec - take extend_name constant.Jonathan Cameron2012-04-131-1/+1
* staging:iio fill in some missing docsJonathan Cameron2012-04-101-0/+2
* staging: iio: core: Introduce debugfs support, add support for direct registe...Michael Hennerich2012-03-031-1/+26
* drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock2012-03-031-4/+4
* iio: core: constitfy available_scan_maskMichael Hennerich2012-02-241-2/+2
* staging:iio: Add extended IIO channel infoLars-Peter Clausen2012-02-241-0/+23
* staging:iio: move iio data return types into types.h for use by inkernJonathan Cameron2012-02-241-6/+0Star
* staging:iio:core set the iio_dev.info pointer to null on unregister under lock.Jonathan Cameron2012-02-241-0/+2
* staging:iio: Make sure a device is only opened once at a timeLars-Peter Clausen2011-12-221-0/+3
* staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron2011-12-081-0/+16
* staging:iio: core: add datasheet_name to chan_specJonathan Cameron2011-12-081-0/+5
* staging:iio: make iio_sw_buffer_preenable much more general.Jonathan Cameron2011-12-081-0/+2
* staging:iio: add hook to allow core to perform scan related config.Jonathan Cameron2011-12-081-1/+2
* staging:iio:find iio channel from scan index util functionJonathan Cameron2011-12-081-0/+8
* staging:iio: filter description - low pass 3db frequency.Jonathan Cameron2011-11-271-0/+7
* staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-271-16/+46
* staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-271-1/+2
* staging:iio: header reorganizationJonathan Cameron2011-11-271-38/+1Star
* staging:iio:core:naming: dev_info to indio_dev for consistencyJonathan Cameron2011-10-111-15/+15
* staging:iio: rename gyro channels to anglvelJonathan Cameron2011-10-051-1/+1
* staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron2011-09-301-4/+0Star
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-271-5/+5
* staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2011-09-271-5/+5
* staging:iio: Differential channel handling - use explicit flag rather than ty...Jonathan Cameron2011-09-071-1/+2
* staging:iio: Add capacitance type and average_raw chan info.Jonathan Cameron2011-09-071-0/+3
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-071-0/+7
* staging:iio:events - new 64 bit code structure and push out drivers.Jonathan Cameron2011-09-071-18/+21
* staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron2011-09-071-1/+4
* staging:iio:scan element types: introduce endian description to the data format.Jonathan Cameron2011-09-071-0/+8
* staging:iio: ABI rework - add in_ or out_ prefix to channnelsJonathan Cameron2011-09-071-4/+10
* staging:iio: push "sysfs.h" and linux/irq.h out of iio.hJonathan Cameron2011-09-071-2/+0Star
* staging:iio: struct iio_dev formatting cleanup and documentation fixes.Jonathan Cameron2011-09-071-9/+10
* staging:iio:trivial add a string array for IIO_RAW and IIO_PROCESSED.Jonathan Cameron2011-09-071-0/+5
* staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron2011-09-071-8/+3Star
* staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron2011-09-071-1/+1
* staging: iio: remove specific chrdev for event reading. Get fd from ioctl on ...Jonathan Cameron2011-09-071-0/+1
* staging: iio: chrdev.h rationalization.Jonathan Cameron2011-09-071-1/+1
* iio: core: deconstify members of struct iio_chan_specMichael Hennerich2011-08-231-3/+3
* staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TY...Jonathan Cameron2011-08-231-2/+0Star
* staging:iio: Introduce iio_core.h and move all core only stuff out of iio.h.Jonathan Cameron2011-08-231-62/+1Star
* staging:iio: add quadrature correction to chan info types.Jonathan Cameron2011-08-231-0/+3
* staging:iio: Remove deprecated dev_data from iio_dev.Jonathan Cameron2011-08-231-12/+1Star