summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2015-01-05iio: imu: kmx61: Drop unused device parameterDaniel Baluta1-3/+3
2015-01-05iio: imu: kmx61: Fixup parameters alignmentDaniel Baluta1-9/+9
2015-01-05iio: imu: kmx61: Enhance error handlingDaniel Baluta1-61/+43
2015-01-05iio: imu: kmx61: Don't ignore kmx61_set_power_state errorsDaniel Baluta1-2/+9
2015-01-05iio: imu: kmx61: Save odr_bits for later useDaniel Baluta1-0/+2
2015-01-05iio: inkern: add out of range error messageStefan Wahren1-1/+4
2015-01-05iio: driver for Semtech SX9500 proximity solutionVlad Dogaru3-0/+770
2015-01-01iio: iio: Fix iio_channel_read return if channel havn't infoFabien Proriol1-0/+3
2015-01-01iio: frequency: ad9523: Increase sleep time in ad9523_store_eepromRoberta Dobrescu1-1/+1
2015-01-01iio: amplifiers: ad8366: Use right order for type specificationRoberta Dobrescu1-1/+1
2015-01-01iio: amplifiers: ad8366: Remove space before ','Roberta Dobrescu1-1/+1
2015-01-01iio: light: lm3533-als: Remove space before ','Roberta Dobrescu1-1/+1
2015-01-01iio: light: Annotate Kconfig entry with module name informationRoberta Dobrescu1-0/+3
2015-01-01iio: accel: Annotate Kconfig entries with module name informationRoberta Dobrescu1-0/+6
2015-01-01iio: accel: mma8452: Remove trailing whitespaceRoberta Dobrescu1-1/+1
2015-01-01iio: accel: kxcjk-1013: Add a blank line after declarationsRoberta Dobrescu1-0/+1
2014-12-26iio: imu: inv_mpu6050: ACPI enumerationSrinivas Pandruvada1-0/+9
2014-12-26iio: trigger: Add a blank line after declarationsRoberta Dobrescu1-0/+2
2014-12-26iio: mma9551: fix sparse warningVlad Dogaru1-2/+4
2014-12-26iio: core: Get rid of misleading commentKarol Wrona1-1/+0
2014-12-26iio: kfifo: Add resource management devm_iio_kfifo_allocate/freeKarol Wrona1-0/+54
2014-12-26iio: kfifo: Remove unused argument in iio_kfifo_allocateKarol Wrona3-4/+6
2014-12-26iio:pressure:bmp280: cleanupHartmut Knaack1-10/+6
2014-12-26iio: frequency: Remove unnecessary braces around single statement blockRoberta Dobrescu1-2/+1
2014-12-26iio: frequency: Remove 'out of memory' messageRoberta Dobrescu1-3/+1
2014-12-16Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds35-232/+1761
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-12iio: imu: kmx61: kmx61_set_wake_up_odr() can be statickbuild test robot1-1/+1
2014-12-12iio: imu: kmx61: Add support for any motion triggerDaniel Baluta1-7/+426
2014-12-12iio: imu: kmx61: Add support for data ready triggersDaniel Baluta2-1/+296
2014-12-12iio: imu: kmx61: Add PM sleep supportDaniel Baluta1-0/+29
2014-12-12iio: imu: kmx61: Add PM runtime supportDaniel Baluta1-2/+112
2014-12-12iio: imu: kmx61: Add acpi supportDaniel Baluta1-0/+59
2014-12-12iio: imu: Add support for Kionix KMX61 sensorDaniel Baluta3-0/+702
2014-12-12Revert "iio: imu: Add support for Kionix KMX61 sensor"Jonathan Cameron3-777/+0
2014-12-12iio: ad799x: Fix ad7991/ad7995/ad7999 config setupLars-Peter Clausen1-2/+13
2014-12-12iio: add driver for Freescale MMA9551LVlad Dogaru3-0/+965
2014-12-12iio: accel: kxcjk-1013: power off device if probe failsIrina Tirdea1-6/+12
2014-12-12iio: accel: kxcjk-1013: error handling when set mode failsIrina Tirdea1-1/+12
2014-12-12iio: buffer: Drop get_length callbackLars-Peter Clausen2-14/+3
2014-12-12iio: buffer: Make length attribute read only for buffers without set_lengthLars-Peter Clausen1-3/+7
2014-12-12iio: buffer: Allocate standard attributes in the coreLars-Peter Clausen2-33/+41
2014-12-12iio: buffer: Move iio_buffer_alloc_sysfs and iio_buffer_free_sysfsLars-Peter Clausen1-94/+91
2014-12-12iio: Remove get_bytes_per_datum() from iio_buffer_access_funcsLars-Peter Clausen1-6/+0
2014-12-12iio: Move buffer registration to the coreLars-Peter Clausen5-27/+34
2014-12-12iio: Unexport iio_scan_mask_set()Lars-Peter Clausen1-75/+74
2014-12-12iio: inkern: add iio_write_channel_rawDmitry Eremin-Solenikov1-0/+25
2014-12-12iio: accel: kxcjk-1013: only set power state if CONFIG_PM is definedIrina Tirdea1-0/+2
2014-12-12iio: accel: kxcjk-1013: always power on device in resumeIrina Tirdea1-4/+1
2014-12-12iio: imu: inv_mpu6050: Add i2c mux for by passSrinivas Pandruvada3-6/+116