aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-20iio:imu: Add support for the ADIS16480 and similar IMUsLars-Peter Clausen1-0/+4
2012-11-20iio: Factor out fixed point number parsing into its own functionLars-Peter Clausen1-0/+3
2012-11-20iio: Add pressure channel typeLars-Peter Clausen1-0/+1
2012-11-20iio:imu:adis: Add paging supportLars-Peter Clausen1-2/+8
2012-11-20iio:imu:adis: Add support for 32bit registersLars-Peter Clausen1-4/+77
2012-11-20iio:imu:adis: Add debugfs register access supportLars-Peter Clausen1-0/+11
2012-11-19staging:iio: Move adis library out of stagingLars-Peter Clausen1-0/+186
2012-11-19iio: Fix iio_buffer_register stub signatureLars-Peter Clausen1-1/+1
2012-11-13IIO: fix build error in lp8788-charger.cGreg Kroah-Hartman1-0/+2
2012-11-10staging:iio: add a callback buffer for in kernel push interfaceJonathan Cameron1-0/+46
2012-11-10staging:iio:in kernel users: Add a data field for channel specific info.Jonathan Cameron2-0/+4
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron2-5/+21
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman1-0/+16
2012-10-19iio: Add a logarithmic fractional value typeLars-Peter Clausen1-0/+1
2012-10-19iio: Add some helper macros for unit conversionLars-Peter Clausen1-0/+16
2012-09-17iio:inkern: Add function to read the processed valueLars-Peter Clausen2-0/+55
2012-09-17iio: consumer.h: Fix kernel doc incosistencyLars-Peter Clausen1-2/+2
2012-09-15iio: Introduce a new fractional value typeLars-Peter Clausen1-0/+1
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen1-4/+2
2012-09-06iio: core: Add hysteresis in channel specsrinivas pandruvada1-0/+5
2012-09-03iio: whitespace cleanup and removal of semicolon after functionsPeter Meerwald2-8/+8
2012-09-03iio: fix typosPeter Meerwald1-3/+3
2012-09-03iio: document missing elementsPeter Meerwald2-2/+7
2012-08-27iio:trigger_consumer.h: Add missing includes and forward declarationsLars-Peter Clausen1-0/+6
2012-08-27iio: Add missing include guards to headersLars-Peter Clausen3-0/+13
2012-08-27iio:consumer.h: Fix include guardLars-Peter Clausen1-1/+1
2012-08-27iio:adc: Add common code for ADI Sigma Delta devicesLars-Peter Clausen1-0/+173
2012-08-27iio: Introduce iio_device_{set,get}_drvdata()Lars-Peter Clausen1-0/+25
2012-08-16iio: frequency: ADF4350: Fix potential reference div factor overflow.Michael Hennerich1-0/+2
2012-07-10IIO channel type and modifiers for CCT and RGBC dataJon Brenner1-0/+5
2012-07-09iio: Introduce iio_validate_scan_mask_onehotLars-Peter Clausen1-0/+3
2012-07-09iio: Add callback to check whether a scan mask is validLars-Peter Clausen1-0/+4
2012-07-07iio: cleanup buffer.h commentsPeter Meerwald1-7/+10
2012-06-30IIO: Add a modifier for x^2+y^2+z^2Jonathan Cameron1-0/+1
2012-06-30IIO: Add a modifier for sqrt(x^2+y^2)Jonathan Cameron1-0/+1
2012-06-30iio: Rename _st_ functions to loose the bit that meant the staging version.Jonathan Cameron1-17/+17
2012-06-18iio: remove extra ; after function definitionPeter Meerwald1-1/+1
2012-06-18iio: correct documentation for IIO_CONST_ATTR_SAMP_FREQ_AVAIL, match name of #definePeter Meerwald1-1/+1
2012-06-18iio: typo in iio_chan_spec.ext_info commentPeter Meerwald1-1/+1
2012-06-18iio: Add helper function for initializing triggered buffersLars-Peter Clausen1-0/+15
2012-06-15iio: iio/events.h typosPeter Meerwald1-3/+3
2012-06-15iio: iio/machine.h typoPeter Meerwald1-1/+1
2012-06-12iio: cleanup iio/iio.hPeter Meerwald1-18/+18
2012-06-12iio: mark struct iio_enum elements with @ in commentPeter Meerwald1-4/+4
2012-06-12iio: clarify channel and indexed in struct iio_chan_specPeter Meerwald1-4/+3
2012-06-12iio: fix typos in iio.hPeter Meerwald1-3/+3
2012-06-12iio: drop comment about 'real' channelsPeter Meerwald1-1/+0
2012-06-12iio: add mcp4725 I2C DAC driverPeter Meerwald1-0/+16
2012-06-05staging:iio: Move DAC drivers out of stagingLars-Peter Clausen4-0/+84
2012-06-05iio: Add helper functions for enum style channel attributesLars-Peter Clausen1-0/+64