summaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2022-06-19iio: adc: stm32: Fix ADCs iteration in irq handlerYannick Brosseau1-1/+6
2022-06-19iio: adc: ti-ads131e08: add missing fwnode_handle_put() in ads131e08_alloc_ch...Jialin Zhang1-3/+7
2022-06-19iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_prope...Jialin Zhang1-2/+6
2022-06-19iio: trigger: sysfs: fix use-after-free on removeVincent Whitchurch1-0/+1
2022-06-19iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()Zheyu Ma1-0/+1
2022-06-19iio: freq: admv1014: Fix warning about dubious x & !y and improve readabilityAntoniu Miclaus1-2/+4
2022-05-14iio: adc: xilinx-ams: fix return error variableLv Ruyi1-1/+1
2022-05-07iio: magnetometer: yas530: Fix memchr_inv() misuseLinus Walleij1-1/+1
2022-05-07iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+8
2022-05-01iio: mma8452: fix probe fail when device tree compatible is used.Haibo Chen1-5/+7
2022-04-16iio: imu: inv_icm42600: Fix I2C init possible nackFawzi Khaber1-6/+9
2022-04-16iio: dac: ltc2688: fix voltage scale readNuno Sá1-1/+1
2022-04-10iio:dac:ad3552r: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2022-04-10iio: sx9324: Fix default precharge internal resistance registerGwendal Grignou1-2/+4
2022-04-10iio: dac: ad5446: Fix read_raw not returning set valueMichael Hennerich1-1/+1
2022-04-10iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()Zheyu Ma1-0/+1
2022-04-04iio:proximity:sx9324: Fix hardware gain read/writeStephen Boyd1-5/+21
2022-04-04iio:proximity:sx_common: Fix device property parsing on DT systemsStephen Boyd1-0/+1
2022-04-04iio: adc: ad7280a: Fix wrong variable used when setting thresholds.Jonathan Cameron1-6/+6
2022-04-04iio:filter:admv8818: select REGMAP_SPI for ADMV8818Wang ShaoBo1-0/+1
2022-04-04iio: dac: ad5592r: Fix the missing return value.Zizhuang Deng1-1/+1
2022-04-04iio: dac: dac5571: Fix chip id detection for OF devicesJose Cazarin1-10/+18
2022-04-04iio:imu:bmi160: disable regulator in error pathTong Zhang1-6/+14
2022-04-04iio: scd4x: check return of scd4x_write_and_fetchTom Rix1-1/+4
2022-04-04iio: dac: ad3552r: fix signedness bug in ad3552r_reset()Dan Carpenter1-1/+1
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds259-1779/+10946
2022-03-25Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-1/+3
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds42-125/+42
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman259-1779/+10946
2022-03-02iio: adc: xilinx-ams: Fix single channel switching sequenceRobert Hancock1-2/+8
2022-03-02iio: adc: xilinx-ams: Fixed wrong sequencer register settingsRobert Hancock1-2/+2
2022-03-02iio: adc: xilinx-ams: Fixed missing PS channelsRobert Hancock1-0/+1
2022-03-02iio: accel: mma8452: use the correct logic to get mma8452_dataHaibo Chen1-2/+2
2022-03-02iio: adc: aspeed: Add divider flag to fix incorrect voltage reading.Billy Tsai1-1/+3
2022-03-02iio: imu: st_lsm6dsx: use dev_to_iio_dev() to get iio_dev structHaibo Chen1-2/+2
2022-03-01iio: dac: add support for ltc2688Nuno Sá3-0/+1083
2022-02-28iio: afe: rescale: add temperature transducersLiam Beguin1-0/+32
2022-02-28iio: afe: rescale: add RTD temperature sensor supportLiam Beguin1-0/+48
2022-02-28iio: test: add basic tests for the iio-rescale driverLiam Beguin3-0/+721
2022-02-27iio: afe: rescale: reduce risk of integer overflowLiam Beguin1-5/+18
2022-02-27iio: afe: rescale: fix accuracy for small fractional scalesLiam Beguin1-3/+17
2022-02-27iio: afe: rescale: add offset supportLiam Beguin1-0/+81
2022-02-27iio: afe: rescale: add INT_PLUS_{MICRO,NANO} supportLiam Beguin1-0/+34
2022-02-27iio: afe: rescale: expose scale processing functionLiam Beguin1-37/+28
2022-02-27iio: frequency: admv4420.c: Add support for ADMV4420Cristian Pop3-0/+409
2022-02-27iio: amplifiers: ada4250: add support for ADA4250Antoniu Miclaus3-0/+415
2022-02-26iio: accel: adxl345: Remove unneeded blank linesAndy Shevchenko2-6/+0
2022-02-26iio: accel: adxl345: Drop comma in terminator entriesAndy Shevchenko3-3/+3
2022-02-26iio: accel: adxl345: Extract adxl345_powerup() helperAndy Shevchenko1-2/+6
2022-02-26iio: accel: adxl345: Add ACPI HID tableKai-Heng Feng2-0/+14