aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-10-19iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspendedSean Nyekjaer1-5/+6
2025-10-19iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resumeSean Nyekjaer1-4/+0
2025-10-19iio: imu: inv_icm42600: Simplify pm_runtime setupSean Nyekjaer1-17/+7
2025-10-19iio: xilinx-ams: Unmask interrupts after updating alarmsSean Anderson1-20/+25
2025-10-19iio: xilinx-ams: Fix AMS_ALARM_THR_DIRECT_MASKSean Anderson1-1/+1
2025-10-19iio: frequency: adf4350: Fix prescaler usage.Michael Hennerich1-7/+13
2025-10-19iio: dac: ad5421: use int type to store negative error codesQianfeng Rong1-1/+1
2025-10-19iio: dac: ad5360: use int type to store negative error codesQianfeng Rong1-1/+1
2025-10-19iio/adc/pac1934: fix channel disable configurationAleksandar Gerasimovski1-2/+18
2025-10-15iio: consumers: Fix offset handling in iio_convert_raw_to_processed()Hans de Goede1-1/+1
2025-10-15iio: consumers: Fix handling of negative channel scale in iio_convert_raw_to_processed()Hans de Goede1-14/+14
2025-08-18iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe()Salah Triki1-4/+5
2025-08-16iio: light: as73211: Ensure buffer holes are zeroedJonathan Cameron1-1/+1
2025-08-16iio: adc: rzg2l_adc: Set driver data before enabling runtime PMClaudiu Beznea1-2/+2
2025-08-16iio: adc: rzg2l: Cleanup suspend/resume pathClaudiu Beznea1-21/+8
2025-08-16iio: adc: ad7380: fix missing max_conversion_rate_hz on adaq4381-4David Lechner1-0/+1
2025-08-16iio: adc: bd79124: Add GPIOLIB dependencyMatti Vaittinen1-1/+1
2025-08-11iio: imu: inv_icm42600: change invalid data error to -EBUSYJean-Baptiste Maneyrol1-1/+5
2025-08-11iio: adc: ad7124: fix channel lookup in syscalib functionsDavid Lechner1-7/+7
2025-08-11iio: temperature: maxim_thermocouple: use DMA-safe buffer for spi_read()David Lechner1-10/+16
2025-08-11iio: adc: ad7173: prevent scan if too many setups requestedDavid Lechner1-12/+75
2025-08-11iio: proximity: isl29501: fix buffered read on big-endian systemsDavid Lechner1-4/+10
2025-08-11iio: accel: sca3300: fix uninitialized iio scan dataDavid Lechner1-1/+1
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski8-10/+10
2025-07-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-3/+2
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-1/+1
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds150-1229/+9524
2025-07-16iio: adc: ad_sigma_delta: Select IIO_BUFFER_DMAENGINE and SPI_OFFLOADNathan Chancellor1-0/+2
2025-07-16iio: adc: ad7173: fix setting ODR in probeDavid Lechner1-1/+2
2025-07-16iio: adc: ad7173: fix calibration channelDavid Lechner1-3/+2
2025-07-16iio: adc: ad7173: fix num_slotsDavid Lechner1-10/+26
2025-07-16iio: adc: ad7173: fix channels index for syscalib_modeDavid Lechner1-3/+3
2025-07-16iio: adc: ad_sigma_delta: change to buffer predisableDavid Lechner1-2/+2
2025-07-14iio: Add driver for Nicera D3-323-AA PIR sensorWaqar Hameed3-0/+826
2025-07-14iio: dac: vf610: Simplify with devm_clk_get_enabled()Krzysztof Kozlowski1-10/+1
2025-07-14iio: adc: vf610: Simplify with dev_err_probeKrzysztof Kozlowski1-5/+3
2025-07-14iio: adc: vf610: Drop -ENOMEM error messageKrzysztof Kozlowski1-3/+1
2025-07-14iio: imu: bno055: make bno055_sysfs_attr constDavid Lechner1-23/+26
2025-07-14iio: imu: bno055: fix OOB access of hw_xlate arrayDavid Lechner1-3/+8
2025-07-14iio: accel: kionix-kx022a: Apply approximate iwyu principles to includesJonathan Cameron1-1/+11
2025-07-14iio: adc: ad4170-4: Add support for weigh scale, thermocouple, and RTD sensMarcelo Schmitt1-1/+499
2025-07-14iio: adc: ad4170-4: Add support for internal temperature sensorMarcelo Schmitt1-0/+62
2025-07-14iio: adc: ad4170-4: Add GPIO controller supportMarcelo Schmitt2-1/+224
2025-07-14iio: adc: ad4170-4: Add clock provider supportMarcelo Schmitt2-1/+147
2025-07-14iio: adc: ad4170-4: Add timestamp channelMarcelo Schmitt1-2/+17
2025-07-14iio: adc: ad4170-4: Add support for buffered data captureMarcelo Schmitt2-1/+217
2025-07-14iio: adc: ad4170-4: Add digital filter and sample frequency config supportMarcelo Schmitt1-2/+261
2025-07-14iio: adc: ad4170-4: Add support for calibration biasMarcelo Schmitt1-0/+19
2025-07-14iio: adc: ad4170-4: Add support for calibration gainMarcelo Schmitt1-0/+20
2025-07-14iio: adc: Add basic support for AD4170-4Ana-Maria Cusco3-0/+1586