summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * iio: accel: adxl367: unlock on error in adxl367_buffer_predisable()Dan Carpenter2022-02-261-1/+1
| | * iio: adc: xilinx-ams: Use devm_delayed_work_autocancel() to simplify codeChristophe JAILLET2022-02-261-8/+3
| | * iio: frequency: admv1014: add support for ADMV1014Antoniu Miclaus2022-02-213-0/+834
| | * iio: accel: add ADXL367 driverCosmin Tanislav2022-02-216-0/+1895
| | * iio: introduce mag_referencedCosmin Tanislav2022-02-211-0/+1
| | * iio:adc:ad7280a: Move out of stagingJonathan Cameron2022-02-213-0/+1123
| | * iio:adc:stm32*: Use pm[_sleep]_ptr() etc to avoid need to make pm __maybe_unusedJonathan Cameron2022-02-215-34/+33
| | * iio:light:rpr0521: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-5/+2
| | * iio:chemical:atlas: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-5/+2
| | * iio:proximity:pulsedlight: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-5/+2
| | * iio:light:bh1780: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-9/+3
| | * iio:adc:rcar: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-4/+2
| | * iio:adc:stm32:Switch from CONFIG_PM guards to pm_ptr()Jonathan Cameron2022-02-212-19/+10
| | * iio:adc:ab8500: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-10/+4
| | * iio:temperature:mlx90614: Switch from CONFIG_PM* guards to pm_ptr() etcJonathan Cameron2022-02-181-8/+4