summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| | * iio: afe: rescale: add RTD temperature sensor supportLiam Beguin2022-02-281-0/+48
| | * iio: test: add basic tests for the iio-rescale driverLiam Beguin2022-02-283-0/+721
| | * iio: afe: rescale: reduce risk of integer overflowLiam Beguin2022-02-271-5/+18
| | * iio: afe: rescale: fix accuracy for small fractional scalesLiam Beguin2022-02-271-3/+17
| | * iio: afe: rescale: add offset supportLiam Beguin2022-02-271-0/+81
| | * iio: afe: rescale: add INT_PLUS_{MICRO,NANO} supportLiam Beguin2022-02-271-0/+34
| | * iio: afe: rescale: expose scale processing functionLiam Beguin2022-02-271-37/+28
| | * iio: frequency: admv4420.c: Add support for ADMV4420Cristian Pop2022-02-273-0/+409
| | * iio: amplifiers: ada4250: add support for ADA4250Antoniu Miclaus2022-02-273-0/+415
| | * iio: accel: adxl345: Remove unneeded blank linesAndy Shevchenko2022-02-262-6/+0
| | * iio: accel: adxl345: Drop comma in terminator entriesAndy Shevchenko2022-02-263-3/+3
| | * iio: accel: adxl345: Extract adxl345_powerup() helperAndy Shevchenko2022-02-261-2/+6
| | * iio: accel: adxl345: Add ACPI HID tableKai-Heng Feng2022-02-262-0/+14
| | * iio: accel: adxl345: Make use of device propertiesAndy Shevchenko2022-02-264-11/+9
| | * iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()Andy Shevchenko2022-02-264-7/+16
| | * iio: accel: adxl345: Set driver_data for OF enumerationAndy Shevchenko2022-02-263-6/+6
| | * iio: accel: adxl345: Convert to use dev_err_probe()Andy Shevchenko2022-02-263-32/+16
| | * iio: adc: Add check for devm_request_threaded_irqJiasheng Jiang2022-02-261-0/+2
| | * iio: potentiometer: ds1803: Add support for Maxim DS3502Jagath Jog J2022-02-262-4/+39
| | * iio: potentiometer: ds1803: Add device specific read_raw functionJagath Jog J2022-02-261-5/+22
| | * iio: potentiometer: ds1803: Change to firmware provided dataJagath Jog J2022-02-261-1/+4
| | * iio: potentiometer: ds1803: Add channel information in device dataJagath Jog J2022-02-261-8/+22
| | * iio: potentiometer: ds1803: Add available functionalityJagath Jog J2022-02-261-16/+45
| | * iio: potentiometer: ds1803: Alignment to match the open parenthesisJagath Jog J2022-02-261-7/+6
| | * iio: accel: adxl367: Fix handled initialization in adxl367_irq_handler()Nathan Chancellor2022-02-261-1/+1
| | * iio: accel: adxl367: unlock on error in adxl367_buffer_predisable()Dan Carpenter2022-02-261-1/+1
| | * iio: adc: xilinx-ams: Use devm_delayed_work_autocancel() to simplify codeChristophe JAILLET2022-02-261-8/+3
| | * iio: frequency: admv1014: add support for ADMV1014Antoniu Miclaus2022-02-213-0/+834
| | * iio: accel: add ADXL367 driverCosmin Tanislav2022-02-216-0/+1895
| | * iio: introduce mag_referencedCosmin Tanislav2022-02-211-0/+1
| | * iio:adc:ad7280a: Move out of stagingJonathan Cameron2022-02-213-0/+1123
| | * iio:adc:stm32*: Use pm[_sleep]_ptr() etc to avoid need to make pm __maybe_unusedJonathan Cameron2022-02-215-34/+33
| | * iio:light:rpr0521: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-5/+2
| | * iio:chemical:atlas: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-5/+2
| | * iio:proximity:pulsedlight: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-5/+2
| | * iio:light:bh1780: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-9/+3
| | * iio:adc:rcar: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-4/+2
| | * iio:adc:stm32:Switch from CONFIG_PM guards to pm_ptr()Jonathan Cameron2022-02-212-19/+10
| | * iio:adc:ab8500: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-10/+4
| | * iio:temperature:mlx90614: Switch from CONFIG_PM* guards to pm_ptr() etcJonathan Cameron2022-02-181-8/+4
| | * iio:imu:kmx61: Switch from CONFIG_PM* guards to pm_ptr() etcJonathan Cameron2022-02-181-7/+3
| | * iio:dac:m62332: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-9/+2
| | * iio:accel:bma180: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-7/+2
| | * iio:accel:stk8312: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-8/+3
| | * iio:temperature:tmp007: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+2
| | * iio:temperature:tmp006: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+2
| | * iio:proximity:sx9500: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-6/+2
| | * iio:proximity:rfd77492: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+3
| | * iio:proximity:as3935: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-8/+2
| | * iio:pressure:mpl3115: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-7/+3