summaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
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-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: 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
2014-12-12iio: bmp280: refactor compensation codeVlad Dogaru1-88/+52
2014-12-12iio: common: remove unnecessary sizeof(u8)Fabian Frederick1-1/+1
2014-12-12iio: ak8975: add ak09911 and ak09912 supportGwendal Grignou4-353/+185
2014-12-12iio: ak8975: add definition structure per compass typeGwendal Grignou1-95/+186
2014-11-22iio: ak8975: minor fixesGwendal Grignou1-21/+14
2014-11-22iio: core: Introduce IIO_CHAN_INFO_CALIBHEIGHTIrina Tirdea1-0/+1
2014-11-22iio: core: Introduce STEPS channel, ENABLE mask and INSTANCE eventIrina Tirdea2-0/+3
2014-11-22iio: core: Introduce IIO_EV_DIR_NONEIrina Tirdea1-3/+9
2014-11-22iio: core: Introduce IIO_ACTIVITY channelDaniel Baluta1-0/+5
2014-11-22iio: imu: Add support for Kionix KMX61 sensorDaniel Baluta3-0/+777
2014-11-08iio:kxcjk-1013: Add support for SMO8500 deviceBastien Nocera1-2/+11
2014-11-08iio: jsa1212: Add JSA1212 proximity/ALS sensorKuppuswamy Sathyanarayanan3-0/+482
2014-11-05Merge tag 'iio-for-3.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman35-232/+1761