| Commit message (Expand) | Author | Age | Files | Lines |
* | iio: Avoid unnecessary kasprintf | Lars-Peter Clausen | 2014-02-18 | 1 | -26/+13 |
* | iio: Don't include extended name in shared attributes | Lars-Peter Clausen | 2014-02-18 | 1 | -1/+1 |
* | iio get rid of unneccessary error_ret | Hartmut Knaack | 2014-02-18 | 1 | -7/+3 |
* | iio: Add support for humidity sensors | Harald Geyer | 2013-12-03 | 1 | -0/+1 |
* | iio: core: Move kernel doc to the right location | Sachin Kamat | 2013-11-24 | 1 | -0/+42 |
* | iio: core: Implement devm_iio_device_{register,unregister} | Sachin Kamat | 2013-11-24 | 1 | -0/+59 |
* | iio: core: Add misssing braces | Sachin Kamat | 2013-10-24 | 1 | -1/+1 |
* | iio: core: Use pr_err instead of printk | Sachin Kamat | 2013-10-24 | 1 | -6/+5 |
* | iio: Factor IIO value formating into its own function | Lars-Peter Clausen | 2013-10-12 | 1 | -12/+26 |
* | iio: Add a helper to free a list of IIO device attributes | Lars-Peter Clausen | 2013-10-12 | 1 | -16/+18 |
* | iio: Wakeup poll and blocking reads when the device is unregistered | Lars-Peter Clausen | 2013-10-12 | 1 | -0/+4 |
* | iio: Return -ENODEV for file operations if the device has been unregistered | Lars-Peter Clausen | 2013-10-12 | 1 | -0/+3 |
* | iio: Add reference counting for buffers | Lars-Peter Clausen | 2013-10-12 | 1 | -0/+3 |
* | Merge 3.12-rc4 into staging-next | Greg Kroah-Hartman | 2013-10-06 | 1 | -1/+1 |
|\ |
|
| * | iio: Remove debugfs entries in iio_device_unregister() | Lars-Peter Clausen | 2013-09-30 | 1 | -1/+1 |
* | | Merge 3.12-rc2 into staging-next. | Greg Kroah-Hartman | 2013-09-25 | 1 | -10/+21 |
|\ \
| |/ |
|
| * | iio: Prevent race between IIO chardev opening and IIO device free | Lars-Peter Clausen | 2013-09-21 | 1 | -9/+12 |
| * | iio: fix: Keep a reference to the IIO device for open file descriptors | Lars-Peter Clausen | 2013-09-21 | 1 | -0/+4 |
| * | iio: Stop sampling when the device is removed | Lars-Peter Clausen | 2013-09-21 | 1 | -1/+5 |
* | | iio: add info_mask_[shared_by_dir/shared_by_all] | Jonathan Cameron | 2013-09-15 | 1 | -0/+30 |
* | | iio: refactor info mask and ext_info attribute creation. | Jonathan Cameron | 2013-09-15 | 1 | -69/+80 |
* | | iio: Add INT_TIME (integration time) channel info attribute | Peter Meerwald | 2013-09-14 | 1 | -0/+1 |
|/ |
|
* | iio: core: Avoid double minus in sysfs output | Oleksandr Kravchenko | 2013-08-03 | 1 | -2/+2 |
* | iio: core: implement devm_iio_device_alloc/devm_iio_device_free | Grygorii Strashko | 2013-08-03 | 1 | -0/+47 |
* | iio:core drop info_mask from struct iio_info | Jonathan Cameron | 2013-03-17 | 1 | -17/+0 |
* | iio: Add broken out info_mask fields for shared_by_type and separate | Jonathan Cameron | 2013-03-17 | 1 | -0/+30 |
* | iio: Add OF support | Guenter Roeck | 2013-03-16 | 1 | -2/+6 |
* | iio: Factor out fixed point number parsing into its own function | Lars-Peter Clausen | 2012-11-20 | 1 | -35/+63 |
* | iio: Add pressure channel type | Lars-Peter Clausen | 2012-11-20 | 1 | -0/+1 |
* | staging:iio: Add support for multiple buffers | Jonathan Cameron | 2012-11-10 | 1 | -0/+1 |
* | iio: Accept a leading '+' sign when parsing fixed point numbers | Lars-Peter Clausen | 2012-11-02 | 1 | -0/+2 |
* | iio: Reject trailing garbage when parsing fixed point numbers | Lars-Peter Clausen | 2012-11-02 | 1 | -2/+0 |
* | iio: Do not accept multiple '.' in fixed point numbers | Lars-Peter Clausen | 2012-11-02 | 1 | -1/+1 |
* | iio: Add a logarithmic fractional value type | Lars-Peter Clausen | 2012-10-19 | 1 | -0/+5 |
* | iio: Introduce a new fractional value type | Lars-Peter Clausen | 2012-09-15 | 1 | -0/+6 |
* | iio: core: Add hysteresis in channel spec | srinivas pandruvada | 2012-09-06 | 1 | -0/+1 |
* | IIO: Update email address for Jonathan Cameron. | Jonathan Cameron | 2012-09-03 | 1 | -1/+1 |
* | iio: whitespace cleanup and removal of semicolon after functions | Peter Meerwald | 2012-09-03 | 1 | -1/+1 |
* | iio: fix typos | Peter Meerwald | 2012-09-03 | 1 | -1/+1 |
* | IIO channel type and modifiers for CCT and RGBC data | Jon Brenner | 2012-07-10 | 1 | -0/+5 |
* | IIO: Add a modifier for x^2+y^2+z^2 | Jonathan Cameron | 2012-06-30 | 1 | -0/+1 |
* | IIO: Add a modifier for sqrt(x^2+y^2) | Jonathan Cameron | 2012-06-30 | 1 | -0/+1 |
* | Merge branch 'staging-linus' into staging-next | Greg Kroah-Hartman | 2012-06-13 | 1 | -7/+9 |
|\ |
|
| * | iio: Fix potential use after free | Lars-Peter Clausen | 2012-06-04 | 1 | -7/+9 |
* | | iio: iio_enum_available_read: Prevent possible buffer overflow | Lars-Peter Clausen | 2012-06-07 | 1 | -1/+1 |
* | | iio: Add helper functions for enum style channel attributes | Lars-Peter Clausen | 2012-06-05 | 1 | -0/+63 |
|/ |
|
* | iio: Use dev_to_iio_dev() | Lars-Peter Clausen | 2012-05-14 | 1 | -6/+6 |
* | iio: core: introduce IIO_CHAN_INFO_HARDWAREGAIN | Michael Hennerich | 2012-05-14 | 1 | -0/+1 |
* | iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DB | Michael Hennerich | 2012-05-14 | 1 | -6/+13 |
* | IIO: industrialio-core: Checking NULL instead of IS_ERR for debugfs_create_dir() | Axel Lin | 2012-05-08 | 1 | -4/+1 |