summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-29Merge tag 'pinctrl-v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-25Merge tag 'regulator-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-14Merge tag 'iio-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2025-03-11iio: ad7380: add support for SPI offloadAngelo Dureghello
2025-03-11iio: light: Add check for array bounds in veml6075_read_int_time_msKaran Sanghavi
2025-03-11iio: adc: ti-ads7924 Drop unnecessary function parametersMatti Vaittinen
2025-03-11iio: gyro: bmg160_spi: add of_match_tableJun Yan
2025-03-11iio: adc: ad7768-1: remove unnecessary lockingJonathan Santos
2025-03-11iio: adc: ad7768-1: set MOSI idle state to prevent accidental resetJonathan Santos
2025-03-11iio: adc: ad7768-1: Fix conversion result signSergiu Cuciurean
2025-03-11iio: adc: ad7124: Benefit of dev = indio_dev->dev.parent in ad7124_parse_chan...Uwe Kleine-König
2025-03-11iio: adc: ad7124: Implement system calibrationUwe Kleine-König
2025-03-11iio: adc: ad7124: Implement internal calibration at probe timeUwe Kleine-König
2025-03-11iio: adc: ad_sigma_delta: Add error checking for ad_sigma_delta_set_channel()Uwe Kleine-König
2025-03-11iio: adc: ad4130: Adapt internal names to match official filter_type ABIUwe Kleine-König
2025-03-11iio: adc: ad7173: Fix comparison of channel configsUwe Kleine-König
2025-03-11iio: adc: ad7124: Fix comparison of channel configsUwe Kleine-König
2025-03-11iio: adc: ad4130: Fix comparison of channel setupsUwe Kleine-König
2025-03-11iio: adc: ad_sigma_delta: Disable channel after calibrationUwe Kleine-König
2025-03-11iio: adc: ad7191: add AD7191Alisa-Dariana Roman
2025-03-05iio: adc: ad7192: Grab direct mode for calibrationUwe Kleine-König
2025-03-05iio: adc: ad7173: Grab direct mode for calibrationUwe Kleine-König
2025-03-04iio: adc: ad7380: add adaq4381-4 supportJulien Stephan
2025-03-04iio: adc: rockchip_saradc: add rk3562Simon Xue
2025-03-04iio: adc: ad4030: fix error pointer dereference in probe()Dan Carpenter
2025-03-04iio: light: Fix spelling mistake "regist" -> "register"Colin Ian King
2025-03-04iio: buffer-dma: Fix docstringsFolker Schwesinger
2025-03-04iio: adc: rockchip_saradc: Add support for RK3528Jonas Karlman
2025-03-04iio: imu: adis: fix uninitialized symbol warningsunliming
2025-03-04iio: adc: ad4851: Fix signedness bug in ad4851_calibrate()Dan Carpenter
2025-03-04iio: accel: adxl345: reorganize irq handlerLothar Rubusch
2025-03-04iio: accel: adxl345: add debug register accessLothar Rubusch
2025-03-04iio: accel: adxl345: reorganize measurement enableLothar Rubusch
2025-03-04iio: imu: bmi270: add support for data ready interrupt triggerGustavo Silva
2025-03-04iio: imu: bmi270: rename variable bmi270_device to dataGustavo Silva
2025-03-04iio: adc: Include cleanup.h when using guard()Matti Vaittinen
2025-03-04iio: imu: bmi270: move private struct declaration to source fileGustavo Silva
2025-03-04iio: dac: adi-axi-dac: add io_mode checkAngelo Dureghello
2025-03-04iio: gyro: bmg160_i2c: add BMI088 to of_match_tableJun Yan
2025-03-04iio: adc: ad4695: simplify getting oversampling_ratioDavid Lechner
2025-03-04iio: adc: ad4695: fix out of bounds array accessDavid Lechner
2025-03-04iio: adc: adi-axi-adc: replace of.h with mod_devicetable.hNuno Sá
2025-03-04iio: core: make use of simple_write_to_buffer()Nuno Sá
2025-03-04iio: backend: make sure to NULL terminate stack bufferNuno Sá
2025-03-04iio: adc: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron
2025-03-04iio: adc: max11410: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron
2025-03-04iio: adc: max11410: Factor out writing of sampling frequency to simplify errr...Jonathan Cameron