aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2017-01-02Merge tag 'iio-fixes-for-4.10a' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 7-30/+41
2016-12-31iio: accel: st_accel: fix LIS3LV02 reading and scalingGravatar Linus Walleij 2-2/+19
2016-12-31iio: common: st_sensors: fix channel data parsingGravatar Lorenzo Bianconi 2-2/+6
2016-12-30iio: max44000: correct value in illuminance_integration_time_availableGravatar Akinobu Mita 1-1/+1
2016-12-30iio: adc: TI_AM335X_ADC should depend on HAS_DMAGravatar Geert Uytterhoeven 1-1/+1
2016-12-30iio: bmi160: Fix time needed to sleep after command executionGravatar Marcin Niestroj 1-19/+6
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 1-3/+2
2016-12-03iio: 104-quad-8: Fix active level mismatch for the preset enable optionGravatar William Breathitt Gray 1-1/+4
2016-12-03iio: 104-quad-8: Fix off-by-one errors when addressing IORGravatar William Breathitt Gray 1-2/+2
2016-12-03iio: 104-quad-8: Fix index control configurationGravatar William Breathitt Gray 1-2/+2
2016-11-24iio: magnetometer: separate the values of attributes based on their usage typ...Gravatar Ooi, Joyce 1-35/+112
2016-11-24iio: tsl2583: make array large enoughGravatar Dan Carpenter 1-1/+1
2016-11-19iio: accel: st_accel: inline per-sensor dataGravatar Linus Walleij 1-396/+206
2016-11-19iio: adc: Add support for STM32 ADCGravatar Fabrice Gasnier 3-0/+529
2016-11-19iio: adc: Add support for STM32 ADC coreGravatar Fabrice Gasnier 4-0/+368
2016-11-16Merge tag 'iio-for-4.10c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Gravatar Greg Kroah-Hartman 20-638/+2314
2016-11-14Merge 4.9-rc5 into staging-nextGravatar Greg Kroah-Hartman 4-35/+42
2016-11-13staging: iio: tsl2583: move out of stagingGravatar Brian Masney 3-0/+921
2016-11-13iio: envelope-detector: ADC driver based on a DAC and a comparatorGravatar Peter Rosin 3-0/+433
2016-11-13iio: dpot-dac: DAC driver based on a digital potentiometerGravatar Peter Rosin 3-0/+277
2016-11-13iio: mcp4531: provide range of available raw valuesGravatar Peter Rosin 1-42/+62
2016-11-13iio: inkern: add helpers to query available values from channelsGravatar Peter Rosin 1-0/+104
2016-11-13iio:core: add a callback to allow drivers to provide _available attributesGravatar Jonathan Cameron 1-33/+226
2016-11-13iio: maxim_thermocouple: detect invalid storage size in read()Gravatar Arnd Bergmann 1-0/+2
2016-11-12iio: pressure: st_pressure: inline per-sensor dataGravatar Linus Walleij 1-165/+92
2016-11-12iio: magn: st_magn: inline per-sensor dataGravatar Linus Walleij 1-251/+125
2016-11-12iio: gyro: st_gyro: inline per-sensor dataGravatar Linus Walleij 1-139/+66
2016-11-12iio: imu: inv_mpu6050: inform the i2c mux core about how it is usedGravatar Peter Rosin 1-1/+1
2016-11-12iio: cros_ec_sensors_core: fix unsigned compared less than zero on statusGravatar Colin Ian King 1-4/+4
2016-11-12iio:adc: ad7766: testing the wrong variable in probeGravatar Dan Carpenter 1-2/+2
2016-11-08iio: gyro: mpu3050: add I2C dependencyGravatar Arnd Bergmann 1-0/+1
2016-11-08iio: gyro: mpu3050: remove duplicate initializerGravatar Arnd Bergmann 1-1/+0
2016-11-07Merge tag 'iio-for-4.10b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Gravatar Greg Kroah-Hartman 23-7/+2797
2016-11-05iio: hid-sensors: Increase the precision of scale to fix wrong reading interp...Gravatar Song Hongyan 1-28/+28
2016-11-05iio: orientation: hid-sensor-rotation: Add PM function (fix non working driver)Gravatar Song Hongyan 1-0/+1
2016-11-05Merge branch 'ib-iio-mfd-ti335x_dma' into togregGravatar Jonathan Cameron 1-3/+145
2016-11-05drivers: iio: ti_am335x_adc: add dma supportGravatar Mugunthan V N 1-3/+145
2016-11-05iio: adc: at91: add suspend and resume callbackGravatar Wenyou Yang 1-0/+28
2016-11-05iio: hid-sensor-attributes: Check sample_frequency/hysteresis write data legi...Gravatar Song Hongyan 1-1/+4
2016-11-01Merge branch 'ib-iio-mfd-4.9rc1' into togregGravatar Jonathan Cameron 7-0/+977
2016-11-01iio: accel: st_accel: add support to lng2dmGravatar Lorenzo Bianconi 5-1/+82
2016-11-01iio: si7020: Add devicetree support and trivial bindingsGravatar Paul Kocialkowski 1-1/+10
2016-11-01iio: humidity: remove duplicated include from hts221_buffer.cGravatar Wei Yongjun 1-1/+0
2016-11-01iio:cros_ec_sensors: Swap from a select to a depends in KconfigGravatar Jonathan Cameron 1-2/+1
2016-10-30iio: st_sensors: fix scale configuration for h3lis331dlGravatar Lorenzo Bianconi 2-7/+13
2016-10-30Merge 4.9-rc3 into staging-nextGravatar Greg Kroah-Hartman 3-10/+15
2016-10-25platform/chrome: cros_ec_dev - Register cros-ec sensorsGravatar Enric Balletbo i Serra 1-2/+2
2016-10-25iio: cros_ec_sensors: add ChromeOS EC Contiguous Sensors driverGravatar Enric Balletbo i Serra 3-0/+332
2016-10-25iio: cros_ec_sensors_core: Add common functions for the ChromeOS EC Sensor Hub.Gravatar Enric Balletbo i Serra 6-0/+646
2016-10-25iio: maxim_thermocouple: detect invalid storage size in read()Gravatar Arnd Bergmann 1-0/+2