summaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: buffer: Switch to bitmap_zalloc()Andy Shevchenko2019-04-042-19/+15
* iio: cros_ec_accel_legacy: Refactor code in cros_ec_accel_legacy_probeGustavo A. R. Silva2019-04-041-15/+12
* iio: st_accel: remove redundant unsigned less than zero checkColin Ian King2019-04-041-1/+1
* iio: imu: st_lsm6dsx: add support to ASM330LHHLorenzo Bianconi2019-04-046-6/+57
* iio: ak8975: improve code readabilityH. Nikolaus Schaller2019-04-041-3/+5
* iio: mpu6050: improve code readabilityH. Nikolaus Schaller2019-04-041-2/+4
* iio: magnetometer: hmc5843: add mount matrix supportH. Nikolaus Schaller2019-04-042-2/+19
* iio: magnetometer: bmc150: add mount matrix supportH. Nikolaus Schaller2019-04-041-0/+21
* iio: gyro: itg3200: add mount matrix supportH. Nikolaus Schaller2019-04-041-0/+20
* iio: gyro: bmg160: add mount matrix supportH. Nikolaus Schaller2019-04-041-0/+21
* iio: accel: bma180: add mount matrix supportH. Nikolaus Schaller2019-04-041-1/+17
* iio: accel: bmc150: add mount matrix supportH. Nikolaus Schaller2019-04-041-0/+21
* iio: Allow to read mount matrix from ACPIAndy Shevchenko2019-04-046-41/+26
* iio:adc:ad7923: Rewrite comparison to NULLBárbara Fernandes2019-04-041-1/+1
* iio:adc:ad7923: Put macro argument between ()'sBárbara Fernandes2019-04-041-5/+5
* iio:adc:ad7923: Use BIT macro instead of bitshiftBárbara Fernandes2019-04-041-3/+3
* iio:adc:ad7923: Align broken line to parenthesisBárbara Fernandes2019-04-041-3/+3
* iio: counter: stm32-lptimer: Add power management supportFabrice Gasnier2019-04-041-0/+55
* iio: imu: adis16480: Add support for ADIS1649x family of devicesStefan Popa2019-04-041-0/+97
* iio: imu: adis16480: Deal with filter freq in a generic wayStefan Popa2019-04-041-4/+9
* iio: imu: adis16480: Calculate the sampling frequency in a generic wayStefan Popa2019-04-041-4/+14
* iio: imu: adis16480: Treat temperature scale in a generic wayStefan Popa2019-04-041-3/+15
* iio: imu: adis16480: Add OF device ID tableStefan Popa2019-04-041-0/+10
* iio: imu: adis16480: Add support for configurable drdy indicatorStefan Popa2019-04-041-2/+95
* iio: adc: ti-ads7950: Fix improper use of mlockJustin Chen2019-04-041-4/+15
* iio: trigger: Print an error if there is no available irqMathieu Othacehe2019-04-041-1/+4
* iio: mma8452: mark expected switch fall-throughGustavo A. R. Silva2019-04-041-1/+1
* iio: chemical: pms7003: extend supported sensors listTomasz Duszynski2019-04-041-0/+5
* iio: adc: ingenic: remove redundant dev_err call in ingenic_adc_probe()Wei Yongjun2019-04-041-3/+1
* iio: remove redundant unlikely annotationChengguang Xu2019-04-041-1/+1
* Merge tag 'mfd-next-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-03-083-0/+371
|\
| *-. Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mf...Lee Jones2019-02-011-1/+4
| |\ \
| * | | iio: adc: add STMPE ADC driver using IIO frameworkStefan Agner2019-01-163-0/+371
| |/ /
* | | Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-0755-115/+5927
|\ \ \
| * \ \ Merge tag 'iio-for-5.1b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-02-1325-71/+1480
| |\ \ \
| | * | | iio: adc: exynos-adc: Use proper number of channels for Exynos4x12Krzysztof Kozlowski2019-02-121-0/+17
| | * | | iio: chemical: add support for Plantower PMS7003 sensorTomasz Duszynski2019-02-113-0/+351
| | * | | iio:chemical:sps30 Supress some switch fallthrough warnings.Jonathan Cameron2019-02-111-0/+3
| | * | | iio:adc:lpc32xx use SPDX-License-IdentifierGregory CLEMENT2019-02-091-14/+1
| | * | | iio: adc: ads124s08: fix spelling mistake "converions" -> "conversions"Colin Ian King2019-02-091-4/+4
| | * | | iio: adc: exynos-adc: Fix NULL pointer exception on unbindKrzysztof Kozlowski2019-02-091-1/+1
| | * | | iio: chemical: sps30: fix a loop timeout testDan Carpenter2019-02-091-1/+1
| | * | | iio:accel:adxl345: Change alignment to match paranthesisLuciana da Costa Marques2019-02-091-2/+2
| | * | | iio:dac:ti-dac7612: Add driver for Texas Instruments DAC7612Ricardo Ribalda Delgado2019-02-093-0/+195
| | * | | iio: adc: ad7476: Add support for TI ADS786X ADCsRicardo Ribalda Delgado2019-02-092-4/+27
| | * | | iio: adc: ad7768-1: Add support for setting the sampling frequencyStefan Popa2019-02-091-3/+199
| | * | | drivers: iio: dac: Fix wrong license for ADI driversStefan Popa2019-02-095-5/+5
| | * | | IIO: add Ingenic JZ47xx ADC driver.Artur Rojek2019-02-093-0/+374
| | * | | iio:bmi160: use if (ret) instead of if (ret < 0)Martin Kelly2019-02-091-22/+18
| | * | | iio:bmi160: use iio_pollfunc_store_timeMartin Kelly2019-02-091-3/+3