summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2024-11-01iio: light: ltr501: Drop most likely fake ACPI IDsAndy Shevchenko1-2/+0
2024-11-01iio: light: isl29018: drop ACPI_PTR() and CONFIG_ACPI guardsAndy Shevchenko1-7/+6
2024-11-01iio: light: isl29018: Replace a variant of iio_get_acpi_device_name_and_data()Andy Shevchenko1-19/+6
2024-11-01iio: gyro: bmg160: Replace custom implementation of iio_get_acpi_device_name()Andy Shevchenko2-16/+3
2024-11-01iio: accel: mma9553: Replace custom implementation of iio_get_acpi_device_name()Andy Shevchenko1-15/+4
2024-11-01iio: accel: mma9551: Replace custom implementation of iio_get_acpi_device_name()Andy Shevchenko1-15/+4
2024-11-01iio: accel: kxcjk-1013: drop ACPI_PTR() and move ID out of CONFIG_ACPI guardsAndy Shevchenko1-19/+21
2024-11-01iio: accel: kxcjk-1013: Replace a variant of iio_get_acpi_device_name_and_data()Andy Shevchenko1-27/+10
2024-11-01iio: accel: kx022a: Fix raw read formatMatti Vaittinen1-1/+1
2024-11-01iio: gts: fix infinite loop for gain_to_scaletables()Zicheng Qu1-1/+1
2024-11-01iio: gts: Fix uninitialized symbol 'ret'Zicheng Qu1-1/+1
2024-11-01iio: adc: ad4000: fix reading unsigned dataDavid Lechner1-0/+2
2024-11-01ad7780: fix division by zero in ad7780_write_raw()Zicheng Qu1-1/+1
2024-11-01iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xferNuno Sa1-2/+2
2024-10-29iio: backend: fix wrong pointer passed to IS_ERR()Yang Yingliang1-2/+2
2024-10-29iio: invensense: fix multiple odr switch when FIFO is offJean-Baptiste Maneyrol4-6/+4
2024-10-28iio: accel: kxcjk-1013: Get rid of enum kx_chipsetAndy Shevchenko1-23/+5
2024-10-28iio: accel: kxcjk-1013: Convert ODR times array to variable in chip_infoAndy Shevchenko1-77/+94
2024-10-28iio: accel: kxcjk-1013: Move odr_start_up_times up in the codeAndy Shevchenko1-77/+77
2024-10-28iio: accel: kxcjk-1013: Start using chip_info variables instead of enumAndy Shevchenko1-73/+100
2024-10-28iio: accel: kxcjk-1013: Rename kxcjk1013_infoAndy Shevchenko1-2/+2
2024-10-28iio: accel: kxcjk-1013: Use local variable for regsAndy Shevchenko1-28/+37
2024-10-28iio: accel: kxcjk-1013: Switch from CONFIG_PM guards to pm_ptr() etcAndy Shevchenko1-11/+4
2024-10-28iio: accel: kxcjk-1013: Revert "Add support for KX022-1020"Andy Shevchenko1-6/+2
2024-10-28iio: accel: kxcjk-1013: Remove redundant I²C IDAndy Shevchenko1-1/+0
2024-10-28iio: acpi: Add iio_get_acpi_device_name_and_data() helper functionAndy Shevchenko1-1/+37
2024-10-28iio: acpi: Improve iio_read_acpi_mount_matrix()Andy Shevchenko1-3/+7
2024-10-28iio: imu: inv_mpu6050: Replace strange way of checking type of enumerationAndy Shevchenko1-4/+1
2024-10-28iio: adc: pac1934: Replace strange way of checking type of enumerationAndy Shevchenko1-1/+1
2024-10-28iio: magnetometer: bmc150: Drop dead code from the driverAndy Shevchenko1-15/+0
2024-10-28iio: adc: ad7606: add support for AD760{7,8,9} partsAlexandru Ardelean4-0/+155
2024-10-28iio: adc: ad7606: rework scale-available to be staticAlexandru Ardelean2-62/+50
2024-10-28iio: adc: ad7606: use realbits for sign-extending in scan_directAlexandru Ardelean1-5/+5
2024-10-28iio: adc: ad7606: fix/persist oversampling_ratio settingAlexandru Ardelean1-0/+1
2024-10-28iio: imu: bmi270: Provide chip info as configuration structureJustin Weiss4-11/+40
2024-10-28iio: imu: bmi270: Remove unused FREQUENCY / SCALE attributesJustin Weiss1-4/+0
2024-10-28iio: adc: Remove "default n" entriesAndy Shevchenko1-1/+0
2024-10-28iio: light: Remove "default n" entriesAndy Shevchenko1-1/+0
2024-10-28iio: accel: replace s64 __aligned(8) with aligned_s64Jonathan Cameron14-13/+26
2024-10-28iio: light: opt3001: add support for TI's opt3002 light sensorEmil Gedenryd2-34/+157
2024-10-28drivers: iio: adc: add support for ad777x familyRamona Alexandra Nechita3-0/+927
2024-10-24iio: dac: Kconfig: Fix build error for ltc2664Jinjie Ruan1-1/+1
2024-10-24iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()Zicheng Qu1-1/+1
2024-10-24iio: adc: ad7380: fix supplies for ad7380-4Julien Stephan1-10/+26
2024-10-24iio: adc: ad7380: add missing suppliesJulien Stephan1-0/+43
2024-10-24iio: adc: ad7380: use devm_regulator_get_enable_read_voltage()Julien Stephan1-60/+21
2024-10-24iio: light: veml6030: fix microlux value calculationJavier Carrasco1-1/+1
2024-10-21iio: adc: ad7606: Disable PWM usage for non backend versionGuillaume Stols1-19/+9
2024-10-21iio: adc: ad7606: Add iio-backend supportGuillaume Stols4-32/+230
2024-10-21iio: adc: ad7606: Introduce num_adc_channelsGuillaume Stols2-1/+11