aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-25iio: Deselect IIO_TRIGGER for IIO_KFIFO_BUFKarol Wrona1-1/+0
2015-01-21Merge tag 'iio-for-3.20a_take2' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-testingGreg Kroah-Hartman36-839/+4818
2015-01-20iio kmx61 / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMDaniel Baluta1-2/+2
2015-01-10iio: imu: inv_mpu6050: Prevent dereferencing NULLSrinivas Pandruvada1-1/+5
2015-01-10iio: iadc: wait_for_completion_timeout time in jiffiesNicholas Mc Guire1-1/+2
2015-01-10iio: dht11: IRQ fixesRichard Weinberger1-27/+35
2015-01-10iio: dht11: Add lockingRichard Weinberger1-0/+5
2015-01-10iio: dht11: Fix out-of-bounds readRichard Weinberger1-1/+1
2015-01-08Merge tag 'iio-fixes-for-3.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman2-2/+16
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-2/+2
2015-01-05iio: buffer: fix custom buffer attributes copyOctavian Purdila1-1/+1
2015-01-05iio: ensure scan index is unique at device registerVlad Dogaru1-0/+27
2015-01-05iio: imu: kmx61: Use correct base when reading dataDaniel Baluta1-1/+7
2015-01-05iio: imu: kmx61: Remove unnecessary REG_INS1 readDaniel Baluta1-2/+0
2015-01-05iio: imu: kmx61: Fix device initialization when setting trigger stateDaniel Baluta1-2/+1
2015-01-05iio: imu: kmx61: Use false instead of 0 for ev_enable_stateDaniel Baluta1-1/+1
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-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds35-232/+1761
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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