summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2024-10-21iio: adc: ad7606: Add compatibility to fw_nodesGuillaume Stols4-187/+254
2024-10-21iio: adc: ad7606: Add PWM support for conversion triggerGuillaume Stols2-7/+142
2024-10-21iio: addac: ad74413r: simplify with cleanup.hNuno Sa1-22/+15
2024-10-21iio: addac: ad74413r: use devm_regulator_get_enable_read_voltage()Nuno Sa1-21/+7
2024-10-21iio: addac: ad74413r: drop reset_gpio from struct ad74413r_stateNuno Sa1-8/+8
2024-10-21iio: light: veml6070: use field to set integration timeJavier Carrasco1-3/+4
2024-10-21iio: light: veml6070: use unsigned int instead of unsignedJavier Carrasco1-2/+2
2024-10-21iio: adc: ad7192: properly check spi_get_device_match_data()Nuno Sa1-0/+3
2024-10-21iio: pressure: bmp280: Move bmp085 interrupt to new configurationVasileios Amoiridis4-18/+54
2024-10-21iio: pressure: bmp280: Add data ready trigger supportVasileios Amoiridis2-2/+216
2024-10-21iio: pressure: bmp280: Use sleep and forced mode for oneshot capturesVasileios Amoiridis2-21/+280
2024-10-21iio: accel: adxl355: Fix typo "accelaration"WangYuli1-1/+1
2024-10-21iio: dac: ad8460: add SPI device match tableDavid Lechner1-0/+7
2024-10-21iio: gyro: list adis16137 in Kconfig descriptionYo-Jung (Leo) Lin1-1/+1
2024-10-21iio: dac: ad8460: fix DT compatibleDavid Lechner1-1/+1
2024-10-21iio: magnetometer: bmc150_magn: Drop most likely fake ACPI IDsAndy Shevchenko2-18/+0
2024-10-21iio: gyro: bmg160: Drop most likely fake ACPI IDsAndy Shevchenko1-2/+0
2024-10-21iio: imu: smi240: add driverShen Jianping3-0/+637
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman17-41/+83
2024-10-19iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_s...Jinjie Ruan1-1/+1
2024-10-19iio: gts-helper: Fix memory leaks in iio_gts_build_avail_scale_table()Jinjie Ruan1-0/+2
2024-10-17iio: imu: bmi270: Remove duplicated include in bmi270_i2c.cYang Li1-1/+0
2024-10-17iio: adc: ad7606: Drop spurious empty file.Jonathan Cameron1-0/+0
2024-10-15iio: light: rpr0521: Use generic iio_pollfunc_store_time()Vasileios Amoiridis1-13/+1
2024-10-15iio: light: vl6180: Add support for Continuous ModeAbhash Jha1-4/+129
2024-10-15iio: light: vl6180: Added Interrupt support for single shot accessAbhash Jha1-11/+43
2024-10-15iio: light: vl6180: Add configurable inter-measurement period supportAbhash Jha1-2/+68
2024-10-15iio: light: veml6030: add support for veml7700Javier Carrasco1-17/+91
2024-10-15iio: light: veml6035: fix read_avail in no_irq case for veml6035Javier Carrasco1-24/+2
2024-10-15iio: dac: adi-axi-dac: update register namesAngelo Dureghello1-63/+74
2024-10-15iio: dac: adi-axi-dac: fix wrong register bitfieldAngelo Dureghello1-1/+1
2024-10-14iio: adc: ad7625: add driverTrevor Gamblin3-0/+701
2024-10-13Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman17-41/+83
2024-10-12iio: pressure: bmp280: Fix uninitialized variableYo-Jung (Leo) Lin1-0/+2
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron85-87/+85
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König47-57/+57
2024-10-10iio: frequency: admv4420: fix missing select REMAP_SPI in KconfigJavier Carrasco1-0/+1
2024-10-10iio: frequency: {admv4420,adrf6780}: format Kconfig entriesJavier Carrasco1-16/+16
2024-10-10iio: imu: bmi323: remove redundant register definitionTarang Raval1-1/+0
2024-10-10iio: frequency: adf4371: make use of dev_err_probe()Nuno Sa1-10/+8
2024-10-10iio: frequency: adf4371: drop clkin from struct adf4371_stateNuno Sa1-5/+5
2024-10-10iio: frequency: adf4371: drop spi_set_drvdata()Nuno Sa1-1/+0
2024-10-10iio: frequency: adf4371: make use of spi_get_device_match_data()Nuno Sa1-16/+20
2024-10-10iio: adc: ad4695: Add missing Kconfig selectDavid Lechner1-0/+2
2024-10-10iio: adc: ad7944: add namespace to T_QUIET_NSDavid Lechner1-2/+2
2024-10-10iio: pressure: rohm-bm1390: Remove redundant if statementColin Ian King1-3/+0
2024-10-10iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-10-10iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()Christophe JAILLET1-1/+1
2024-10-10iio: imu: bmi270: Add spi driver for bmi270 imuAlex Lanzano6-7/+105
2024-10-06iioc: dac: ltc2664: Fix span variable usage in ltc2664_channel_config()Mohammed Anees1-8/+9