summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2022-08-21iio: accel: bma400: Reordering of header filesJagath Jog J1-2/+2
2022-08-21iio: accel: bma400: Fix the scale min and max macro valuesJagath Jog J1-2/+21
2022-08-21iio: light: isl29028: Fix the warning in isl29028_remove()Zheyu Ma1-1/+1
2022-06-29iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_clientMiaoqian Lin1-0/+3
2022-06-29iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+8
2022-06-29iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs messageYannick Brosseau1-10/+0
2022-06-29iio: adc: stm32: Fix ADCs iteration in irq handlerYannick Brosseau1-1/+6
2022-06-29iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value)Jean-Baptiste Maneyrol2-1/+2
2022-06-29iio: adc: stm32: fix maximum clock rate for stm32mp15xOlivier Moysan1-1/+1
2022-06-29iio: trigger: sysfs: fix use-after-free on removeVincent Whitchurch1-0/+1
2022-06-29iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()Zheyu Ma1-0/+1
2022-06-29iio: accel: mma8452: ignore the return value of reset operationHaibo Chen1-3/+7
2022-06-29iio:accel:mxc4005: rearrange iio trigger get and registerDmitry Rokosov1-2/+2
2022-06-29iio:accel:bma180: rearrange iio trigger get and registerDmitry Rokosov1-1/+2
2022-06-29iio:chemical:ccs811: rearrange iio trigger get and registerDmitry Rokosov1-2/+2
2022-06-29iio: mma8452: fix probe fail when device tree compatible is used.Haibo Chen1-5/+7
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:imu:bmi160: disable regulator in error pathTong Zhang1-6/+14
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: 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: afe: rescale: use s64 for temporary scale calculationsLiam Beguin1-4/+4
2022-03-02iio: Fix error handling for PMMiaoqian Lin7-8/+27
2022-03-02iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshotLorenzo Bianconi1-1/+5
2022-03-02iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bitsCosmin Tanislav1-1/+1
2022-03-02iio: adc: men_z188_adc: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+8
2022-01-27iio: adc: ti-adc081c: Partial revert of removal of ACPI IDsJonathan Cameron1-5/+17
2021-12-14iio: accel: kxcjk-1013: Fix possible memory leak in probe and removeYang Yingliang1-3/+2
2021-12-14iio: ad7768-1: Call iio_trigger_notify_done() on errorLars-Peter Clausen1-1/+1
2021-12-14iio: adc: axp20x_adc: fix charging current reporting on AXP22xEvgeny Boger1-15/+3
2021-12-14iio: adc: stm32: fix a current leak by resetting pcsel before disabling vddaFabrice Gasnier1-0/+1
2021-12-14iio: at91-sama5d2: Fix incorrect sign extensionGwendal Grignou1-1/+2
2021-12-14iio: dln2: Check return value of devm_iio_trigger_register()Lars-Peter Clausen1-1/+5
2021-12-14iio: dln2-adc: Fix lockdep complaintNoralf Trønnes1-8/+7
2021-12-14iio: itg3200: Call iio_trigger_notify_done() on errorLars-Peter Clausen1-1/+1
2021-12-14iio: kxsd9: Don't return error code in trigger handlerLars-Peter Clausen1-3/+3
2021-12-14iio: ltr501: Don't return error code in trigger handlerLars-Peter Clausen1-1/+1
2021-12-14iio: mma8452: Fix trigger reference coutingLars-Peter Clausen1-1/+1