summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2022-09-05iio: adc: add max11205 adc driverRamona Bolboaca3-0/+198
2022-09-04iio: magnetometer: yamaha-yas530: Use dev_err_probe()Andy Shevchenko1-10/+6
2022-09-04iio: magnetometer: yamaha-yas530: Make strings const in chip infoAndy Shevchenko1-2/+2
2022-09-04iio: magnetometer: yamaha-yas530: Use pointers as driver dataAndy Shevchenko1-10/+13
2022-09-04iio: adc: tsc2046: silent spi_device_id warningOleksij Rempel1-0/+12
2022-09-04iio: adc: tsc2046: add vref supportOleksij Rempel1-2/+55
2022-08-30iio: light: ltrf216a: Add raw attributeShreeya Patel1-0/+13
2022-08-30iio/accel: fix repeated words in commentswangjianli1-1/+1
2022-08-30iio: add MEMSensing MSA311 3-axis accelerometer driverDmitry Rokosov3-0/+1336
2022-08-28iio: common: scmi_sensors: use HZ macro from units.hDmitry Rokosov1-4/+4
2022-08-28iio: accel: adxl345: use HZ macro from units.hDmitry Rokosov1-3/+4
2022-08-21iio: light: cm32181: make cm32181_pm_ops staticsunliming1-1/+1
2022-08-21iio: ad7292: Prevent regulator double disableMatti Vaittinen1-3/+1
2022-08-21iio: adc: mcp3911: use correct formula for AD conversionMarcus Folkesson1-5/+12
2022-08-21iio: adc: mcp3911: correct "microchip,device-addr" propertyMarcus Folkesson1-1/+8
2022-08-20iio: Avoid multiple line dereference for maskJoe Simmons-Talbott1-4/+2
2022-08-20iio: stx104: Move to addac subdirectoryWilliam Breathitt Gray5-17/+17
2022-08-19iio: adc: qcom-spmi-adc5: add ADC5_VREF_VADC to rev2 ADC5Robert Marko1-0/+2
2022-08-19iio: imu: inv_mpu6050: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-19iio: st_sensors: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-19iio: frequency: admv1014: return -EINVAL directlyAntoniu Miclaus1-2/+1
2022-08-17iio/drivers/sun4i_gpadc: Switch to new of thermal APIDaniel Lezcano1-8/+6
2022-08-16i2c: Make remove callback return voidUwe Kleine-König75-226/+76
2022-08-16iio: light: cm3605: Fix an error handling path in cm3605_probe()Christophe JAILLET1-2/+4
2022-08-16iio: adc: mcp3911: make use of the sign bitMarcus Folkesson1-0/+2
2022-08-16iio: pressure: dlhl60d: Don't take garbage into consideration when reading dataAndy Shevchenko1-3/+2
2022-08-16iio: magnetometer: yas530: Add YAS537 variantJakob Hauser2-3/+423
2022-08-16iio: magnetometer: yas530: Add function pointers to "chip_info"Jakob Hauser1-24/+42
2022-08-16iio: magnetometer: yas530: Add temperature calculation to "chip_info"Jakob Hauser1-69/+54
2022-08-16iio: magnetometer: yas530: Add IIO scaling to "chip_info"Jakob Hauser1-21/+7
2022-08-16iio: magnetometer: yas530: Add volatile registers to "chip_info"Jakob Hauser1-3/+35
2022-08-16iio: magnetometer: yas530: Introduce "chip_info" structureJakob Hauser1-24/+74
2022-08-16iio: magnetometer: yas530: Apply documentation and style fixesJakob Hauser1-10/+11
2022-08-16iio: magnetometer: yas530: Move printk %*ph parameters out from stackJakob Hauser1-2/+2
2022-08-16iio: magnetometer: yas530: Rename functions and registersJakob Hauser1-56/+70
2022-08-16iio: magnetometer: yas530: Change data type of calibration coefficientsJakob Hauser1-2/+4
2022-08-16iio: magnetometer: yas530: Correct temperature handlingJakob Hauser1-23/+76
2022-08-16iio: magnetometer: yas530: Correct scaling of magnetic axesJakob Hauser1-10/+21
2022-08-16iio: magnetometer: yas530: Change range of data in volatile registerJakob Hauser1-1/+1
2022-08-16iio: magnetometer: yas530: Change data type of hard_offsets to signedJakob Hauser1-1/+1
2022-08-16iio: temperature: mlx90632 Add supply regulator to sensorCrt Mori1-5/+56
2022-08-16iio: imu: adis16475: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-14/+1
2022-08-16iio: frequency: adrf6780: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-15/+1
2022-08-16iio: frequency: adf4371: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-16/+1
2022-08-16iio: adc: xilinx-xadc: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-17/+1
2022-08-16iio: adc: xilinx-ams: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-14/+1
2022-08-16iio: adc: ti-ads131e08: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-18/+1
2022-08-16iio: adc: lpc18xx: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-17/+1
2022-08-16iio: adc: ingenic-adc: Benefit from devm_clk_get_prepared() to simplifyUwe Kleine-König1-13/+2
2022-08-16iio: adc: ad9467: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-16/+1