summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-241-0/+11
|\ \ \
| * | | iio: adc: qcom-vadc-common: add reverse scaling for PMIC5 Gen2 ADC_TMJishnu Prakash2022-05-191-0/+11
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki2022-05-234-11/+10
|\ \ \ \ | |_|/ / |/| | / | | |/
| * | iio: chemical: scd30: Move symbol exports into IIO_SCD30 namespaceJonathan Cameron2022-04-053-2/+4
| * | iio: chemical: scd30: Export dev_pm_ops instead of suspend() and resume()Jonathan Cameron2022-04-054-10/+7
| |/
* | 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