summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2022-04-16iio: imu: inv_icm42600: Fix I2C init possible nackFawzi Khaber
2022-04-16iio: dac: ltc2688: fix voltage scale readNuno Sá
2022-04-10iio:dac:ad3552r: Fix an IS_ERR() vs NULL checkDan Carpenter
2022-04-10iio: sx9324: Fix default precharge internal resistance registerGwendal Grignou
2022-04-10iio: dac: ad5446: Fix read_raw not returning set valueMichael Hennerich
2022-04-10iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()Zheyu Ma
2022-04-04iio:proximity:sx9324: Fix hardware gain read/writeStephen Boyd
2022-04-04iio:proximity:sx_common: Fix device property parsing on DT systemsStephen Boyd
2022-04-04iio: adc: ad7280a: Fix wrong variable used when setting thresholds.Jonathan Cameron
2022-04-04iio:filter:admv8818: select REGMAP_SPI for ADMV8818Wang ShaoBo
2022-04-04iio: dac: ad5592r: Fix the missing return value.Zizhuang Deng
2022-04-04iio: dac: dac5571: Fix chip id detection for OF devicesJose Cazarin
2022-04-04iio:imu:bmi160: disable regulator in error pathTong Zhang
2022-04-04iio: scd4x: check return of scd4x_write_and_fetchTom Rix
2022-04-04iio: dac: ad3552r: fix signedness bug in ad3552r_reset()Dan Carpenter
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-25Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-03-02iio: adc: xilinx-ams: Fix single channel switching sequenceRobert Hancock
2022-03-02iio: adc: xilinx-ams: Fixed wrong sequencer register settingsRobert Hancock
2022-03-02iio: adc: xilinx-ams: Fixed missing PS channelsRobert Hancock
2022-03-02iio: accel: mma8452: use the correct logic to get mma8452_dataHaibo Chen
2022-03-02iio: adc: aspeed: Add divider flag to fix incorrect voltage reading.Billy Tsai
2022-03-02iio: imu: st_lsm6dsx: use dev_to_iio_dev() to get iio_dev structHaibo Chen
2022-03-01iio: dac: add support for ltc2688Nuno Sá
2022-02-28iio: afe: rescale: add temperature transducersLiam Beguin
2022-02-28iio: afe: rescale: add RTD temperature sensor supportLiam Beguin
2022-02-28iio: test: add basic tests for the iio-rescale driverLiam Beguin
2022-02-27iio: afe: rescale: reduce risk of integer overflowLiam Beguin
2022-02-27iio: afe: rescale: fix accuracy for small fractional scalesLiam Beguin
2022-02-27iio: afe: rescale: add offset supportLiam Beguin
2022-02-27iio: afe: rescale: add INT_PLUS_{MICRO,NANO} supportLiam Beguin
2022-02-27iio: afe: rescale: expose scale processing functionLiam Beguin
2022-02-27iio: frequency: admv4420.c: Add support for ADMV4420Cristian Pop
2022-02-27iio: amplifiers: ada4250: add support for ADA4250Antoniu Miclaus
2022-02-26iio: accel: adxl345: Remove unneeded blank linesAndy Shevchenko
2022-02-26iio: accel: adxl345: Drop comma in terminator entriesAndy Shevchenko
2022-02-26iio: accel: adxl345: Extract adxl345_powerup() helperAndy Shevchenko
2022-02-26iio: accel: adxl345: Add ACPI HID tableKai-Heng Feng
2022-02-26iio: accel: adxl345: Make use of device propertiesAndy Shevchenko
2022-02-26iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()Andy Shevchenko
2022-02-26iio: accel: adxl345: Set driver_data for OF enumerationAndy Shevchenko
2022-02-26iio: accel: adxl345: Convert to use dev_err_probe()Andy Shevchenko
2022-02-26iio: adc: Add check for devm_request_threaded_irqJiasheng Jiang
2022-02-26iio: potentiometer: ds1803: Add support for Maxim DS3502Jagath Jog J
2022-02-26iio: potentiometer: ds1803: Add device specific read_raw functionJagath Jog J
2022-02-26iio: potentiometer: ds1803: Change to firmware provided dataJagath Jog J
2022-02-26iio: potentiometer: ds1803: Add channel information in device dataJagath Jog J
2022-02-26iio: potentiometer: ds1803: Add available functionalityJagath Jog J