summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2024-12-28iio: resolver: ad2s1210: Use aligned_s64 instead of open coding alignment.Jonathan Cameron1-1/+1
2024-12-28iio: temperature: tmp006: Use aligned_s64 instead of open coding alignment.Jonathan Cameron1-1/+1
2024-12-28io: adc: ina2xx-adc: Fix sign and use aligned_s64 for timestamp.Jonathan Cameron1-1/+1
2024-12-28iio: adc: ad7944: Fix sign and use aligned_s64 for timestamp.Jonathan Cameron1-1/+1
2024-12-28iio: trigger: stm32-timer: add support for stm32mp25Fabrice Gasnier1-2/+19
2024-12-28iio: proximity: hx9023s: Added firmware file parsing functionalityYasin Lee1-7/+86
2024-12-28iio: dac: Support ROHM BD79703 DACMatti Vaittinen3-0/+171
2024-12-28iio: imu: bno055: constify 'struct bin_attribute'Thomas Weißschuh1-4/+4
2024-12-28iio: core: mark scan_timestamp as __privateVasileios Amoiridis1-1/+1
2024-12-28iio: common: ssp_sensors: drop conditional optimization for simplicityVasileios Amoiridis1-7/+5
2024-12-28iio: adc: max1363: Use a small fixed size buffer to replace dynamic allocationVasileios Amoiridis1-21/+9
2024-12-28iio: adc: dln2-adc: zero full struct instead of just the paddingVasileios Amoiridis1-19/+2
2024-12-28iio: dac: ad7293: enable power before resetDavid Lechner1-59/+9
2024-12-28iio: dac: ad5624r: Drop docs of missing membersMatti Vaittinen1-2/+0
2024-12-28iio: light: Add support for TI OPT4060 color sensorPer-Daniel Olsson3-0/+1357
2024-12-28iio: adc: ad_sigma_delta: Use `unsigned int` instead of plain `unsigned`Uwe Kleine-König1-1/+1
2024-12-28iio: accel: adxl345: add function to switch measuring modeLothar Rubusch1-12/+29
2024-12-20iio: light: as73211: fix channel handling in only-color triggered bufferJavier Carrasco1-4/+20
2024-12-20iio: hid-sensor-prox: Fix invalid read_raw for attentionRicardo Ribalda1-0/+1
2024-12-20iio: adc: ad7606: Fix hardcoded offset in the ADC channelsGuillaume Stols2-21/+29
2024-12-16Merge tag 'iio-fixes-for-6.13a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman24-56/+156
2024-12-11iio: adc: ad7173: add calibration supportGuillaume Ranquet1-0/+116
2024-12-11iio: adc: ad4000: Add support for PulSAR devicesMarcelo Schmitt1-0/+162
2024-12-11iio: adc: ad4000: Use device specific timing for SPI transfersMarcelo Schmitt1-9/+42
2024-12-11iio: adc: ad4000: Add timestamp channelMarcelo Schmitt1-42/+56
2024-12-11iio: consumers: ensure read buffers for labels and ext_info are page alignedMatteo Martelli1-0/+11
2024-12-11iio: pressure: bmp280: Make time vars intuitive and move to fsleepVasileios Amoiridis2-21/+22
2024-12-11iio: pressure: bmp280: Use sizeof() for denominatorVasileios Amoiridis1-2/+2
2024-12-11iio: chemical: bme680: add power managementVasileios Amoiridis4-7/+106
2024-12-11iio: chemical: bme680: add regulatorsVasileios Amoiridis1-0/+11
2024-12-11iio: imu: st_lsm6dsx: don't always auto-enable I2C, I3C and SPI interface dri...Sean Nyekjaer1-9/+9
2024-12-11iio: accel: adxl345: rename variable data to stLothar Rubusch1-22/+22
2024-12-11iio: accel: adxl345: refrase comment on probeLothar Rubusch1-2/+1
2024-12-11iio: adc: ad7124: Implement temperature measurementUwe Kleine-König1-21/+91
2024-12-11iio: adc: ad7124: Add error reporting during probeUwe Kleine-König1-36/+40
2024-12-11iio: adc: ad_sigma_delta: Check for previous ready signalsUwe Kleine-König1-1/+98
2024-12-11iio: adc: ad_sigma_delta: Store information about reset sequence lengthUwe Kleine-König6-6/+11
2024-12-11iio: adc: ad_sigma_delta: Fix a race conditionUwe Kleine-König1-21/+35
2024-12-11iio: adc: ad_sigma_delta: Handle CS assertion as intended in ad_sd_read_reg_r...Uwe Kleine-König1-1/+1
2024-12-11iio: adc: ad_sigma_delta: Add support for reading irq status using a GPIOUwe Kleine-König1-5/+33
2024-12-11iio: adc: ad7124: Refuse invalid input specifiersUwe Kleine-König1-0/+18
2024-12-11iio: adc: ad7124: Don't create more channels than the driver can handleUwe Kleine-König1-0/+10
2024-12-11iio: adc: rzg2l_adc: Add support for Renesas RZ/G3SClaudiu Beznea1-0/+9
2024-12-11iio: adc: rzg2l_adc: Add suspend/resume supportClaudiu Beznea1-0/+70
2024-12-11iio: adc: rzg2l_adc: Add support for channel 8Claudiu Beznea1-18/+44
2024-12-11iio: adc: rzg2l_adc: Prepare for the addition of RZ/G3S supportClaudiu Beznea1-28/+59
2024-12-11iio: adc: rzg2l_adc: Enable runtime PM autosuspend supportClaudiu Beznea1-2/+6
2024-12-11iio: adc: rzg2l_adc: Simplify the locking scheme in rzg2l_adc_read_raw()Claudiu Beznea1-6/+7
2024-12-11iio: adc: rzg2l_adc: Use read_poll_timeout()Claudiu Beznea1-19/+10
2024-12-11iio: adc: rzg2l_adc: Switch to RUNTIME_PM_OPS() and pm_ptr()Claudiu Beznea1-6/+4