summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
* iio: adc: ad7124: add sequencer supportAlexandru Tachici2022-04-041-9/+65
* iio: adc: ad_sigma_delta: Add sequencer supportLars-Peter Clausen2022-04-041-10/+133
* iio: adc: ad7192: Add update_scan_modeAlexandru Tachici2022-04-041-0/+22
* iio: adc: ad7124: Add update_scan_modeAlexandru Tachici2022-04-041-0/+21
* iio: adc: ad7124: Remove shift from scan_typeAlexandru Tachici2022-04-041-1/+0
* iio: imu: inv_mpu6050: Add support for ICM-20608-DMichael Srba2022-04-045-2/+24
* iio: temperature: ltc2983: Make use of device propertiesAndy Shevchenko2022-04-041-103/+106
* iio: temperature: ltc2983: Use single error path to put OF nodeAndy Shevchenko2022-04-041-10/+11
* iio: temperature: ltc2983: Don't hard code defined constants in messagesAndy Shevchenko2022-04-041-4/+4
* iio: dummy: iio_simple_dummy: check the return value of kstrdup()Xiaoke Wang2022-04-041-8/+12
* iio: multiplexer: Make use of device propertiesAndy Shevchenko2022-04-042-27/+23
* iio: dac: ltc2688: Use temporary variable for struct deviceAndy Shevchenko2022-04-041-10/+9
* iio: accel: add support for LIS302DL variantSicelo A. Mhlongo2022-04-044-0/+13
* iio: accel: Remove unused enum in st_accelSicelo A. Mhlongo2022-04-041-26/+0
* iio: core: fix a few code style issuesAlexander Vorwerk2022-04-042-4/+3
* 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