aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-08IIO: industrialio-core: Use simple_openAxel Lin1-9/+1
2012-04-29iio: core: iio_chan_spec_ext_info: Add private handleMichael Hennerich1-2/+3
2012-04-29iio: core: Introduce IIO_ALTVOLTAGE and appropriate channel info elementsMichael Hennerich1-0/+3
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-4/+4
2012-04-25IIO: Move the core files to drivers/iioJonathan Cameron1-0/+912