summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2024-08-03iio: imu: kmx61: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: imu: bno055: make use of iio_get_masklength()Nuno Sa
2024-08-03iio: imu: bmi160_core: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: humidity: am2315: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: health: afe4404: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: health: max30102: make use of iio_get_masklength()Nuno Sa
2024-08-03iio: health: afe4403: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: dummy: iio_simple_dummy_buffer: use iio_for_each_active_channel()Nuno Sa
2024-08-03iio: adc: hx711: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: adc: dln2-adc: use new '.masklength' accessorsNuno Sa
2024-08-03iio: adc: cc10001_adc: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: adc: ad7192: Add clock providerAlisa-Dariana Roman
2024-08-03iio: adc: ad7192: Update clock configAlisa-Dariana Roman
2024-08-03iio: light: noa1305: Make integration time configurableMarek Vasut
2024-08-03iio: light: noa1305: Report available scale valuesMarek Vasut
2024-08-03iio: light: noa1305: Use static table lookup of scale valuesMarek Vasut
2024-08-03iio: light: noa1305: Assign val in noa1305_measure()Marek Vasut
2024-08-03iio: light: noa1305: Simplify noa1305_read_raw()Marek Vasut
2024-08-03iio: accel: kxcjk-1013: Add support for KX022-1020Rayyan Ansari
2024-08-03iio: adc: mcp3911: use devm_regulator_get_enable_read_voltage()David Lechner
2024-08-03iio: dac: mcp4922: drop remove() callbackDavid Lechner
2024-08-03iio: dac: mcp4922: use devm_regulator_get_enable_read_voltage()David Lechner
2024-08-03iio: dac: mcp4728: use devm_regulator_get_enable_read_voltage()David Lechner
2024-08-03iio: dac: mcp4728: rename err to ret in probe functionDavid Lechner
2024-08-03iio: pressure: bmp280: Sort headers alphabeticallyVasileios Amoiridis
2024-08-03iio: pressure: bmp280: Fix waiting time for BMP3xx configurationVasileios Amoiridis
2024-08-03iio: pressure: bmp280: Fix regmap for BMP280 deviceVasileios Amoiridis
2024-08-03iio: adc: ad4695: Add driver for AD4695 and similar ADCsDavid Lechner
2024-08-03iio: common: scmi_iio: Remove unnecessary u64 type castThorsten Blum
2024-08-03iio: dac: ltc2664: Add driver for LTC2664 and LTC2672Kim Seer Paller
2024-08-03iio: backend: print message in case op is not implementedNuno Sa
2024-08-03iio: backend: remove unused parameterNuno Sa
2024-08-03iio: accel: add ADXL380 driverAntoniu Miclaus
2024-08-03iio: pressure: bmp280: Add triggered buffer supportVasileios Amoiridis
2024-08-03iio: pressure: bmp280: Add SCALE, RAW values in channels and refactorize themVasileios Amoiridis
2024-08-03iio: pressure: bmp280: Generalize read_*() functionsVasileios Amoiridis
2024-08-03iio: light: ltrf216a: Add LTR-308 supportMarek Vasut
2024-08-03iio: bu27034: Add a read only HARDWAREGAINMatti Vaittinen
2024-08-03bu27034: ROHM BU27034ANUC correct lux calculationMatti Vaittinen
2024-08-03bu27034: ROHM BU27034ANUC correct gains and timesMatti Vaittinen
2024-08-03bu27034: ROHM BU27034NUC to BU27034ANUC drop data2Matti Vaittinen
2024-08-03bu27034: ROHM BU27034NUC to BU27034ANUCMatti Vaittinen
2024-08-03iio: chemical: bme680: Refactorize reading functionsVasileios Amoiridis
2024-08-03iio: chemical: bme680: Move forced mode setup in ->read_raw()Vasileios Amoiridis
2024-08-03iio: chemical: bme680: Remove redundant gas configurationVasileios Amoiridis
2024-08-03iio: chemical: bme680: Move probe errors to dev_err_probe()Vasileios Amoiridis
2024-08-03iio: chemical: bme680: Modify startup procedureVasileios Amoiridis
2024-08-03iio: chemical: bme680: Make error checks consistentVasileios Amoiridis
2024-08-03iio: chemical: bme680: Add read buffers in read/write buffer unionVasileios Amoiridis
2024-08-03iio: chemical: bme680: Allocate IIO device before chip initializationVasileios Amoiridis