aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2022-04-04iio: palmas: shut up warning about calibration mismatch (due to noise)H. Nikolaus Schaller
2022-04-04iio: adc: ad7192: add sequencer supportAlexandru Tachici
2022-04-04iio: adc: ad7124: add sequencer supportAlexandru Tachici
2022-04-04iio: adc: ad_sigma_delta: Add sequencer supportLars-Peter Clausen
2022-04-04iio: adc: ad7192: Add update_scan_modeAlexandru Tachici
2022-04-04iio: adc: ad7124: Add update_scan_modeAlexandru Tachici
2022-04-04iio: adc: ad7124: Remove shift from scan_typeAlexandru Tachici
2022-04-04iio: imu: inv_mpu6050: Add support for ICM-20608-DMichael Srba
2022-04-04iio: temperature: ltc2983: Make use of device propertiesAndy Shevchenko
2022-04-04iio: temperature: ltc2983: Use single error path to put OF nodeAndy Shevchenko
2022-04-04iio: temperature: ltc2983: Don't hard code defined constants in messagesAndy Shevchenko
2022-04-04iio: dummy: iio_simple_dummy: check the return value of kstrdup()Xiaoke Wang
2022-04-04iio: multiplexer: Make use of device propertiesAndy Shevchenko
2022-04-04iio: dac: ltc2688: Use temporary variable for struct deviceAndy Shevchenko
2022-04-04iio: accel: add support for LIS302DL variantSicelo A. Mhlongo
2022-04-04iio: accel: Remove unused enum in st_accelSicelo A. Mhlongo
2022-04-04iio: core: fix a few code style issuesAlexander Vorwerk
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