summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2022-04-04iio: adc: ti-ads1015: Replace data_rate with chip data struct ads1015_dataMarek Vasut1-8/+10
2022-04-04iio: adc: ti-ads1015: Convert to OF match dataMarek Vasut1-55/+55
2022-04-04iio: adc: ti-ads1015: Add static assert to test if shifted realbits fit into ...Marek Vasut1-2/+24
2022-04-04iio: adc: ti-ads1015: Add TLA2024 supportMarek Vasut1-2/+51
2022-04-04iio: adc: ti-ads1015: Make channel event_spec optionalMarek Vasut1-22/+38
2022-04-04iio: adc: ti-ads1015: Deduplicate channel macrosMarek Vasut1-64/+22
2022-04-04iio: adc: ti-ads1015: Switch to static const writeable ranges tableMarek Vasut1-12/+9
2022-04-04iio: core: Print error and fail iio_device_register() in case sample bits do ...Marek Vasut1-0/+13
2022-04-04iio: accel: kxsd9-spi: changed leading spaces to tabsPaul Lemmermann1-2/+2
2022-04-04iio: accel: dmard09: fixed code styling issuesPaul Lemmermann1-1/+1
2022-04-04iio: sysfs-trigger: replace usage of found with dedicated list iterator variableJakob Koschel1-6/+5
2022-04-04iio: ssp_sensors: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2022-04-04iio: buffer: remove usage of list iterator variable for list_for_each_entry_c...Jakob Koschel1-2/+5
2022-04-04iio: palmas: shut up warning about calibration mismatch (due to noise)H. Nikolaus Schaller1-1/+2
2022-04-04iio: adc: ad7192: add sequencer supportAlexandru Tachici1-1/+41
2022-04-04iio: adc: ad7124: add sequencer supportAlexandru Tachici1-9/+65
2022-04-04iio: adc: ad_sigma_delta: Add sequencer supportLars-Peter Clausen1-10/+133
2022-04-04iio: adc: ad7192: Add update_scan_modeAlexandru Tachici1-0/+22
2022-04-04iio: adc: ad7124: Add update_scan_modeAlexandru Tachici1-0/+21
2022-04-04iio: adc: ad7124: Remove shift from scan_typeAlexandru Tachici1-1/+0
2022-04-04iio: imu: inv_mpu6050: Add support for ICM-20608-DMichael Srba5-2/+24
2022-04-04iio: temperature: ltc2983: Make use of device propertiesAndy Shevchenko1-103/+106
2022-04-04iio: temperature: ltc2983: Use single error path to put OF nodeAndy Shevchenko1-10/+11
2022-04-04iio: temperature: ltc2983: Don't hard code defined constants in messagesAndy Shevchenko1-4/+4
2022-04-04iio: dummy: iio_simple_dummy: check the return value of kstrdup()Xiaoke Wang1-8/+12
2022-04-04iio: multiplexer: Make use of device propertiesAndy Shevchenko2-27/+23
2022-04-04iio: dac: ltc2688: Use temporary variable for struct deviceAndy Shevchenko1-10/+9
2022-04-04iio: accel: add support for LIS302DL variantSicelo A. Mhlongo4-0/+13
2022-04-04iio: accel: Remove unused enum in st_accelSicelo A. Mhlongo1-26/+0
2022-04-04iio: core: fix a few code style issuesAlexander Vorwerk2-4/+3
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-22Merge 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-02iio: 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