aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2022-02-11iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTLMathias Krause1-3/+11
2022-02-09spi: make remove callback a void functionUwe Kleine-König42-125/+42
2022-02-07iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshotLorenzo Bianconi1-1/+5
2022-02-07iio: adc: cpcap-adc: remove redundant assignment to variable cal_data_diffColin Ian King1-1/+1
2022-02-06iio: imu: inv_mpu6050: Make use of device propertiesAndy Shevchenko2-5/+4
2022-02-06iio: imu: inv_mpu6050: Check ACPI companion directlyAndy Shevchenko1-3/+2
2022-02-06iio: imu: inv_mpu6050: Drop wrong use of ACPI_PTR()Andy Shevchenko2-6/+5
2022-02-06iio: accel: adxl355: Replace custom definitions with generic from units.hAndy Shevchenko1-3/+2
2022-02-06iio: temperature: maxim_thermocouple: Switch from of headers to mod_devicetable.hAndy Shevchenko1-3/+2
2022-02-06iio: temperature: mlx90632: Switch from of headers to mod_devicetable.hAndy Shevchenko1-1/+1
2022-02-06iio: humidity: dht11: Switch from of headers to mod_devicetable.hAndy Shevchenko1-2/+1
2022-02-06iio: frequency: adf4350: Make use of device propertiesAndy Shevchenko1-61/+42
2022-02-06iio: amplifiers: hmc425a: Make use of device propertiesAndy Shevchenko1-3/+3
2022-02-06iio: chemical: bme680: Switch from of headers to mod_devicetable.hAndy Shevchenko1-1/+1
2022-02-06iio: dac: ad5592r: Drop leftover header inclusionAndy Shevchenko1-1/+0
2022-01-30iio: Fix error handling for PMMiaoqian Lin7-8/+27
2022-01-30iio: afe: rescale: reorder includesLiam Beguin1-2/+3
2022-01-30iio: afe: rescale: use s64 for temporary scale calculationsLiam Beguin1-4/+4
2022-01-30iio: inkern: make a best effort on offset calculationLiam Beguin1-5/+27
2022-01-30iio: inkern: apply consumer scale when no channel scale is availableLiam Beguin1-3/+3
2022-01-30iio: inkern: apply consumer scale on IIO_VAL_INT casesLiam Beguin1-1/+1
2022-01-30iio: addac: ad74413r: correct comparator gpio getters mask usageCosmin Tanislav1-4/+2
2022-01-30iio: addac: ad74413r: use ngpio size when iterating over maskCosmin Tanislav1-2/+2
2022-01-30iio: addac: ad74413r: Do not reference negative array offsetsKees Cook1-3/+4
2022-01-30iio: adc: men_z188_adc: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+8
2022-01-30iio: humidity: hdc100x: Add ACPI HID tableKai-Heng Feng1-0/+7
2022-01-30iio: pressure: dps310: Add ACPI HID tableKai-Heng Feng1-0/+7
2022-01-30iio: sx9360: fix iio event generationJongpil Jung2-2/+2
2022-01-30iio: adc: qcom-vadc-common: Re-use generic struct u32_fractAndy Shevchenko3-65/+66
2022-01-30iio: adc: twl4030-madc: Re-use generic struct s16_fractAndy Shevchenko1-8/+1
2022-01-30iio: adc: rn5t618: Re-use generic struct u16_fractAndy Shevchenko1-6/+1
2022-01-30iio: frequency: admv1013: remove the always true conditionMuhammad Usama Anjum1-1/+1
2022-01-23iio: accel: fxls8962af: add padding to regmap for SPISean Nyekjaer4-5/+14
2022-01-23iio:imu:adis16480: fix buffering for devices with no burst modeNuno Sá1-1/+6
2022-01-23iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bitsCosmin Tanislav1-1/+1
2022-01-23iio: adc: tsc2046: fix memory corruption by preventing array overflowOleksij Rempel1-2/+2
2022-01-23iio: adc: tsc2046: add sanity check to avoid to big allocationsOleksij Rempel1-0/+6
2022-01-23iio: adc: tsc2046: add .read_raw supportOleksij Rempel1-21/+97
2022-01-23iio: hw_consumer: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-2/+2
2022-01-23iio: adis: stylistic changesNuno Sá3-27/+29
2022-01-23iio: sps30: Use sysfs_emit()Lars-Peter Clausen1-1/+1
2022-01-23iio: scd4x: Use sysfs_emit()Lars-Peter Clausen1-1/+1
2022-01-23iio: ms_sensors: Use sysfs_emit()Lars-Peter Clausen1-2/+2
2022-01-23iio: max9611: Use sysfs_emit()Lars-Peter Clausen1-1/+1
2022-01-23iio: max31865: Use sysfs_emit()Lars-Peter Clausen1-2/+2
2022-01-23iio: max31856: Use sysfs_emit()Lars-Peter Clausen1-2/+2
2022-01-23iio: lm3533: Use sysfs_emit()Lars-Peter Clausen1-3/+3
2022-01-23iio: ina2xx-adc: sysfs_emit()Lars-Peter Clausen1-1/+1
2022-01-23iio: as3935: Use sysfs_emit()Lars-Peter Clausen1-2/+2
2022-01-23iio: ad9523: Use sysfs_emit()Lars-Peter Clausen1-1/+1