summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2022-10-26iio: inkern: only release the device node when done with itNuno Sá
2022-10-26iio: adc: at91-sama5d2_adc: lock around oversampling and sample freqClaudiu Beznea
2022-10-26iio: adc: at91-sama5d2_adc: check return status for pressure and touchClaudiu Beznea
2022-10-26iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAXClaudiu Beznea
2022-10-26iio: pressure: dps310: Reset chip after timeoutEddie James
2022-10-26iio: pressure: dps310: Refactor startup procedureEddie James
2022-10-26iio: dac: ad5593r: Fix i2c read protocol requirementsMichael Hennerich
2022-09-15iio: adc: mcp3911: use correct formula for AD conversionMarcus Folkesson
2022-09-15iio: adc: mcp3911: make use of the sign bitMarcus Folkesson
2022-08-25iio: light: isl29028: Fix the warning in isl29028_remove()Zheyu Ma
2022-06-29iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede
2022-06-29iio: adc: stm32: fix maximum clock rate for stm32mp15xOlivier Moysan
2022-06-29iio: trigger: sysfs: fix use-after-free on removeVincent Whitchurch
2022-06-29iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()Zheyu Ma
2022-06-29iio: accel: mma8452: ignore the return value of reset operationHaibo Chen
2022-06-29iio:accel:mxc4005: rearrange iio trigger get and registerDmitry Rokosov
2022-06-29iio:accel:bma180: rearrange iio trigger get and registerDmitry Rokosov
2022-06-29iio:chemical:ccs811: rearrange iio trigger get and registerDmitry Rokosov
2022-06-14iio: st_sensors: Add a local lock for protecting odrMiquel Raynal
2022-06-14iio: dummy: iio_simple_dummy: check the return value of kstrdup()Xiaoke Wang
2022-06-14iio: adc: sc27xx: Fine tune the scale calibration valuesCixi Geng
2022-06-14iio: adc: sc27xx: fix read big scale voltage not rightCixi Geng
2022-06-14iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value checkMiaoqian Lin
2022-06-14iio: adc: ad7124: Remove shift from scan_typeAlexandru Tachici
2022-05-09iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()Zheyu Ma
2022-05-09iio: dac: ad5446: Fix read_raw not returning set valueMichael Hennerich
2022-05-09iio: dac: ad5592r: Fix the missing return value.Zizhuang Deng
2022-04-15iio: adc: Add check for devm_request_threaded_irqJiasheng Jiang
2022-04-15iio: inkern: make a best effort on offset calculationLiam Beguin
2022-04-15iio: inkern: apply consumer scale when no channel scale is availableLiam Beguin
2022-04-15iio: inkern: apply consumer scale on IIO_VAL_INT casesLiam Beguin
2022-04-15iio: afe: rescale: use s64 for temporary scale calculationsLiam Beguin
2022-03-02iio: Fix error handling for PMMiaoqian Lin
2022-03-02iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bitsCosmin Tanislav
2022-03-02iio: adc: men_z188_adc: Fix a resource leak in an error handling pathChristophe JAILLET
2021-12-22iio: adc: stm32: fix a current leak by resetting pcsel before disabling vddaFabrice Gasnier
2021-12-14iio: accel: kxcjk-1013: Fix possible memory leak in probe and removeYang Yingliang
2021-12-14iio: ad7768-1: Call iio_trigger_notify_done() on errorLars-Peter Clausen
2021-12-14iio: adc: axp20x_adc: fix charging current reporting on AXP22xEvgeny Boger
2021-12-14iio: at91-sama5d2: Fix incorrect sign extensionGwendal Grignou
2021-12-14iio: dln2: Check return value of devm_iio_trigger_register()Lars-Peter Clausen
2021-12-14iio: dln2-adc: Fix lockdep complaintNoralf Trønnes
2021-12-14iio: itg3200: Call iio_trigger_notify_done() on errorLars-Peter Clausen
2021-12-14iio: kxsd9: Don't return error code in trigger handlerLars-Peter Clausen
2021-12-14iio: ltr501: Don't return error code in trigger handlerLars-Peter Clausen
2021-12-14iio: mma8452: Fix trigger reference coutingLars-Peter Clausen
2021-12-14iio: stk3310: Don't return error code in interrupt handlerLars-Peter Clausen
2021-12-14iio: trigger: stm32-timer: fix MODULE_ALIASAlyssa Ross
2021-12-14iio: trigger: Fix reference countingLars-Peter Clausen
2021-11-26iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr()Teng Qi