summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2017-07-25iio: dps310: Temperature measurement errataChristopher Bostic1-1/+48
2017-07-19iio: aspeed-adc: wait for initial sequence.Mykola Kostenok1-0/+26
2017-06-21iio: Add driver for Infineon DPS310Joel Stanley3-0/+436
2017-06-05Merge tag 'v4.10.17' into dev-4.10Joel Stanley6-10/+33
2017-04-12iio: bmg160: reset chip when probingQuentin Schulz1-0/+12
2017-04-12iio: st_pressure: initialize lps22hb bootimeShrirang Bagul1-0/+1
2017-04-12iio: core: Fix IIO_VAL_FRACTIONAL_LOG2 for negative valuesNikolaus Schulz1-4/+3
2017-03-30iio: magnetometer: ak8974: remove incorrect __exit markupsDmitry Torokhov1-2/+2
2017-03-30iio: hid-sensor-trigger: Change get poll value function order to avoid sensor...Song Hongyan1-3/+3
2017-03-30iio: adc: ti_am335x_adc: fix fifo overrun recoveryMichael Engl1-1/+12
2017-03-30iio: Aspeed ADCRick Altherr3-0/+306
2017-03-18iio: 104-quad-8: Fix off-by-one error when addressing flag registerWilliam Breathitt Gray1-1/+1
2017-03-12iio: pressure: mpl3115: do not rely on structure field orderingPeter Rosin1-2/+2
2017-03-12iio: pressure: mpl115: do not rely on structure field orderingPeter Rosin1-0/+1
2017-01-22iio: dht11: Use usleep_range instead of msleep for start signalJohn Brooks1-2/+4
2017-01-21iio: adc: palmas_gpadc: retrieve a valid iio_dev in suspend/resumeAlison Schofield1-2/+2
2017-01-21iio: health: max30100: fixed parenthesis around FIFO count checkMatt Ranostay1-1/+1
2017-01-21iio: health: afe4404: retrieve a valid iio_dev in suspend/resumeAlison Schofield1-2/+2
2017-01-21iio: health: afe4403: retrieve a valid iio_dev in suspend/resumeAlison Schofield1-2/+2
2017-01-02Merge tag 'iio-fixes-for-4.10a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman7-30/+41
2016-12-31iio: accel: st_accel: fix LIS3LV02 reading and scalingLinus Walleij2-2/+19
2016-12-31iio: common: st_sensors: fix channel data parsingLorenzo Bianconi2-2/+6
2016-12-30iio: max44000: correct value in illuminance_integration_time_availableAkinobu Mita1-1/+1
2016-12-30iio: adc: TI_AM335X_ADC should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2016-12-30iio: bmi160: Fix time needed to sleep after command executionMarcin Niestroj1-19/+6
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-3/+2
2016-12-03iio: 104-quad-8: Fix active level mismatch for the preset enable optionWilliam Breathitt Gray1-1/+4
2016-12-03iio: 104-quad-8: Fix off-by-one errors when addressing IORWilliam Breathitt Gray1-2/+2
2016-12-03iio: 104-quad-8: Fix index control configurationWilliam Breathitt Gray1-2/+2
2016-11-24iio: magnetometer: separate the values of attributes based on their usage typ...Ooi, Joyce1-35/+112
2016-11-24iio: tsl2583: make array large enoughDan Carpenter1-1/+1
2016-11-19iio: accel: st_accel: inline per-sensor dataLinus Walleij1-396/+206
2016-11-19iio: adc: Add support for STM32 ADCFabrice Gasnier3-0/+529
2016-11-19iio: adc: Add support for STM32 ADC coreFabrice Gasnier4-0/+368
2016-11-16Merge tag 'iio-for-4.10c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman20-638/+2314
2016-11-14Merge 4.9-rc5 into staging-nextGreg Kroah-Hartman4-35/+42
2016-11-13staging: iio: tsl2583: move out of stagingBrian Masney3-0/+921
2016-11-13iio: envelope-detector: ADC driver based on a DAC and a comparatorPeter Rosin3-0/+433
2016-11-13iio: dpot-dac: DAC driver based on a digital potentiometerPeter Rosin3-0/+277
2016-11-13iio: mcp4531: provide range of available raw valuesPeter Rosin1-42/+62
2016-11-13iio: inkern: add helpers to query available values from channelsPeter Rosin1-0/+104
2016-11-13iio:core: add a callback to allow drivers to provide _available attributesJonathan Cameron1-33/+226
2016-11-13iio: maxim_thermocouple: detect invalid storage size in read()Arnd Bergmann1-0/+2
2016-11-12iio: pressure: st_pressure: inline per-sensor dataLinus Walleij1-165/+92
2016-11-12iio: magn: st_magn: inline per-sensor dataLinus Walleij1-251/+125
2016-11-12iio: gyro: st_gyro: inline per-sensor dataLinus Walleij1-139/+66
2016-11-12iio: imu: inv_mpu6050: inform the i2c mux core about how it is usedPeter Rosin1-1/+1
2016-11-12iio: cros_ec_sensors_core: fix unsigned compared less than zero on statusColin Ian King1-4/+4
2016-11-12iio:adc: ad7766: testing the wrong variable in probeDan Carpenter1-2/+2
2016-11-08iio: gyro: mpu3050: add I2C dependencyArnd Bergmann1-0/+1