aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-20iio:trigger: Fix use_count race conditionLars-Peter Clausen1-1/+2
2013-07-02iio: Fix iio_channel_has_infoAlexandre Belloni1-2/+2
2013-06-05iio:common: Removed stuff macros, added num_data_channels on st_sensors struct and added support on one-shot sysfs reads to 3 byte channelDenis CIOCCA1-2/+2
2013-06-04iio:common: ST_SENSORS_LSM_CHANNELS macro changedDenis CIOCCA1-11/+9
2013-06-04iio: frequency: adf4350: cast value to unsigned to make code checkers happyMichael Hennerich1-2/+2
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-03-25iio:trigger: Use dev_{set,get}_drvdata for private data managementLars-Peter Clausen1-4/+2
2013-03-25iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen1-0/+24
2013-03-25Merge tag 'iio-for-3.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman4-93/+31
2013-03-18itg3200: fix incorrect ifdef commentPaul Bolle1-1/+1
2013-03-17iio:core drop info_mask from struct iio_infoJonathan Cameron1-72/+1
2013-03-17staging:iio:accel:adis move to info_mask_(shared_by_type/separate)Jonathan Cameron1-17/+17
2013-03-17iio:adc:ad_sigma_delta move to info_mask_(shared_by_type/separate)Jonathan Cameron1-3/+3
2013-03-17iio:st_sensors move to info_mask_(shared_by_type/separate)Jonathan Cameron1-2/+3
2013-03-17iio: Add broken out info_mask fields for shared_by_type and separateJonathan Cameron1-1/+9
2013-03-02iio: Fix build error seen if IIO_TRIGGER is defined but IIO_BUFFER is notGuenter Roeck1-3/+6
2013-02-09iio:triggers Protect functions in triggers.h from use when not compiledJonathan Cameron1-0/+5
2013-02-09iio:common: added allocate and deallocate trigger functions when trigger is disabled.Denis CIOCCA1-0/+10
2013-02-06iio: Update iio_channel_get API to use consumer device pointer as argumentGuenter Roeck1-2/+3
2013-02-02iio: Simplify iio_map_array_unregister APIGuenter Roeck1-6/+3
2013-02-02iio: Update iio_channel_get_all and iio_channel_get_all_cb APIGuenter Roeck1-4/+5
2013-02-02iio:common: removed unused functions outside st_sensors libraryDenis CIOCCA1-4/+0
2013-02-02iio: gyro: Add itg3200Manuel Stahl1-0/+154
2013-01-31staging:iio: Remove noop call to __iio_update_bufferLars-Peter Clausen1-13/+0
2013-01-31iio:common: Add STMicroelectronics common libraryDenis Ciocca3-0/+314
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