aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iio:imu: Add support for the ADIS16480 and similar IMUsLars-Peter Clausen2012-11-201-0/+4
* iio: Factor out fixed point number parsing into its own functionLars-Peter Clausen2012-11-201-0/+3
* iio: Add pressure channel typeLars-Peter Clausen2012-11-201-0/+1
* iio:imu:adis: Add paging supportLars-Peter Clausen2012-11-201-2/+8
* iio:imu:adis: Add support for 32bit registersLars-Peter Clausen2012-11-201-4/+77
* iio:imu:adis: Add debugfs register access supportLars-Peter Clausen2012-11-201-0/+11
* staging:iio: Move adis library out of stagingLars-Peter Clausen2012-11-191-0/+186
* iio: Fix iio_buffer_register stub signatureLars-Peter Clausen2012-11-191-1/+1
* IIO: fix build error in lp8788-charger.cGreg Kroah-Hartman2012-11-131-0/+2
* staging:iio: add a callback buffer for in kernel push interfaceJonathan Cameron2012-11-101-0/+46
* staging:iio:in kernel users: Add a data field for channel specific info.Jonathan Cameron2012-11-102-0/+4
* staging:iio: Add support for multiple buffersJonathan Cameron2012-11-102-5/+21
* Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman2012-10-291-0/+16
|\
| * iio: Add some helper macros for unit conversionLars-Peter Clausen2012-10-191-0/+16
* | iio: Add a logarithmic fractional value typeLars-Peter Clausen2012-10-191-0/+1
|/
* iio:inkern: Add function to read the processed valueLars-Peter Clausen2012-09-172-0/+55
* iio: consumer.h: Fix kernel doc incosistencyLars-Peter Clausen2012-09-171-2/+2
* iio: Introduce a new fractional value typeLars-Peter Clausen2012-09-151-0/+1
* iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen2012-09-081-4/+2
* iio: core: Add hysteresis in channel specsrinivas pandruvada2012-09-061-0/+5
* iio: whitespace cleanup and removal of semicolon after functionsPeter Meerwald2012-09-032-8/+8
* iio: fix typosPeter Meerwald2012-09-031-3/+3
* iio: document missing elementsPeter Meerwald2012-09-032-2/+7
* iio:trigger_consumer.h: Add missing includes and forward declarationsLars-Peter Clausen2012-08-271-0/+6
* iio: Add missing include guards to headersLars-Peter Clausen2012-08-273-0/+13
* iio:consumer.h: Fix include guardLars-Peter Clausen2012-08-271-1/+1
* iio:adc: Add common code for ADI Sigma Delta devicesLars-Peter Clausen2012-08-271-0/+173
* iio: Introduce iio_device_{set,get}_drvdata()Lars-Peter Clausen2012-08-271-0/+25
* iio: frequency: ADF4350: Fix potential reference div factor overflow.Michael Hennerich2012-08-161-0/+2
* IIO channel type and modifiers for CCT and RGBC dataJon Brenner2012-07-101-0/+5
* iio: Introduce iio_validate_scan_mask_onehotLars-Peter Clausen2012-07-091-0/+3
* iio: Add callback to check whether a scan mask is validLars-Peter Clausen2012-07-091-0/+4
* iio: cleanup buffer.h commentsPeter Meerwald2012-07-071-7/+10
* IIO: Add a modifier for x^2+y^2+z^2Jonathan Cameron2012-06-301-0/+1
* IIO: Add a modifier for sqrt(x^2+y^2)Jonathan Cameron2012-06-301-0/+1
* iio: Rename _st_ functions to loose the bit that meant the staging version.Jonathan Cameron2012-06-301-17/+17
* iio: remove extra ; after function definitionPeter Meerwald2012-06-181-1/+1
* iio: correct documentation for IIO_CONST_ATTR_SAMP_FREQ_AVAIL, match name of ...Peter Meerwald2012-06-181-1/+1
* iio: typo in iio_chan_spec.ext_info commentPeter Meerwald2012-06-181-1/+1
* iio: Add helper function for initializing triggered buffersLars-Peter Clausen2012-06-181-0/+15
* iio: iio/events.h typosPeter Meerwald2012-06-151-3/+3
* iio: iio/machine.h typoPeter Meerwald2012-06-151-1/+1
* iio: cleanup iio/iio.hPeter Meerwald2012-06-121-18/+18
* iio: mark struct iio_enum elements with @ in commentPeter Meerwald2012-06-121-4/+4
* iio: clarify channel and indexed in struct iio_chan_specPeter Meerwald2012-06-121-4/+3
* iio: fix typos in iio.hPeter Meerwald2012-06-121-3/+3
* iio: drop comment about 'real' channelsPeter Meerwald2012-06-121-1/+0
* iio: add mcp4725 I2C DAC driverPeter Meerwald2012-06-121-0/+16
* staging:iio: Move DAC drivers out of stagingLars-Peter Clausen2012-06-054-0/+84
* iio: Add helper functions for enum style channel attributesLars-Peter Clausen2012-06-041-0/+64