Age | Commit message (Expand) | Author | Files | Lines |
2013-10-12 | iio: Return -ENODEV for file operations if the device has been unregistered | Lars-Peter Clausen | 1 | -0/+3 |
2013-10-12 | iio: Add reference counting for buffers | Lars-Peter Clausen | 1 | -0/+3 |
2013-10-07 | Merge 3.12-rc4 into staging-next | Greg Kroah-Hartman | 1 | -1/+1 |
2013-10-01 | iio: Remove debugfs entries in iio_device_unregister() | Lars-Peter Clausen | 1 | -1/+1 |
2013-09-25 | Merge 3.12-rc2 into staging-next. | Greg Kroah-Hartman | 1 | -10/+21 |
2013-09-21 | iio: Prevent race between IIO chardev opening and IIO device free | Lars-Peter Clausen | 1 | -9/+12 |
2013-09-21 | iio: fix: Keep a reference to the IIO device for open file descriptors | Lars-Peter Clausen | 1 | -0/+4 |
2013-09-21 | iio: Stop sampling when the device is removed | Lars-Peter Clausen | 1 | -1/+5 |
2013-09-15 | iio: add info_mask_[shared_by_dir/shared_by_all] | Jonathan Cameron | 1 | -0/+30 |
2013-09-15 | iio: refactor info mask and ext_info attribute creation. | Jonathan Cameron | 1 | -69/+80 |
2013-09-15 | iio: Add INT_TIME (integration time) channel info attribute | Peter Meerwald | 1 | -0/+1 |
2013-08-03 | iio: core: Avoid double minus in sysfs output | Oleksandr Kravchenko | 1 | -2/+2 |
2013-08-03 | iio: core: implement devm_iio_device_alloc/devm_iio_device_free | Grygorii Strashko | 1 | -0/+47 |
2013-03-17 | iio:core drop info_mask from struct iio_info | Jonathan Cameron | 1 | -17/+0 |
2013-03-17 | iio: Add broken out info_mask fields for shared_by_type and separate | Jonathan Cameron | 1 | -0/+30 |
2013-03-16 | iio: Add OF support | Guenter Roeck | 1 | -2/+6 |
2012-11-21 | iio: Factor out fixed point number parsing into its own function | Lars-Peter Clausen | 1 | -35/+63 |
2012-11-21 | iio: Add pressure channel type | Lars-Peter Clausen | 1 | -0/+1 |
2012-11-10 | staging:iio: Add support for multiple buffers | Jonathan Cameron | 1 | -0/+1 |
2012-11-02 | iio: Accept a leading '+' sign when parsing fixed point numbers | Lars-Peter Clausen | 1 | -0/+2 |
2012-11-02 | iio: Reject trailing garbage when parsing fixed point numbers | Lars-Peter Clausen | 1 | -2/+0 |
2012-11-02 | iio: Do not accept multiple '.' in fixed point numbers | Lars-Peter Clausen | 1 | -1/+1 |
2012-10-19 | iio: Add a logarithmic fractional value type | Lars-Peter Clausen | 1 | -0/+5 |
2012-09-15 | iio: Introduce a new fractional value type | Lars-Peter Clausen | 1 | -0/+6 |
2012-09-06 | iio: core: Add hysteresis in channel spec | srinivas pandruvada | 1 | -0/+1 |
2012-09-03 | IIO: Update email address for Jonathan Cameron. | Jonathan Cameron | 1 | -1/+1 |
2012-09-03 | iio: whitespace cleanup and removal of semicolon after functions | Peter Meerwald | 1 | -1/+1 |
2012-09-03 | iio: fix typos | Peter Meerwald | 1 | -1/+1 |
2012-07-10 | IIO channel type and modifiers for CCT and RGBC data | Jon Brenner | 1 | -0/+5 |
2012-06-30 | IIO: Add a modifier for x^2+y^2+z^2 | Jonathan Cameron | 1 | -0/+1 |
2012-06-30 | IIO: Add a modifier for sqrt(x^2+y^2) | Jonathan Cameron | 1 | -0/+1 |
2012-06-14 | Merge branch 'staging-linus' into staging-next | Greg Kroah-Hartman | 1 | -7/+9 |
2012-06-07 | iio: iio_enum_available_read: Prevent possible buffer overflow | Lars-Peter Clausen | 1 | -1/+1 |
2012-06-05 | iio: Add helper functions for enum style channel attributes | Lars-Peter Clausen | 1 | -0/+63 |
2012-06-05 | iio: Fix potential use after free | Lars-Peter Clausen | 1 | -7/+9 |
2012-05-15 | iio: Use dev_to_iio_dev() | Lars-Peter Clausen | 1 | -6/+6 |
2012-05-15 | iio: core: introduce IIO_CHAN_INFO_HARDWAREGAIN | Michael Hennerich | 1 | -0/+1 |
2012-05-15 | iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DB | Michael Hennerich | 1 | -6/+13 |
2012-05-09 | IIO: industrialio-core: Checking NULL instead of IS_ERR for debugfs_create_dir() | Axel Lin | 1 | -4/+1 |
2012-05-09 | IIO: industrialio-core: Use simple_open | Axel Lin | 1 | -9/+1 |
2012-04-30 | iio: core: iio_chan_spec_ext_info: Add private handle | Michael Hennerich | 1 | -2/+3 |
2012-04-30 | iio: core: Introduce IIO_ALTVOLTAGE and appropriate channel info elements | Michael Hennerich | 1 | -0/+3 |
2012-04-30 | staging:iio: Streamline API function naming | Lars-Peter Clausen | 1 | -4/+4 |
2012-04-25 | IIO: Move the core files to drivers/iio | Jonathan Cameron | 1 | -0/+912 |