summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-14iio: stk3310: Don't return error code in interrupt handlerLars-Peter Clausen1-3/+3
2021-12-14iio: trigger: stm32-timer: fix MODULE_ALIASAlyssa Ross1-1/+1
2021-12-14iio: trigger: Fix reference countingLars-Peter Clausen1-1/+0
2021-12-14iio: gyro: adxrs290: fix data signednessKister Genesis Jimenez1-2/+3
2021-11-26iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr()Teng Qi1-2/+4
2021-11-18iio: adis: do not disabe IRQs in 'adis_init()'Nuno Sá1-1/+3
2021-11-18iio: st_sensors: disable regulators after device unregistrationAlexandru Ardelean8-16/+16
2021-11-18iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko12-66/+130
2021-11-18iio: ad5770r: make devicetree property reading consistentNuno Sá1-1/+1
2021-11-18iio: dac: ad5446: Fix ad5622_write() return valuePekka Korpinen1-1/+8
2021-10-20iio: dac: ti-dac5571: fix an error code in probe()Dan Carpenter1-0/+1
2021-10-20iio: ssp_sensors: fix error code in ssp_print_mcu_debug()Dan Carpenter1-1/+1
2021-10-20iio: ssp_sensors: add more range checking in ssp_parse_dataframe()Dan Carpenter1-1/+8
2021-10-20iio: adc: max1027: Fix the number of max1X31 channelsMiquel Raynal1-1/+0
2021-10-20iio: light: opt3001: Fixed timeout error when 0 luxJiri Valek - 2N1-3/+3