aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-20iio: Add pressure channel typeLars-Peter Clausen1-0/+1
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron1-0/+1
2012-11-02iio: Accept a leading '+' sign when parsing fixed point numbersLars-Peter Clausen1-0/+2
2012-11-02iio: Reject trailing garbage when parsing fixed point numbersLars-Peter Clausen1-2/+0
2012-11-02iio: Do not accept multiple '.' in fixed point numbersLars-Peter Clausen1-1/+1
2012-10-19iio: Add a logarithmic fractional value typeLars-Peter Clausen1-0/+5
2012-09-15iio: Introduce a new fractional value typeLars-Peter Clausen1-0/+6
2012-09-06iio: core: Add hysteresis in channel specsrinivas pandruvada1-0/+1
2012-09-03IIO: Update email address for Jonathan Cameron.Jonathan Cameron1-1/+1
2012-09-03iio: whitespace cleanup and removal of semicolon after functionsPeter Meerwald1-1/+1
2012-09-03iio: fix typosPeter Meerwald1-1/+1
2012-07-10IIO channel type and modifiers for CCT and RGBC dataJon Brenner1-0/+5
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-13Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman1-7/+9
2012-06-07iio: iio_enum_available_read: Prevent possible buffer overflowLars-Peter Clausen1-1/+1
2012-06-05iio: Add helper functions for enum style channel attributesLars-Peter Clausen1-0/+63
2012-06-04iio: Fix potential use after freeLars-Peter Clausen1-7/+9
2012-05-14iio: Use dev_to_iio_dev()Lars-Peter Clausen1-6/+6
2012-05-14iio: core: introduce IIO_CHAN_INFO_HARDWAREGAINMichael Hennerich1-0/+1
2012-05-14iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DBMichael Hennerich1-6/+13
2012-05-08IIO: industrialio-core: Checking NULL instead of IS_ERR for debugfs_create_dir()Axel Lin1-4/+1