summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: hid-sensor: Store restore poll and hysteresis on S3Srinivas Pandruvada2017-05-252-5/+41
* iio: proximity: as3935: fix as3935_writeMatt Ranostay2017-05-251-2/+1
* IIO: bmp280-core.c: fix error in humidity calculationAndreas Klinger2017-05-251-5/+6
* iio: dac: ad7303: fix channel descriptionPavel Roskin2017-05-251-3/+3
* iio: bmg160: reset chip when probingQuentin Schulz2017-04-121-0/+12
* iio: magnetometer: ak8974: remove incorrect __exit markupsDmitry Torokhov2017-03-301-2/+2
* iio: hid-sensor-trigger: Change get poll value function order to avoid sensor...Song Hongyan2017-03-301-3/+3
* iio: adc: ti_am335x_adc: fix fifo overrun recoveryMichael Engl2017-03-301-1/+12
* iio: pressure: mpl3115: do not rely on structure field orderingPeter Rosin2017-03-121-2/+2
* iio: pressure: mpl115: do not rely on structure field orderingPeter Rosin2017-03-121-0/+1
* iio: health: max30100: fixed parenthesis around FIFO count checkMatt Ranostay2017-02-091-1/+1
* iio: dht11: Use usleep_range instead of msleep for start signalJohn Brooks2017-02-091-2/+4
* iio: health: afe4403: retrieve a valid iio_dev in suspend/resumeAlison Schofield2017-02-091-2/+2
* iio: health: afe4404: retrieve a valid iio_dev in suspend/resumeAlison Schofield2017-02-091-2/+2
* iio: adc: palmas_gpadc: retrieve a valid iio_dev in suspend/resumeAlison Schofield2017-02-091-2/+2
* iio: accel: st_accel: fix LIS3LV02 reading and scalingLinus Walleij2017-01-122-2/+19
* iio: bmi160: Fix time needed to sleep after command executionMarcin Niestroj2017-01-121-19/+6
* iio: max44000: correct value in illuminance_integration_time_availableAkinobu Mita2017-01-121-1/+1
* iio: common: st_sensors: fix channel data parsingLorenzo Bianconi2017-01-122-2/+6
* iio: maxim_thermocouple: detect invalid storage size in read()Arnd Bergmann2016-11-131-0/+2
* iio: hid-sensors: Increase the precision of scale to fix wrong reading interp...Song Hongyan2016-11-051-28/+28
* iio: orientation: hid-sensor-rotation: Add PM function (fix non working driver)Song Hongyan2016-11-051-0/+1
* iio: st_sensors: fix scale configuration for h3lis331dlLorenzo Bianconi2016-10-302-7/+13
* Merge tag 'iio-fixes-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-10-243-10/+15
|\
| * iio:chemical:atlas-ph-sensor: Fix use of 32 bit int to hold 16 bit big endian...Sandhya Bankar2016-10-231-3/+4
| * iio: adc: ti-adc081c: Select IIO_TRIGGERED_BUFFER to prevent build errorsMika Westerberg2016-10-091-0/+2
| * iio: maxim_thermocouple: Align 16 bit big endian value of raw readssayli karnik2016-10-011-7/+9
* | Merge tag 'staging-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-10-0569-324/+8182
|\|
| * iio: light: Add driver for Silabs si1132, si1141/2/3 and si1145/6/7 ambient l...Peter Meerwald-Stadler2016-09-183-0/+1418
| * iio:pressure: initial zpa2326 barometer supportGregor Boirie2016-09-186-0/+2051
| * iio: accel: Add driver for the mCube MC3230 3-axis accelerometerHans de Goede2016-09-183-0/+222
| * iio: accel: mma7660: fix missing MODULE_DEVICE_TABLE(i2c)Hans de Goede2016-09-181-0/+1
| * iio: common: ssp_sensors: gyro: constify iio_info structuresJulia Lawall2016-09-181-1/+1
| * iio: adc: men_z188_adc: constify iio_info structuresJulia Lawall2016-09-181-1/+1
| * iio: common: ssp_sensors: accel: constify iio_info structuresJulia Lawall2016-09-181-1/+1
| * iio: accel: kxsd9: Support reading a mounting matrixLinus Walleij2016-09-181-0/+24
| * iio: accel: kxsd9: Deploy system and runtime PMLinus Walleij2016-09-184-2/+94
| * iio: accel: kxsd9: Replace "parent" with "dev"Linus Walleij2016-09-182-12/+12
| * iio: accel: kxsd9: Fetch and handle regulatorsLinus Walleij2016-09-181-3/+85
| * iio: accel: kxsd9: Deploy proper register bit definesLinus Walleij2016-09-181-9/+27
| * iio: accel: kxsd9: Add triggered buffer handlingLinus Walleij2016-09-182-6/+78
| * iio: accel: kxsd9: Fix up offset and scalingLinus Walleij2016-09-181-17/+18
| * iio: accel: kxsd9: Drop the buffer lockLinus Walleij2016-09-181-14/+4
| * iio: accel: kxsd9: Add I2C transportLinus Walleij2016-09-183-1/+75
| * iio: accel: kxsd9: Convert to use regmap for transportLinus Walleij2016-09-184-99/+43
| * iio: accel: kxsd9: Do away with the write2 helperLinus Walleij2016-09-183-14/+2
| * iio: accel: kxsd9: Split out SPI transportLinus Walleij2016-09-185-127/+173
| * iio: accel: kxsd9: split out a common remove() functionLinus Walleij2016-09-181-10/+14
| * iio: accel: kxsd9: Split out transport mechanismLinus Walleij2016-09-181-52/+123
| * Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-09-1428-133/+1497
| |\