summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra218-470/+470
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds248-2936/+12229
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2024-11-11iio: magnetometer: fix if () scoped_guard() formattingStephen Rothwell1-1/+2
2024-11-09Merge tag 'iio-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman137-2151/+7503
2024-11-09iio: adc: ad7380: add support for adaq4370-4 and adaq4380-4Julien Stephan1-4/+126
2024-11-09iio: adc: ad7380: use local dev variable to shorten long linesJulien Stephan1-17/+16
2024-11-09iio: adc: ad7380: fix oversampling formulaJulien Stephan1-3/+12
2024-11-09Merge commit '9365f0de4303f82ed4c2db1c39d3de824b249d80' into HEADJonathan Cameron5-62/+84
2024-11-08Merge tag 'iio-fixes-for-6.12c' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman12-16/+16
2024-11-05Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman5-62/+84
2024-11-03iio: chemical: bme680: Add support for preheat currentVasileios Amoiridis2-0/+42
2024-11-03iio: chemical: bme680: Add triggered buffer supportVasileios Amoiridis3-1/+139
2024-11-03iio: chemical: bme680: Add SCALE and RAW channelsVasileios Amoiridis1-0/+51
2024-11-03iio: chemical: bme680: refactorize set_mode() modeVasileios Amoiridis2-19/+14
2024-11-03iio: accel: mma9553: use specialized event code macrosDavid Lechner1-13/+11
2024-11-03iio: dummy: use specialized event code macrosDavid Lechner1-16/+14
2024-11-03iio: adc: ad7280a: use IIO_DIFF_EVENT_CODE macro helperJulien Stephan1-8/+6
2024-11-03iio: magnetometer: add Allegro MicroSystems ALS31300 3-D Linear Hall Effect d...Neil Armstrong3-0/+508
2024-11-03iio: light: apds9960: remove useless returnJulien Stephan1-2/+0
2024-11-03iio: light: apds9960: convert als_int and pxs_int to boolJulien Stephan1-2/+2
2024-11-03iio: light: apds9306: simplifies if branch in apds9306_write_event_configJulien Stephan1-4/+1
2024-11-03iio: light: apds9300: use bool for event stateJulien Stephan1-9/+9
2024-11-03iio: imu: st_lsm6dsx: use bool for event stateJulien Stephan1-1/+1
2024-11-03iio: imu: bmi323: use bool for event stateJulien Stephan1-4/+4
2024-11-03iio: accel: sca3000: use bool for event stateJulien Stephan1-2/+2
2024-11-03iio: accel: mma9551: use bool for event stateJulien Stephan1-3/+3
2024-11-03iio: fix write_event_config signatureJulien Stephan64-65/+71
2024-11-03iio: light: adux1020: write_event_config: use local variable for interrupt valueJulien Stephan1-5/+4
2024-11-03iio: proximity: sx9500: simplify code in write_event_config callbackJulien Stephan1-2/+2
2024-11-03iio: proximity: irsd200: simplify code in write_event_config callbackJulien Stephan1-1/+1
2024-11-03iio: light: tsl2772: simplify code in write_event_config callbackJulien Stephan1-2/+2
2024-11-03iio: proximity: hx9023s: simplify code in write_event_config callbackJulien Stephan1-1/+1
2024-11-03iio: light: ltr390: simplify code in write_event_config callbackJulien Stephan1-4/+1
2024-11-03iio: hid-sensor-prox: Add support for more channelsRicardo Ribalda1-76/+104
2024-11-03iio: hid-sensors-prox: Make proximity channel indexedRicardo Ribalda1-0/+1
2024-11-03iio: Add channel type for attentionRicardo Ribalda1-0/+1
2024-11-03iio: hid-sensors-prox: Factor-in hid_sensor_push_dataRicardo Ribalda1-12/+4
2024-11-03iio: Mark iio_dev::priv member with __privateAndy Shevchenko1-1/+1
2024-11-03iio: accel: kxcjk-1013: Deduplicate ODR startup time arrayAndy Shevchenko1-21/+4
2024-11-03iio: light: veml6070: add support for integration timeJavier Carrasco1-8/+123
2024-11-03iio: dac: ad5791: Use devm_iio_device_registerAxel Haslam1-14/+1
2024-11-03iio: dac: ad5791: Use devm_regulator_get_enable_read_voltageAxel Haslam1-44/+14
2024-11-03iio: dac: ad5791: Add reset, clr and ldac gpiosAxel Haslam1-3/+31
2024-11-03iio: dac: ad5791: Include chip_info in device match tablesAxel Haslam1-57/+53
2024-11-03iio: dac: adi-axi-dac: add registering of child fdt nodeAngelo Dureghello1-0/+56
2024-11-03iio: dac: ad3552r: add high-speed platform driverAngelo Dureghello5-1/+574
2024-11-02iio: Fix fwnode_handle in __fwnode_iio_channel_get_by_name()Zicheng Qu1-1/+1
2024-11-01iio: accel: adxl380: fix raw sample readAntoniu Miclaus1-1/+1
2024-11-01iio: dac: ad3552r: extract common code (no changes in behavior intended)Angelo Dureghello4-372/+501