summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2022-06-14iio: st_sensors: Add a local lock for protecting odrMiquel Raynal1-6/+18
2022-06-14iio: dummy: iio_simple_dummy: check the return value of kstrdup()Xiaoke Wang1-8/+12
2022-06-14iio: adc: sc27xx: Fine tune the scale calibration valuesCixi Geng1-8/+8
2022-06-14iio: adc: sc27xx: fix read big scale voltage not rightCixi Geng1-2/+2
2022-06-14iio: proximity: vl53l0x: Fix return value check of wait_for_completion_timeoutMiaoqian Lin1-4/+3
2022-06-14iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value checkMiaoqian Lin1-4/+4
2022-06-14iio: adc: ad7124: Remove shift from scan_typeAlexandru Tachici1-1/+0
2022-05-09iio:dac:ad3552r: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2022-05-09iio:filter:admv8818: select REGMAP_SPI for ADMV8818Wang ShaoBo1-0/+1
2022-05-09iio:imu:bmi160: disable regulator in error pathTong Zhang1-6/+14
2022-05-09iio: dac: ad3552r: fix signedness bug in ad3552r_reset()Dan Carpenter1-1/+1
2022-05-09iio: imu: inv_icm42600: Fix I2C init possible nackFawzi Khaber1-6/+9
2022-05-09iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()Zheyu Ma1-0/+1
2022-05-09iio: dac: ad5446: Fix read_raw not returning set valueMichael Hennerich1-1/+1
2022-05-09iio: scd4x: check return of scd4x_write_and_fetchTom Rix1-1/+4
2022-05-09iio: dac: ad5592r: Fix the missing return value.Zizhuang Deng1-1/+1
2022-04-08iio: adc: Add check for devm_request_threaded_irqJiasheng Jiang1-0/+2
2022-04-08iio: mma8452: Fix probe failing when an i2c_device_id is usedHans de Goede1-11/+18
2022-04-08iio: inkern: make a best effort on offset calculationLiam Beguin1-5/+27
2022-04-08iio: inkern: apply consumer scale when no channel scale is availableLiam Beguin1-3/+3
2022-04-08iio: inkern: apply consumer scale on IIO_VAL_INT casesLiam Beguin1-1/+1
2022-04-08iio: adc: xilinx-ams: Fixed wrong sequencer register settingsRobert Hancock1-2/+2
2022-04-08iio: adc: xilinx-ams: Fixed missing PS channelsRobert Hancock1-0/+1
2022-04-08iio: afe: rescale: use s64 for temporary scale calculationsLiam Beguin1-4/+4
2022-04-08iio: imu: st_lsm6dsx: use dev_to_iio_dev() to get iio_dev structHaibo Chen1-2/+2
2022-04-08iio: adc: aspeed: Add divider flag to fix incorrect voltage reading.Billy Tsai1-1/+3
2022-04-08iio: accel: mma8452: use the correct logic to get mma8452_dataHaibo Chen1-2/+2
2022-04-08iio: adc: xilinx-ams: Fix single channel switching sequenceRobert Hancock1-2/+8
2022-02-21Merge tag 'iio-fixes-for-5.17a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman18-29/+72
2022-02-11iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTLMathias Krause1-3/+11
2022-02-07iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshotLorenzo Bianconi1-1/+5
2022-01-30iio: Fix error handling for PMMiaoqian Lin7-8/+27
2022-01-30iio: addac: ad74413r: correct comparator gpio getters mask usageCosmin Tanislav1-4/+2
2022-01-30iio: addac: ad74413r: use ngpio size when iterating over maskCosmin Tanislav1-2/+2
2022-01-30iio: addac: ad74413r: Do not reference negative array offsetsKees Cook1-3/+4
2022-01-30iio: adc: men_z188_adc: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+8
2022-01-30iio: frequency: admv1013: remove the always true conditionMuhammad Usama Anjum1-1/+1
2022-01-23iio: accel: fxls8962af: add padding to regmap for SPISean Nyekjaer4-5/+14
2022-01-23iio:imu:adis16480: fix buffering for devices with no burst modeNuno Sá1-1/+6
2022-01-23iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bitsCosmin Tanislav1-1/+1
2022-01-23iio: adc: tsc2046: fix memory corruption by preventing array overflowOleksij Rempel1-2/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+1
2022-01-18Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-11/+4
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-1/+1
2022-01-12iio: pressure: bmp280: Use new PM macrosPaul Cercueil3-11/+4
2021-12-28iio: chemical: sunrise_co2: set val parameter only on successTom Rix1-2/+2
2021-12-23iio: frequency: admv1013: add support for ADMV1013Antoniu Miclaus3-0/+667
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman103-347/+6400
2021-12-21iio: adc: ti-adc081c: Partial revert of removal of ACPI IDsJonathan Cameron1-5/+17
2021-12-21iio:addac:ad74413r: Fix uninitialized ret in a path that won't be hit.Jonathan Cameron1-1/+1