aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-23iio: Add I/Q modifiersLars-Peter Clausen1-0/+2
2015-05-17iio: core: add high pass filter attributesMartin Fuzzey1-0/+2
2015-05-10iio: core: Introduce IIO_CHAN_INFO_OVERSAMPLING_RATIOIrina Tirdea1-0/+1
2015-04-09iio: core: Introduce IIO_CHAN_INFO_CALIBEMISSIVITYVianney le Clément de Saint-Marcq1-0/+1
2015-03-14iio: core: Fix double free.Martin Fuzzey1-2/+3
2015-01-29iio: core: Introduce IIO_CHAN_INFO_DEBOUNCE_COUNT and _TIMEIrina Tirdea1-0/+2
2015-01-27iio: core: Introduce IIO_CHAN_INFO_CALIBWEIGHTIrina Tirdea1-0/+1
2015-01-27iio: core: Introduce IIO_VELOCITY and IIO_MOD_ROOT_SUM_SQUARED_X_Y_ZIrina Tirdea1-0/+2
2015-01-27iio: core: Introduce DISTANCE channel typeIrina Tirdea1-0/+1
2015-01-27iio: core: Introduce ENERGY channel typeIrina Tirdea1-0/+1
2015-01-05iio: ensure scan index is unique at device registerVlad Dogaru1-0/+27
2014-12-26iio: core: Get rid of misleading commentKarol Wrona1-1/+0
2014-12-12iio: Move buffer registration to the coreLars-Peter Clausen1-1/+13
2014-11-22iio: core: Introduce IIO_CHAN_INFO_CALIBHEIGHTIrina Tirdea1-0/+1
2014-11-22iio: core: Introduce STEPS channel, ENABLE mask and INSTANCE eventIrina Tirdea1-0/+2
2014-11-22iio: core: Introduce IIO_ACTIVITY channelDaniel Baluta1-0/+5
2014-07-20iio: types: Added support for rotation from north usage attributesReyad Attiyat1-0/+4
2014-05-03iio: Add TEMP_AMBIENT and TEMP_OBJECT channel modifiersPeter Meerwald1-0/+2
2014-04-29IIO: core: Add quaternion modifierSrinivas Pandruvada1-0/+1
2014-04-29IIO: core: Introduce read_raw_multiSrinivas Pandruvada1-22/+43
2014-03-16iio:core: Fix bug in length of event info_mask and catch unhandled bits set in masks.Jonathan Cameron1-0/+2
2014-03-15iio: force snprintf for PAGE_SIZE bufsKees Cook1-2/+2
2014-02-18iio: Avoid unnecessary kasprintfLars-Peter Clausen1-26/+13
2014-02-18iio: Don't include extended name in shared attributesLars-Peter Clausen1-1/+1
2014-02-18iio get rid of unneccessary error_retHartmut Knaack1-7/+3
2013-12-03iio: Add support for humidity sensorsHarald Geyer1-0/+1
2013-11-24iio: core: Move kernel doc to the right locationSachin Kamat1-0/+42
2013-11-24iio: core: Implement devm_iio_device_{register,unregister}Sachin Kamat1-0/+59
2013-10-24iio: core: Add misssing bracesSachin Kamat1-1/+1
2013-10-24iio: core: Use pr_err instead of printkSachin Kamat1-6/+5
2013-10-12iio: Factor IIO value formating into its own functionLars-Peter Clausen1-12/+26
2013-10-12iio: Add a helper to free a list of IIO device attributesLars-Peter Clausen1-16/+18
2013-10-12iio: Wakeup poll and blocking reads when the device is unregisteredLars-Peter Clausen1-0/+4
2013-10-12iio: Return -ENODEV for file operations if the device has been unregisteredLars-Peter Clausen1-0/+3
2013-10-12iio: Add reference counting for buffersLars-Peter Clausen1-0/+3
2013-10-06Merge 3.12-rc4 into staging-nextGreg Kroah-Hartman1-1/+1
2013-09-30iio: Remove debugfs entries in iio_device_unregister()Lars-Peter Clausen1-1/+1
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman1-10/+21
2013-09-21iio: Prevent race between IIO chardev opening and IIO device freeLars-Peter Clausen1-9/+12
2013-09-21iio: fix: Keep a reference to the IIO device for open file descriptorsLars-Peter Clausen1-0/+4
2013-09-21iio: Stop sampling when the device is removedLars-Peter Clausen1-1/+5
2013-09-15iio: add info_mask_[shared_by_dir/shared_by_all]Jonathan Cameron1-0/+30
2013-09-15iio: refactor info mask and ext_info attribute creation.Jonathan Cameron1-69/+80
2013-09-14iio: Add INT_TIME (integration time) channel info attributePeter Meerwald1-0/+1
2013-08-03iio: core: Avoid double minus in sysfs outputOleksandr Kravchenko1-2/+2
2013-08-03iio: core: implement devm_iio_device_alloc/devm_iio_device_freeGrygorii Strashko1-0/+47
2013-03-17iio:core drop info_mask from struct iio_infoJonathan Cameron1-17/+0
2013-03-17iio: Add broken out info_mask fields for shared_by_type and separateJonathan Cameron1-0/+30
2013-03-16iio: Add OF supportGuenter Roeck1-2/+6
2012-11-20iio: Factor out fixed point number parsing into its own functionLars-Peter Clausen1-35/+63