summaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-core.c
Commit message (Expand)AuthorAgeFilesLines
* iio: core: Add misssing bracesSachin Kamat2013-10-241-1/+1
* iio: core: Use pr_err instead of printkSachin Kamat2013-10-241-6/+5
* iio: Factor IIO value formating into its own functionLars-Peter Clausen2013-10-121-12/+26
* iio: Add a helper to free a list of IIO device attributesLars-Peter Clausen2013-10-121-16/+18
* iio: Wakeup poll and blocking reads when the device is unregisteredLars-Peter Clausen2013-10-121-0/+4
* iio: Return -ENODEV for file operations if the device has been unregisteredLars-Peter Clausen2013-10-121-0/+3
* iio: Add reference counting for buffersLars-Peter Clausen2013-10-121-0/+3
* Merge 3.12-rc4 into staging-nextGreg Kroah-Hartman2013-10-061-1/+1
|\
| * iio: Remove debugfs entries in iio_device_unregister()Lars-Peter Clausen2013-09-301-1/+1
* | Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman2013-09-251-10/+21
|\|
| * iio: Prevent race between IIO chardev opening and IIO device freeLars-Peter Clausen2013-09-211-9/+12
| * iio: fix: Keep a reference to the IIO device for open file descriptorsLars-Peter Clausen2013-09-211-0/+4
| * iio: Stop sampling when the device is removedLars-Peter Clausen2013-09-211-1/+5
* | iio: add info_mask_[shared_by_dir/shared_by_all]Jonathan Cameron2013-09-151-0/+30
* | iio: refactor info mask and ext_info attribute creation.Jonathan Cameron2013-09-151-69/+80
* | iio: Add INT_TIME (integration time) channel info attributePeter Meerwald2013-09-141-0/+1
|/
* iio: core: Avoid double minus in sysfs outputOleksandr Kravchenko2013-08-031-2/+2
* iio: core: implement devm_iio_device_alloc/devm_iio_device_freeGrygorii Strashko2013-08-031-0/+47
* iio:core drop info_mask from struct iio_infoJonathan Cameron2013-03-171-17/+0
* iio: Add broken out info_mask fields for shared_by_type and separateJonathan Cameron2013-03-171-0/+30
* iio: Add OF supportGuenter Roeck2013-03-161-2/+6
* iio: Factor out fixed point number parsing into its own functionLars-Peter Clausen2012-11-201-35/+63
* iio: Add pressure channel typeLars-Peter Clausen2012-11-201-0/+1
* staging:iio: Add support for multiple buffersJonathan Cameron2012-11-101-0/+1
* iio: Accept a leading '+' sign when parsing fixed point numbersLars-Peter Clausen2012-11-021-0/+2
* iio: Reject trailing garbage when parsing fixed point numbersLars-Peter Clausen2012-11-021-2/+0
* iio: Do not accept multiple '.' in fixed point numbersLars-Peter Clausen2012-11-021-1/+1
* iio: Add a logarithmic fractional value typeLars-Peter Clausen2012-10-191-0/+5
* iio: Introduce a new fractional value typeLars-Peter Clausen2012-09-151-0/+6
* iio: core: Add hysteresis in channel specsrinivas pandruvada2012-09-061-0/+1
* IIO: Update email address for Jonathan Cameron.Jonathan Cameron2012-09-031-1/+1
* iio: whitespace cleanup and removal of semicolon after functionsPeter Meerwald2012-09-031-1/+1
* iio: fix typosPeter Meerwald2012-09-031-1/+1
* IIO channel type and modifiers for CCT and RGBC dataJon Brenner2012-07-101-0/+5
* IIO: Add a modifier for x^2+y^2+z^2Jonathan Cameron2012-06-301-0/+1
* IIO: Add a modifier for sqrt(x^2+y^2)Jonathan Cameron2012-06-301-0/+1
* Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman2012-06-131-7/+9
|\
| * iio: Fix potential use after freeLars-Peter Clausen2012-06-041-7/+9
* | iio: iio_enum_available_read: Prevent possible buffer overflowLars-Peter Clausen2012-06-071-1/+1
* | iio: Add helper functions for enum style channel attributesLars-Peter Clausen2012-06-051-0/+63
|/
* iio: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-6/+6
* iio: core: introduce IIO_CHAN_INFO_HARDWAREGAINMichael Hennerich2012-05-141-0/+1
* iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DBMichael Hennerich2012-05-141-6/+13
* IIO: industrialio-core: Checking NULL instead of IS_ERR for debugfs_create_dir()Axel Lin2012-05-081-4/+1
* IIO: industrialio-core: Use simple_openAxel Lin2012-05-081-9/+1
* iio: core: iio_chan_spec_ext_info: Add private handleMichael Hennerich2012-04-291-2/+3
* iio: core: Introduce IIO_ALTVOLTAGE and appropriate channel info elementsMichael Hennerich2012-04-291-0/+3
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-4/+4
* IIO: Move the core files to drivers/iioJonathan Cameron2012-04-251-0/+912