aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-04iio: st_accel: remove redundant unsigned less than zero checkColin Ian King1-1/+1
2019-04-04iio: imu: st_lsm6dsx: add support to ASM330LHHLorenzo Bianconi6-6/+57
2019-04-04iio: ak8975: improve code readabilityH. Nikolaus Schaller1-3/+5
2019-04-04iio: mpu6050: improve code readabilityH. Nikolaus Schaller1-2/+4
2019-04-04iio: magnetometer: hmc5843: add mount matrix supportH. Nikolaus Schaller2-2/+19
2019-04-04iio: magnetometer: bmc150: add mount matrix supportH. Nikolaus Schaller1-0/+21
2019-04-04iio: gyro: itg3200: add mount matrix supportH. Nikolaus Schaller1-0/+20
2019-04-04iio: gyro: bmg160: add mount matrix supportH. Nikolaus Schaller1-0/+21
2019-04-04iio: accel: bma180: add mount matrix supportH. Nikolaus Schaller1-1/+17
2019-04-04iio: accel: bmc150: add mount matrix supportH. Nikolaus Schaller1-0/+21
2019-04-04iio: Allow to read mount matrix from ACPIAndy Shevchenko6-41/+26
2019-04-04iio:adc:ad7923: Rewrite comparison to NULLBárbara Fernandes1-1/+1
2019-04-04iio:adc:ad7923: Put macro argument between ()'sBárbara Fernandes1-5/+5
2019-04-04iio:adc:ad7923: Use BIT macro instead of bitshiftBárbara Fernandes1-3/+3
2019-04-04iio:adc:ad7923: Align broken line to parenthesisBárbara Fernandes1-3/+3
2019-04-04iio: counter: stm32-lptimer: Add power management supportFabrice Gasnier1-0/+55
2019-04-04iio: imu: adis16480: Add support for ADIS1649x family of devicesStefan Popa1-0/+97
2019-04-04iio: imu: adis16480: Deal with filter freq in a generic wayStefan Popa1-4/+9
2019-04-04iio: imu: adis16480: Calculate the sampling frequency in a generic wayStefan Popa1-4/+14
2019-04-04iio: imu: adis16480: Treat temperature scale in a generic wayStefan Popa1-3/+15
2019-04-04iio: imu: adis16480: Add OF device ID tableStefan Popa1-0/+10
2019-04-04iio: imu: adis16480: Add support for configurable drdy indicatorStefan Popa1-2/+95
2019-04-04iio: adc: ti-ads7950: Fix improper use of mlockJustin Chen1-4/+15
2019-04-04iio: trigger: Print an error if there is no available irqMathieu Othacehe1-1/+4
2019-04-04iio: mma8452: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-04-04iio: chemical: pms7003: extend supported sensors listTomasz Duszynski1-0/+5
2019-04-04iio: adc: ingenic: remove redundant dev_err call in ingenic_adc_probe()Wei Yongjun1-3/+1
2019-04-04iio: remove redundant unlikely annotationChengguang Xu1-1/+1
2019-03-31iio: core: fix a possible circular locking dependencyFabrice Gasnier1-2/+2
2019-03-24iio: ad_sigma_delta: select channel when reading registerDragos Bogdan1-0/+1
2019-03-16iio: pms7003: select IIO_TRIGGERED_BUFFERArnd Bergmann1-0/+1
2019-03-16iio: cros_ec: Fix the maths for gyro scale calculationGwendal Grignou1-3/+4
2019-03-16iio: adc: xilinx: prevent touching unclocked h/w on removeSven Van Asbroeck1-1/+1
2019-03-16iio: adc: xilinx: fix potential use-after-free on probeSven Van Asbroeck1-0/+1
2019-03-16iio: adc: xilinx: fix potential use-after-free on removeSven Van Asbroeck1-1/+1
2019-03-16iio: dac: mcp4725: add missing powerdown bits in store eepromJean-Francois Dagenais1-0/+1
2019-03-09io: accel: kxcjk1013: restore the range after resume.he, bo1-0/+2
2019-03-09iio:chemical:bme680: Fix SPI read interfaceMike Looijmans4-62/+118
2019-03-09iio:chemical:bme680: Fix, report temperature in millidegreesMike Looijmans1-9/+7
2019-03-09iio: chemical: fix missing Kconfig block for sgp30Jonathan Cameron1-0/+13
2019-03-09iio: adc: at91: disable adc channel interrupt in timeout caseGeorg Ottinger1-11/+17
2019-03-09iio: gyro: mpu3050: fix chip ID readingSergey Larin1-3/+5
2019-03-09iio: Fix scan mask selectionLars-Peter Clausen1-3/+2
2019-03-09iio/gyro/bmg160: Use millidegrees for temperature scaleMike Looijmans1-3/+3
2019-03-08Merge tag 'mfd-next-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-0/+371
2019-03-06Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds55-115/+5927
2019-03-06iio: adc: fix warning in Qualcomm PM8xxx HK/XOADC driverLinus Torvalds1-7/+3
2019-02-13Merge tag 'iio-for-5.1b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman25-71/+1480
2019-02-12iio: adc: exynos-adc: Use proper number of channels for Exynos4x12Krzysztof Kozlowski1-0/+17
2019-02-11iio: chemical: add support for Plantower PMS7003 sensorTomasz Duszynski3-0/+351