| Commit message (Expand) | Author | Age | Files | Lines |
* | iio: Add TEMP_AMBIENT and TEMP_OBJECT channel modifiers | Peter Meerwald | 2014-05-03 | 1 | -0/+2 |
* | IIO: core: Add quaternion modifier | Srinivas Pandruvada | 2014-04-29 | 1 | -0/+1 |
* | IIO: core: Modify scan element type | Srinivas Pandruvada | 2014-04-29 | 1 | -0/+7 |
* | IIO: core: Introduce read_raw_multi | Srinivas Pandruvada | 2014-04-29 | 2 | -0/+18 |
* | iio: st_sensors: move regulator retrieveal to core | Linus Walleij | 2014-04-26 | 1 | -0/+4 |
* | iio: inkern: add iio_read_channel_average_raw | Sebastian Reichel | 2014-03-16 | 1 | -0/+13 |
* | iio:drop IIO_ST macro | Jonathan Cameron | 2014-02-15 | 1 | -6/+10 |
* | iio: Remove support for the legacy event config interface | Lars-Peter Clausen | 2013-12-08 | 2 | -33/+5 |
* | iio: Add support for humidity sensors | Harald Geyer | 2013-12-03 | 1 | -0/+1 |
* | iio: Add data_available callback for buffers | Lars-Peter Clausen | 2013-12-03 | 1 | -0/+3 |
* | iio: core: Move kernel doc to the right location | Sachin Kamat | 2013-11-24 | 1 | -80/+0 |
* | iio: core: Implement devm_iio_device_{register,unregister} | Sachin Kamat | 2013-11-24 | 1 | -0/+3 |
* | iio: Remove unused iio_sw_buffer_preenable() | Lars-Peter Clausen | 2013-10-16 | 1 | -2/+0 |
* | iio: Add a hysteresis event info attribute | Lars-Peter Clausen | 2013-10-12 | 1 | -0/+1 |
* | iio: Extend the event config interface | Lars-Peter Clausen | 2013-10-12 | 3 | -14/+77 |
* | iio: Add reference counting for buffers | Lars-Peter Clausen | 2013-10-12 | 1 | -0/+28 |
* | iio: pressure-core: st: Provide support for the Vdd_IO power supply | Lee Jones | 2013-09-23 | 1 | -0/+2 |
* | iio: pressure-core: st: Provide support for the Vdd power supply | Lee Jones | 2013-09-23 | 1 | -0/+3 |
* | iio: Add iio_push_buffers_with_timestamp() helper | Lars-Peter Clausen | 2013-09-21 | 1 | -0/+25 |
* | iio: iio_push_to_buffers(): Change type of 'data' to const void * | Lars-Peter Clausen | 2013-09-15 | 2 | -4/+4 |
* | iio: add info_mask_[shared_by_dir/shared_by_all] | Jonathan Cameron | 2013-09-15 | 1 | -2/+12 |
* | iio: refactor info mask and ext_info attribute creation. | Jonathan Cameron | 2013-09-15 | 1 | -2/+7 |
* | iio: drop info_mask from struct iio_dev | Jonathan Cameron | 2013-09-15 | 1 | -4/+1 |
* | iio: pressure-core: st: Allow for number of channels to vary | Lee Jones | 2013-09-14 | 1 | -0/+1 |
* | iio: Add INT_TIME (integration time) channel info attribute | Peter Meerwald | 2013-09-14 | 2 | -0/+16 |
* | iio: Remove trailing ; from function definitions | Peter Meerwald | 2013-08-31 | 1 | -4/+4 |
* | iio: trigger: implement devm_iio_trigger_alloc/devm_iio_triger_free | Jacek Anaszewski | 2013-08-17 | 1 | -0/+29 |
* | Merge 3.11-rc5 into staging-next | Greg Kroah-Hartman | 2013-08-12 | 1 | -1/+2 |
|\ |
|
| * | iio:trigger: Fix use_count race condition | Lars-Peter Clausen | 2013-07-20 | 1 | -1/+2 |
* | | iio: Fix documentation of devm_iio_device_free() | Peter Meerwald | 2013-08-03 | 1 | -2/+2 |
* | | iio: core: implement devm_iio_device_alloc/devm_iio_device_free | Grygorii Strashko | 2013-08-03 | 1 | -0/+25 |
* | | iio: Remove IIO_DEV_ATTR_RESET macro | Lars-Peter Clausen | 2013-08-03 | 1 | -5/+0 |
* | | iio: Added ST-sensors platform data to select the DRDY interrupt pin | Denis CIOCCA | 2013-08-03 | 1 | -3/+11 |
|/ |
|
* | iio: Fix iio_channel_has_info | Alexandre Belloni | 2013-07-02 | 1 | -2/+2 |
* | iio:common: Removed stuff macros, added num_data_channels on st_sensors struc... | Denis CIOCCA | 2013-06-05 | 1 | -2/+2 |
* | iio:common: ST_SENSORS_LSM_CHANNELS macro changed | Denis CIOCCA | 2013-06-04 | 1 | -11/+9 |
* | iio: frequency: adf4350: cast value to unsigned to make code checkers happy | Michael Hennerich | 2013-06-04 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-04-30 | 1 | -1/+1 |
|\ |
|
| * | itg3200: fix incorrect ifdef comment | Paul Bolle | 2013-03-18 | 1 | -1/+1 |
* | | iio:trigger: Use dev_{set,get}_drvdata for private data management | Lars-Peter Clausen | 2013-03-25 | 1 | -4/+2 |
* | | iio:trigger: Introduce iio_tigger_{set,get}_drvdata | Lars-Peter Clausen | 2013-03-25 | 1 | -0/+24 |
* | | Merge tag 'iio-for-3.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2013-03-25 | 4 | -93/+31 |
|\ \ |
|
| * | | iio:core drop info_mask from struct iio_info | Jonathan Cameron | 2013-03-17 | 1 | -72/+1 |
| * | | staging:iio:accel:adis move to info_mask_(shared_by_type/separate) | Jonathan Cameron | 2013-03-17 | 1 | -17/+17 |
| * | | iio:adc:ad_sigma_delta move to info_mask_(shared_by_type/separate) | Jonathan Cameron | 2013-03-17 | 1 | -3/+3 |
| * | | iio:st_sensors move to info_mask_(shared_by_type/separate) | Jonathan Cameron | 2013-03-17 | 1 | -2/+3 |
| * | | iio: Add broken out info_mask fields for shared_by_type and separate | Jonathan Cameron | 2013-03-17 | 1 | -1/+9 |
| |/ |
|
* / | iio: Fix build error seen if IIO_TRIGGER is defined but IIO_BUFFER is not | Guenter Roeck | 2013-03-02 | 1 | -3/+6 |
|/ |
|
* | iio:triggers Protect functions in triggers.h from use when not compiled | Jonathan Cameron | 2013-02-09 | 1 | -0/+5 |
* | iio:common: added allocate and deallocate trigger functions when trigger is d... | Denis CIOCCA | 2013-02-09 | 1 | -0/+10 |