summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2024-12-28iio: core: mark scan_timestamp as __privateVasileios Amoiridis
2024-12-28iio: common: ssp_sensors: drop conditional optimization for simplicityVasileios Amoiridis
2024-12-28iio: adc: max1363: Use a small fixed size buffer to replace dynamic allocationVasileios Amoiridis
2024-12-28iio: adc: dln2-adc: zero full struct instead of just the paddingVasileios Amoiridis
2024-12-28iio: dac: ad7293: enable power before resetDavid Lechner
2024-12-28iio: dac: ad5624r: Drop docs of missing membersMatti Vaittinen
2024-12-28iio: light: Add support for TI OPT4060 color sensorPer-Daniel Olsson
2024-12-28iio: adc: ad_sigma_delta: Use `unsigned int` instead of plain `unsigned`Uwe Kleine-König
2024-12-28iio: accel: adxl345: add function to switch measuring modeLothar Rubusch
2024-12-20iio: light: as73211: fix channel handling in only-color triggered bufferJavier Carrasco
2024-12-20iio: hid-sensor-prox: Fix invalid read_raw for attentionRicardo Ribalda
2024-12-20iio: adc: ad7606: Fix hardcoded offset in the ADC channelsGuillaume Stols
2024-12-16Merge tag 'iio-fixes-for-6.13a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2024-12-11iio: adc: ad7173: add calibration supportGuillaume Ranquet
2024-12-11iio: adc: ad4000: Add support for PulSAR devicesMarcelo Schmitt
2024-12-11iio: adc: ad4000: Use device specific timing for SPI transfersMarcelo Schmitt
2024-12-11iio: adc: ad4000: Add timestamp channelMarcelo Schmitt
2024-12-11iio: consumers: ensure read buffers for labels and ext_info are page alignedMatteo Martelli
2024-12-11iio: pressure: bmp280: Make time vars intuitive and move to fsleepVasileios Amoiridis
2024-12-11iio: pressure: bmp280: Use sizeof() for denominatorVasileios Amoiridis
2024-12-11iio: chemical: bme680: add power managementVasileios Amoiridis
2024-12-11iio: chemical: bme680: add regulatorsVasileios Amoiridis
2024-12-11iio: imu: st_lsm6dsx: don't always auto-enable I2C, I3C and SPI interface dri...Sean Nyekjaer
2024-12-11iio: accel: adxl345: rename variable data to stLothar Rubusch
2024-12-11iio: accel: adxl345: refrase comment on probeLothar Rubusch
2024-12-11iio: adc: ad7124: Implement temperature measurementUwe Kleine-König
2024-12-11iio: adc: ad7124: Add error reporting during probeUwe Kleine-König
2024-12-11iio: adc: ad_sigma_delta: Check for previous ready signalsUwe Kleine-König
2024-12-11iio: adc: ad_sigma_delta: Store information about reset sequence lengthUwe Kleine-König
2024-12-11iio: adc: ad_sigma_delta: Fix a race conditionUwe Kleine-König
2024-12-11iio: adc: ad_sigma_delta: Handle CS assertion as intended in ad_sd_read_reg_r...Uwe Kleine-König
2024-12-11iio: adc: ad_sigma_delta: Add support for reading irq status using a GPIOUwe Kleine-König
2024-12-11iio: adc: ad7124: Refuse invalid input specifiersUwe Kleine-König
2024-12-11iio: adc: ad7124: Don't create more channels than the driver can handleUwe Kleine-König
2024-12-11iio: adc: rzg2l_adc: Add support for Renesas RZ/G3SClaudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Add suspend/resume supportClaudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Add support for channel 8Claudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Prepare for the addition of RZ/G3S supportClaudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Enable runtime PM autosuspend supportClaudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Simplify the locking scheme in rzg2l_adc_read_raw()Claudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Use read_poll_timeout()Claudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Switch to RUNTIME_PM_OPS() and pm_ptr()Claudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Simplify the runtime PM codeClaudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Use devres helpers to request pre-deasserted reset controlsClaudiu Beznea
2024-12-11iio: adc: rzg2l_adc: Convert dev_err() to dev_err_probe()Claudiu Beznea
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-08iio: kx022a: document new chip_info structure membersMatti Vaittinen
2024-12-08iio: adc: ti-ads1119: fix sample size in scan struct for triggered bufferJavier Carrasco
2024-12-08iio: temperature: tmp006: fix information leak in triggered bufferJavier Carrasco
2024-12-08iio: inkern: call iio_device_put() only on mapped devicesJoe Hattori