aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-25iio:trigger: modify return value for iio_trigger_getSrinivas Pandruvada1-1/+3
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+1
2014-07-23iio: Use ktime_get_real_ns()Thomas Gleixner1-8/+1
2014-07-20iio: types: Added support for rotation from north usage attributesReyad Attiyat1-0/+4
2014-07-11iio: core : events ABI for specifying periodSrinivas Pandruvada1-0/+1
2014-07-11iio: st_sensors: add devicetree probing supportLinus Walleij1-0/+11
2014-07-07iio: adis: Switch sampling frequency attr to core support.Jonathan Cameron1-15/+18
2014-07-07iio:st sensors: remove custom sampling frequence attribute in favour of core support.Jonathan Cameron1-11/+1
2014-06-14iio: accel: kxcjk1013 3-axis accelerometer driverSrinivas Pandruvada1-0/+22
2014-06-14iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_chained()Peter Meerwald1-3/+2
2014-05-03iio: Add TEMP_AMBIENT and TEMP_OBJECT channel modifiersPeter Meerwald1-0/+2
2014-04-29IIO: core: Add quaternion modifierSrinivas Pandruvada1-0/+1
2014-04-29IIO: core: Modify scan element typeSrinivas Pandruvada1-0/+7
2014-04-29IIO: core: Introduce read_raw_multiSrinivas Pandruvada2-0/+18
2014-04-26iio: st_sensors: move regulator retrieveal to coreLinus Walleij1-0/+4
2014-03-16iio: inkern: add iio_read_channel_average_rawSebastian Reichel1-0/+13
2014-02-15iio:drop IIO_ST macroJonathan Cameron1-6/+10
2013-12-08iio: Remove support for the legacy event config interfaceLars-Peter Clausen2-33/+5
2013-12-03iio: Add support for humidity sensorsHarald Geyer1-0/+1
2013-12-03iio: Add data_available callback for buffersLars-Peter Clausen1-0/+3
2013-11-24iio: core: Move kernel doc to the right locationSachin Kamat1-80/+0
2013-11-24iio: core: Implement devm_iio_device_{register,unregister}Sachin Kamat1-0/+3
2013-10-16iio: Remove unused iio_sw_buffer_preenable()Lars-Peter Clausen1-2/+0
2013-10-12iio: Add a hysteresis event info attributeLars-Peter Clausen1-0/+1
2013-10-12iio: Extend the event config interfaceLars-Peter Clausen3-14/+77
2013-10-12iio: Add reference counting for buffersLars-Peter Clausen1-0/+28
2013-09-23iio: pressure-core: st: Provide support for the Vdd_IO power supplyLee Jones1-0/+2
2013-09-23iio: pressure-core: st: Provide support for the Vdd power supplyLee Jones1-0/+3
2013-09-21iio: Add iio_push_buffers_with_timestamp() helperLars-Peter Clausen1-0/+25
2013-09-15iio: iio_push_to_buffers(): Change type of 'data' to const void *Lars-Peter Clausen2-4/+4
2013-09-15iio: add info_mask_[shared_by_dir/shared_by_all]Jonathan Cameron1-2/+12
2013-09-15iio: refactor info mask and ext_info attribute creation.Jonathan Cameron1-2/+7
2013-09-15iio: drop info_mask from struct iio_devJonathan Cameron1-4/+1
2013-09-14iio: pressure-core: st: Allow for number of channels to varyLee Jones1-0/+1
2013-09-14iio: Add INT_TIME (integration time) channel info attributePeter Meerwald2-0/+16
2013-08-31iio: Remove trailing ; from function definitionsPeter Meerwald1-4/+4
2013-08-17iio: trigger: implement devm_iio_trigger_alloc/devm_iio_triger_freeJacek Anaszewski1-0/+29
2013-08-12Merge 3.11-rc5 into staging-nextGreg Kroah-Hartman1-1/+2
2013-08-03iio: Fix documentation of devm_iio_device_free()Peter Meerwald1-2/+2
2013-08-03iio: core: implement devm_iio_device_alloc/devm_iio_device_freeGrygorii Strashko1-0/+25
2013-08-03iio: Remove IIO_DEV_ATTR_RESET macroLars-Peter Clausen1-5/+0
2013-08-03iio: Added ST-sensors platform data to select the DRDY interrupt pinDenis CIOCCA1-3/+11
2013-07-20iio:trigger: Fix use_count race conditionLars-Peter Clausen1-1/+2
2013-07-02iio: Fix iio_channel_has_infoAlexandre Belloni1-2/+2
2013-06-05iio:common: Removed stuff macros, added num_data_channels on st_sensors struct and added support on one-shot sysfs reads to 3 byte channelDenis CIOCCA1-2/+2
2013-06-04iio:common: ST_SENSORS_LSM_CHANNELS macro changedDenis CIOCCA1-11/+9
2013-06-04iio: frequency: adf4350: cast value to unsigned to make code checkers happyMichael Hennerich1-2/+2
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-03-25iio:trigger: Use dev_{set,get}_drvdata for private data managementLars-Peter Clausen1-4/+2
2013-03-25iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen1-0/+24