aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz1-5/+4
2015-12-26Merge tag 'iio-for-4.5c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+1
2015-12-22iio: Make IIO value formating function globally available.Andrew F. Davis1-0/+1
2015-12-13Merge 4.4-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2015-11-21iio: fix some warning messagesDan Carpenter1-1/+1
2015-11-15iio: core: added support for IIO_VAL_INTSean Nyekjaer1-0/+9
2015-09-23iio: resistance: add IIO_RESISTANCE channel typeMatt Ranostay1-0/+1
2015-09-23iio: chemical: Add IIO_CONCENTRATION channel typeMatt Ranostay1-0/+3
2015-08-27iio: Support triggered eventsVladimir Barinov1-2/+2
2015-08-16iio: percolate error if event fd failsLinus Walleij1-0/+2
2015-08-02iio: core: Add function params for kernel docsCristina Opriceana1-5/+20
2015-06-21iio: Add missing modifier names to corePeter Meerwald1-0/+8
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