summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2026-03-22iio: dac: ds4424: support per-variant output range limitsOleksij Rempel
2026-03-22iio: dac: ds4424: add DS4402/DS4404 device IDsDavid Jander
2026-03-22iio: dac: ds4424: use fsleep() instead of usleep_range()Oleksij Rempel
2026-03-22iio: dac: ds4424: use device match data for chip infoOleksij Rempel
2026-03-22iio: dac: ds4424: rename iio_info struct to avoid ambiguityOleksij Rempel
2026-03-22iio: dac: ds4424: sort headers alphabeticallyOleksij Rempel
2026-03-22iio: dac: ds4424: ratelimit read errors and use device contextOleksij Rempel
2026-03-22iio: dac: ds4424: refactor raw access to use bitwise operationsOleksij Rempel
2026-03-22Merge tag 'v7.0-rc4' into togregJonathan Cameron
2026-03-22iio: adc: nxp-sar-adc: Fix DMA channel leak in trigger modeFelix Gu
2026-03-22iio: accel: adxl313: add missing error check in predisableAntoniu Miclaus
2026-03-22iio: dac: ad5770r: fix error return in ad5770r_read_raw()Antoniu Miclaus
2026-03-22iio: accel: fix ADXL355 temperature signature valueValek Andrej
2026-03-21iio: frequency: ad9523: use dev_err_probeAntoniu Miclaus
2026-03-21iio: frequency: ad9523: add dev variableAntoniu Miclaus
2026-03-21iio: frequency: admv4420: use dev_err_probeAntoniu Miclaus
2026-03-21iio: frequency: admv4420: add dev variableAntoniu Miclaus
2026-03-21iio: adc: ad_sigma_delta: Format block commentsGiorgi Tchankvetadze
2026-03-21iio: adc: ti-ads7950: use iio_push_to_buffers_with_ts_unaligned()David Lechner
2026-03-21iio: light: vcnl4035: fix scan buffer on big-endianDavid Lechner
2026-03-21iio: adc: ti-adc161s626: use DMA-safe memory for spi_read()David Lechner
2026-03-21iio: adc: ti-adc161s626: fix buffer read on big-endianDavid Lechner
2026-03-21iio: st_sensors: drop temporary kmalloc buffer and reuse buffer_dataSanjay Chitroda
2026-03-21iio: adc: ina2xx: add INA236 supportChuang Zhu
2026-03-21iio: light: as73211: remove duplicate zero init of scan.chan[3]David Lechner
2026-03-21iio: amplifiers: fix typo from Curren to CurrentShi Hao
2026-03-21iio: cdc: fix spelling mistakes in commentsShi Hao
2026-03-21iio: chemical: rephrase comment and fix a typoShi Hao
2026-03-21iio: common: fix spelling mistakes in commentsShi Hao
2026-03-21iio: test: fix typo from neeeds to needs in commentShi Hao
2026-03-21iio: temp: fix spelling mistakes in commentsShi Hao
2026-03-21iio: resolver: fix typo from degredation to degradationShi Hao
2026-03-21iio: proximity: fix typo from currenly to currentlyShi Hao
2026-03-21iio: pressure: fix spelling mistakes in commentsShi Hao
2026-03-21iio: magnetometer: fix various spelling mistakesShi Hao
2026-03-21iio: imu: fix typo from adjustement to adjustmentShi Hao
2026-03-21iio: adc: add an article and use digitize instead of digitalizeShi Hao
2026-03-21iio: light: fix several incorrect spellingsShi Hao
2026-03-21iio: accel: fix typo celcius to CelsiusShi Hao
2026-03-21iio: adc: aspeed: Reserve battery sensing channel for on-demand useBilly Tsai
2026-03-21iio: adc: aspeed: Replace mdelay() with fsleep() for ADC stabilization delayBilly Tsai
2026-03-21iio: adc: Enable multiple consecutive channels based on model dataBilly Tsai
2026-03-21iio: adc: Add battery channel definition for ADCBilly Tsai
2026-03-21iio: dac: ltc2632: add support for LTC2654 DAC familyDavid Marinovic
2026-03-21iio: dac: ltc2632: drop enum and use individual chip_info objectsDavid Marinovic
2026-03-21iio: light: vcnl4000: add support for regulatorsErikas Bitovtas
2026-03-21iio: light: vcnl4000: remove redundant check for proximity-near-levelErikas Bitovtas
2026-03-21iio: light: vcnl4000: use variables for I2C client and device instancesErikas Bitovtas
2026-03-21iio: light: vcnl4000: remove error messages for trigger and irqErikas Bitovtas
2026-03-21iio: light: vcnl4000: replace mutex_init() with devm_mutex_init()Erikas Bitovtas