summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2017-06-14iio: proximity: as3935: fix iio_trigger_poll issueMatt Ranostay1-2/+2
2017-06-14iio: proximity: as3935: fix AS3935_INT maskMatt Ranostay1-2/+2
2017-06-14iio: light: ltr501 Fix interchanged als/ps register fieldFranziska Naepelt1-2/+2
2017-06-14iio: adc: bcm_iproc_adc: swap primary and secondary isr handler'sRaveendra Padasalagi1-4/+4
2017-05-25iio: hid-sensor: Store restore poll and hysteresis on S3Srinivas Pandruvada2-5/+41
2017-05-25iio: proximity: as3935: fix as3935_writeMatt Ranostay1-2/+1
2017-05-25IIO: bmp280-core.c: fix error in humidity calculationAndreas Klinger1-5/+6
2017-05-25iio: dac: ad7303: fix channel descriptionPavel Roskin1-3/+3
2017-04-12iio: bmg160: reset chip when probingQuentin Schulz1-0/+12
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-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-02-09iio: health: max30100: fixed parenthesis around FIFO count checkMatt Ranostay1-1/+1
2017-02-09iio: dht11: Use usleep_range instead of msleep for start signalJohn Brooks1-2/+4
2017-02-09iio: health: afe4403: retrieve a valid iio_dev in suspend/resumeAlison Schofield1-2/+2
2017-02-09iio: health: afe4404: retrieve a valid iio_dev in suspend/resumeAlison Schofield1-2/+2
2017-02-09iio: adc: palmas_gpadc: retrieve a valid iio_dev in suspend/resumeAlison Schofield1-2/+2
2017-01-12iio: accel: st_accel: fix LIS3LV02 reading and scalingLinus Walleij2-2/+19
2017-01-12iio: bmi160: Fix time needed to sleep after command executionMarcin Niestroj1-19/+6
2017-01-12iio: max44000: correct value in illuminance_integration_time_availableAkinobu Mita1-1/+1
2017-01-12iio: common: st_sensors: fix channel data parsingLorenzo Bianconi2-2/+6
2016-11-13iio: maxim_thermocouple: detect invalid storage size in read()Arnd Bergmann1-0/+2
2016-11-05iio: hid-sensors: Increase the precision of scale to fix wrong reading interp...Song Hongyan1-28/+28
2016-11-05iio: orientation: hid-sensor-rotation: Add PM function (fix non working driver)Song Hongyan1-0/+1
2016-10-30iio: st_sensors: fix scale configuration for h3lis331dlLorenzo Bianconi2-7/+13
2016-10-24Merge tag 'iio-fixes-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman3-10/+15
2016-10-23iio:chemical:atlas-ph-sensor: Fix use of 32 bit int to hold 16 bit big endian...Sandhya Bankar1-3/+4
2016-10-09iio: adc: ti-adc081c: Select IIO_TRIGGERED_BUFFER to prevent build errorsMika Westerberg1-0/+2
2016-10-05Merge tag 'staging-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds69-324/+8182
2016-10-03Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2016-10-01iio: maxim_thermocouple: Align 16 bit big endian value of raw readssayli karnik1-7/+9
2016-09-18iio: light: Add driver for Silabs si1132, si1141/2/3 and si1145/6/7 ambient l...Peter Meerwald-Stadler3-0/+1418
2016-09-18iio:pressure: initial zpa2326 barometer supportGregor Boirie6-0/+2051
2016-09-18iio: accel: Add driver for the mCube MC3230 3-axis accelerometerHans de Goede3-0/+222
2016-09-18iio: accel: mma7660: fix missing MODULE_DEVICE_TABLE(i2c)Hans de Goede1-0/+1
2016-09-18iio: common: ssp_sensors: gyro: constify iio_info structuresJulia Lawall1-1/+1
2016-09-18iio: adc: men_z188_adc: constify iio_info structuresJulia Lawall1-1/+1
2016-09-18iio: common: ssp_sensors: accel: constify iio_info structuresJulia Lawall1-1/+1
2016-09-18iio: accel: kxsd9: Support reading a mounting matrixLinus Walleij1-0/+24
2016-09-18iio: accel: kxsd9: Deploy system and runtime PMLinus Walleij4-2/+94
2016-09-18iio: accel: kxsd9: Replace "parent" with "dev"Linus Walleij2-12/+12
2016-09-18iio: accel: kxsd9: Fetch and handle regulatorsLinus Walleij1-3/+85
2016-09-18iio: accel: kxsd9: Deploy proper register bit definesLinus Walleij1-9/+27
2016-09-18iio: accel: kxsd9: Add triggered buffer handlingLinus Walleij2-6/+78
2016-09-18iio: accel: kxsd9: Fix up offset and scalingLinus Walleij1-17/+18
2016-09-18iio: accel: kxsd9: Drop the buffer lockLinus Walleij1-14/+4
2016-09-18iio: accel: kxsd9: Add I2C transportLinus Walleij3-1/+75
2016-09-18iio: accel: kxsd9: Convert to use regmap for transportLinus Walleij4-99/+43