summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: imu: inv_icm42600: Fix I2C init possible nackFawzi Khaber2022-04-161-6/+9
* iio: dac: ltc2688: fix voltage scale readNuno Sá2022-04-161-1/+1
* iio:dac:ad3552r: Fix an IS_ERR() vs NULL checkDan Carpenter2022-04-101-2/+2
* iio: sx9324: Fix default precharge internal resistance registerGwendal Grignou2022-04-101-2/+4
* iio: dac: ad5446: Fix read_raw not returning set valueMichael Hennerich2022-04-101-1/+1
* iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()Zheyu Ma2022-04-101-0/+1
* iio:proximity:sx9324: Fix hardware gain read/writeStephen Boyd2022-04-041-5/+21
* iio:proximity:sx_common: Fix device property parsing on DT systemsStephen Boyd2022-04-041-0/+1
* iio: adc: ad7280a: Fix wrong variable used when setting thresholds.Jonathan Cameron2022-04-041-6/+6
* iio:filter:admv8818: select REGMAP_SPI for ADMV8818Wang ShaoBo2022-04-041-0/+1
* iio: dac: ad5592r: Fix the missing return value.Zizhuang Deng2022-04-041-1/+1
* iio: dac: dac5571: Fix chip id detection for OF devicesJose Cazarin2022-04-041-10/+18
* iio:imu:bmi160: disable regulator in error pathTong Zhang2022-04-041-6/+14
* iio: scd4x: check return of scd4x_write_and_fetchTom Rix2022-04-041-1/+4
* iio: dac: ad3552r: fix signedness bug in ad3552r_reset()Dan Carpenter2022-04-041-1/+1
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-28259-1779/+10946
|\
| * Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-03-18259-1779/+10946
| |\
| | * iio: adc: xilinx-ams: Fix single channel switching sequenceRobert Hancock2022-03-021-2/+8
| | * iio: adc: xilinx-ams: Fixed wrong sequencer register settingsRobert Hancock2022-03-021-2/+2
| | * iio: adc: xilinx-ams: Fixed missing PS channelsRobert Hancock2022-03-021-0/+1
| | * iio: accel: mma8452: use the correct logic to get mma8452_dataHaibo Chen2022-03-021-2/+2
| | * iio: adc: aspeed: Add divider flag to fix incorrect voltage reading.Billy Tsai2022-03-021-1/+3
| | * iio: imu: st_lsm6dsx: use dev_to_iio_dev() to get iio_dev structHaibo Chen2022-03-021-2/+2
| | * iio: dac: add support for ltc2688Nuno Sá2022-03-013-0/+1083
| | * iio: afe: rescale: add temperature transducersLiam Beguin2022-02-281-0/+32
| | * iio: afe: rescale: add RTD temperature sensor supportLiam Beguin2022-02-281-0/+48
| | * iio: test: add basic tests for the iio-rescale driverLiam Beguin2022-02-283-0/+721
| | * iio: afe: rescale: reduce risk of integer overflowLiam Beguin2022-02-271-5/+18
| | * iio: afe: rescale: fix accuracy for small fractional scalesLiam Beguin2022-02-271-3/+17
| | * iio: afe: rescale: add offset supportLiam Beguin2022-02-271-0/+81
| | * iio: afe: rescale: add INT_PLUS_{MICRO,NANO} supportLiam Beguin2022-02-271-0/+34
| | * iio: afe: rescale: expose scale processing functionLiam Beguin2022-02-271-37/+28
| | * iio: frequency: admv4420.c: Add support for ADMV4420Cristian Pop2022-02-273-0/+409
| | * iio: amplifiers: ada4250: add support for ADA4250Antoniu Miclaus2022-02-273-0/+415
| | * iio: accel: adxl345: Remove unneeded blank linesAndy Shevchenko2022-02-262-6/+0
| | * iio: accel: adxl345: Drop comma in terminator entriesAndy Shevchenko2022-02-263-3/+3
| | * iio: accel: adxl345: Extract adxl345_powerup() helperAndy Shevchenko2022-02-261-2/+6
| | * iio: accel: adxl345: Add ACPI HID tableKai-Heng Feng2022-02-262-0/+14
| | * iio: accel: adxl345: Make use of device propertiesAndy Shevchenko2022-02-264-11/+9
| | * iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()Andy Shevchenko2022-02-264-7/+16
| | * iio: accel: adxl345: Set driver_data for OF enumerationAndy Shevchenko2022-02-263-6/+6
| | * iio: accel: adxl345: Convert to use dev_err_probe()Andy Shevchenko2022-02-263-32/+16
| | * iio: adc: Add check for devm_request_threaded_irqJiasheng Jiang2022-02-261-0/+2
| | * iio: potentiometer: ds1803: Add support for Maxim DS3502Jagath Jog J2022-02-262-4/+39
| | * iio: potentiometer: ds1803: Add device specific read_raw functionJagath Jog J2022-02-261-5/+22
| | * iio: potentiometer: ds1803: Change to firmware provided dataJagath Jog J2022-02-261-1/+4
| | * iio: potentiometer: ds1803: Add channel information in device dataJagath Jog J2022-02-261-8/+22
| | * iio: potentiometer: ds1803: Add available functionalityJagath Jog J2022-02-261-16/+45
| | * iio: potentiometer: ds1803: Alignment to match the open parenthesisJagath Jog J2022-02-261-7/+6
| | * iio: accel: adxl367: Fix handled initialization in adxl367_irq_handler()Nathan Chancellor2022-02-261-1/+1