summaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | iio: fix write_event_config signatureJulien Stephan2024-11-0364-65/+71
| | * | iio: light: adux1020: write_event_config: use local variable for interrupt valueJulien Stephan2024-11-031-5/+4
| | * | iio: proximity: sx9500: simplify code in write_event_config callbackJulien Stephan2024-11-031-2/+2
| | * | iio: proximity: irsd200: simplify code in write_event_config callbackJulien Stephan2024-11-031-1/+1
| | * | iio: light: tsl2772: simplify code in write_event_config callbackJulien Stephan2024-11-031-2/+2
| | * | iio: proximity: hx9023s: simplify code in write_event_config callbackJulien Stephan2024-11-031-1/+1
| | * | iio: light: ltr390: simplify code in write_event_config callbackJulien Stephan2024-11-031-4/+1
| | * | iio: hid-sensor-prox: Add support for more channelsRicardo Ribalda2024-11-031-76/+104
| | * | iio: hid-sensors-prox: Make proximity channel indexedRicardo Ribalda2024-11-031-0/+1
| | * | iio: Add channel type for attentionRicardo Ribalda2024-11-031-0/+1
| | * | iio: hid-sensors-prox: Factor-in hid_sensor_push_dataRicardo Ribalda2024-11-031-12/+4
| | * | iio: Mark iio_dev::priv member with __privateAndy Shevchenko2024-11-031-1/+1
| | * | iio: accel: kxcjk-1013: Deduplicate ODR startup time arrayAndy Shevchenko2024-11-031-21/+4
| | * | iio: light: veml6070: add support for integration timeJavier Carrasco2024-11-031-8/+123
| | * | iio: dac: ad5791: Use devm_iio_device_registerAxel Haslam2024-11-031-14/+1
| | * | iio: dac: ad5791: Use devm_regulator_get_enable_read_voltageAxel Haslam2024-11-031-44/+14
| | * | iio: dac: ad5791: Add reset, clr and ldac gpiosAxel Haslam2024-11-031-3/+31
| | * | iio: dac: ad5791: Include chip_info in device match tablesAxel Haslam2024-11-031-57/+53
| | * | iio: dac: adi-axi-dac: add registering of child fdt nodeAngelo Dureghello2024-11-031-0/+56
| | * | iio: dac: ad3552r: add high-speed platform driverAngelo Dureghello2024-11-035-1/+574
| | * | iio: dac: ad3552r: extract common code (no changes in behavior intended)Angelo Dureghello2024-11-014-372/+501
| | * | iio: dac: ad3552r: changes to use FIELD_PREPAngelo Dureghello2024-11-011-117/+50
| | * | iio: dac: adi-axi-dac: extend featuresAngelo Dureghello2024-11-011-14/+242
| | * | iio: backend: extend featuresAngelo Dureghello2024-11-011-0/+78
| | * | iio: chemical: bme680: use s16 variable for temp value to avoid castingVasileios Amoiridis2024-11-011-2/+3
| | * | iio: adc: pac1921: Check for error code from devm_mutex_init() callAndy Shevchenko2024-11-011-1/+3
| | * | iio: adc: ad4000: Check for error code from devm_mutex_init() callAndy Shevchenko2024-11-011-1/+3
| | * | iio: imu: bmi270: Add support for BMI260Justin Weiss2024-11-014-1/+39
| | * | iio: imu: bmi270: Add scale and sampling frequency to BMI270 IMUJustin Weiss2024-11-011-0/+339
| | * | iio: imu: bmi270: Add triggered buffer for Bosch BMI270 IMUJustin Weiss2024-11-013-0/+66
| | * | iio: chemical: bme680: generalize read_*() functionsVasileios Amoiridis2024-11-011-28/+40
| | * | iio: chemical: bme680: Fix indentation and unnecessary spacesVasileios Amoiridis2024-11-011-12/+9
| | * | iio: chemical: bme680: move to fsleep()Vasileios Amoiridis2024-11-011-2/+2
| | * | iio: chemical: bme680: avoid using camel caseVasileios Amoiridis2024-11-011-7/+7
| | * | iio: chemical: bme680: optimize startup timeVasileios Amoiridis2024-11-011-1/+2
| | * | iio: chemical: bme680: Add missing regmap.h includeVasileios Amoiridis2024-11-011-0/+2
| | * | iio: light: add support for veml3235Javier Carrasco2024-11-013-0/+507
| | * | iio: dac: ad5770r: use devm_regulator_get_enable_read_voltage()David Lechner2024-11-011-36/+5
| | * | iio: dac: ad5761: drop driver remove callbackDavid Lechner2024-11-011-10/+1
| | * | iio: dac: ad5761: use devm_regulator_get_enable_read_voltage()David Lechner2024-11-011-77/+23
| | * | iio: dac: ad5624r: drop driver remove callbackDavid Lechner2024-11-011-10/+1
| | * | iio: dac: ad5624r: use devm_regulator_get_enable_read_voltage()David Lechner2024-11-012-50/+13
| | * | iio: dac: ad5504: drop driver remove callbackDavid Lechner2024-11-011-10/+1
| | * | iio: dac: ad5504: use devm_regulator_get_enable_read_voltage()David Lechner2024-11-011-37/+15
| | * | iio: dac: ad5446: drop driver remove callbacksDavid Lechner2024-11-011-21/+1
| | * | iio: dac: ad5446: use devm_regulator_get_enable_read_voltage()David Lechner2024-11-011-41/+16
| | * | iio: dac: ad5380: drop driver remove callbacksDavid Lechner2024-11-011-48/+13
| | * | iio: dac: ad5380: use devm_regulator_get_enable_read_voltage()David Lechner2024-11-011-26/+10
| | * | iio: gyro: bmg160_core: remove trailing tabJulien Stephan2024-11-011-1/+1
| | * | iio: light: stk3310: simplify code in write_event_config callbackJulien Stephan2024-11-011-3/+0