aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-10-19iio: adc: qcom-spmi-rradc: replace snprintf() with sysfs_emit()Nuno Sá1-1/+1
2025-10-19iio: adc: pac1921: replace sprintf() with sysfs_emit()Nuno Sá1-4/+4
2025-10-19iio: adc: mt6360-adc: replace snprintf() with sysfs_emit()Nuno Sá1-1/+1
2025-10-19iio: adc: meson_saradc: replace sprintf() with sysfs_emit()Nuno Sá1-3/+3
2025-10-19iio: adc: mcp3564: replace sprintf() with sysfs_emit()Nuno Sá1-1/+1
2025-10-19iio: adc: ad7768-1: replace sprintf() with sysfs_emit()Nuno Sá1-1/+1
2025-10-19iio: adc: ad4030: replace sprintf() with sysfs_emit()Nuno Sá1-2/+2
2025-10-19iio: light: ltr390: Fix typo in variable nameSameeksha Sankpal1-4/+4
2025-10-19iio: mpl3115: add support for sampling frequencyAntoni Pokusinski1-0/+82
2025-10-19iio: mpl3115: add support for DRDY interruptAntoni Pokusinski1-8/+175
2025-10-19iio: mpl3115: rename CTRL_REG1 field macrosAntoni Pokusinski1-9/+9
2025-10-19iio: mpl3115: add separate function for triggered buffer data collectionAntoni Pokusinski1-24/+30
2025-10-19iio: adc: ad7124: change setup reg allocation strategyDavid Lechner1-133/+100
2025-10-19iio: adc: ad7124: add ext attributes to temperature channelDavid Lechner1-0/+1
2025-10-19iio: dac: ltc2688: make use of devm_mutex_init()Nuno Sá1-1/+3
2025-10-19iio: imu: bmi270: add support for motion eventsGustavo Silva1-21/+362
2025-10-19iio: humditiy: hdc3020: fix units for thresholds and hysteresisDimitri Fedrau1-28/+41
2025-10-19iio: humditiy: hdc3020: fix units for temperature and humidity measurementDimitri Fedrau1-2/+2
2025-10-19iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fieldsFrancesco Lavra1-11/+11
2025-10-18iio: accel: fix ADXL355 startup race conditionValek Andrej1-5/+39
2025-10-13iio: adc: ad7124: fix temperature channelDavid Lechner1-4/+8
2025-10-13iio:common:ssp_sensors: Fix an error handling path ssp_probe()Christophe JAILLET1-1/+3
2025-10-13iio: adc: ad7280a: fix ad7280_store_balance_timer()David Lechner1-1/+1
2025-10-13iio: buffer-dmaengine: enable .get_dma_dev()Nuno Sá1-0/+2
2025-10-13iio: buffer-dma: support getting the DMA channelNuno Sá1-0/+6
2025-10-13iio: buffer: support getting dma channel from the bufferNuno Sá1-5/+16
2025-10-13iio: pressure: bmp280: correct meas_time_us calculationAchim Gratz1-6/+9
2025-10-13iio: adc: stm32-dfsdm: fix st,adc-alt-channel property handlingOlivier Moysan1-3/+2
2025-10-13iio: adc: ad7380: fix SPI offload trigger rateDavid Lechner1-0/+8
2025-10-13iio: adc: rtq6056: Correct the sign bit indexChiYuan Huang1-1/+1
2025-10-13iio: adc: ad4030: Fix _scale value for common-mode channelsMarcelo Schmitt1-1/+1
2025-10-13iio: buffer: document that buffer callback must be context safeDavid Lechner1-0/+1
2025-10-13iio: buffer: document iio_push_to_buffers() calling contextDavid Lechner1-0/+3
2025-10-13iio: buffer: iio_push_to_buffers_with_ts_unaligned() might_sleep()David Lechner1-0/+2
2025-10-13iio: buffer: document iio_push_to_buffers_with_ts_unaligned() may sleepDavid Lechner1-0/+3
2025-10-13iio: adc: ad7124: remove __ad7124_set_channel()David Lechner1-9/+2
2025-10-13iio: adc: ad7124: use devm_mutex_init()David Lechner1-1/+4
2025-10-13iio: adc: ad7124: use AD7124_MAX_CHANNELSDavid Lechner1-1/+1
2025-10-13iio: adc: ad7124: remove unused `nr` fieldDavid Lechner1-3/+0
2025-10-13iio: adc: ad7124: inline ad7124_enable_channel()David Lechner1-10/+6
2025-10-13iio: adc: ad7124: add debugfs to disable single cycle modeDavid Lechner1-2/+23
2025-09-23Merge tag 'iio-for-6.18a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman182-1699/+7698
2025-09-15iio: adc: Support ROHM BD79112 ADC/GPIOMatti Vaittinen3-0/+567
2025-09-13iio: pressure: bmp280: Use gpiod_set_value_cansleep()Salah Triki1-1/+1
2025-09-13iio: pressure: bmp280: Remove noisy dev_info()Salah Triki1-1/+0
2025-09-13iio: adc: ad7173: support changing filter typeDavid Lechner1-5/+181
2025-09-13iio: adc: ad7173: rename odr fieldDavid Lechner1-8/+8
2025-09-13iio: adc: ad7173: rename ad7173_chan_spec_ext_infoDavid Lechner1-2/+2
2025-09-13Merge tag 'v6.17-rc3' into togregJonathan Cameron11-65/+133
2025-09-13iio: adc: Add driver for Marvell 88PM886 PMIC ADCDuje Mihanović3-0/+407