summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad_sigma_delta: do not use internal iio_dev lockNuno Sá2023-01-181-4/+4
* iio: light: rpr0521: add missing Kconfig dependenciesPaul Gazzillo2022-12-081-0/+2
* iio: health: afe4404: Fix oob read in afe4404_[read|write]_rawWei Yongjun2022-12-081-5/+7
* iio: health: afe4403: Fix oob read in afe4403_read_rawWei Yongjun2022-12-081-2/+3
* iio: pressure: ms5611: fixed value compensation bugMitja Spes2022-12-082-32/+31
* iio: ms5611: Simplify IO callback parametersLars-Peter Clausen2022-12-084-24/+17
* iio: core: Fix entry not deleted when iio_register_sw_trigger_type() failsChen Zhongjin2022-12-081-1/+5
* iio: light: apds9960: fix wrong register for gesture gainAlejandro Concepción Rodríguez2022-12-081-6/+6
* iio: pressure: ms5611: changed hardcoded SPI speed to value limitedMitja Spes2022-11-251-1/+1
* iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()Yang Yingliang2022-11-251-1/+5
* iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()Yang Yingliang2022-11-251-1/+3
* iio: light: tsl2583: Fix module unloadingShreeya Patel2022-11-031-1/+1
* iio: inkern: only release the device node when done with itNuno Sá2022-10-261-2/+4
* iio: adc: at91-sama5d2_adc: check return status for pressure and touchClaudiu Beznea2022-10-261-2/+6
* iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAXClaudiu Beznea2022-10-261-1/+1
* iio: dac: ad5593r: Fix i2c read protocol requirementsMichael Hennerich2022-10-261-19/+27
* iio: light: isl29028: Fix the warning in isl29028_remove()Zheyu Ma2022-08-251-1/+1
* iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede2022-07-021-0/+8
* iio: trigger: sysfs: fix use-after-free on removeVincent Whitchurch2022-07-021-0/+1
* iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()Zheyu Ma2022-07-021-0/+1
* iio: accel: mma8452: ignore the return value of reset operationHaibo Chen2022-07-021-3/+7
* iio:accel:bma180: rearrange iio trigger get and registerDmitry Rokosov2022-07-021-1/+2
* iio:chemical:ccs811: rearrange iio trigger get and registerDmitry Rokosov2022-07-021-2/+2
* iio: dummy: iio_simple_dummy: check the return value of kstrdup()Xiaoke Wang2022-06-141-8/+12
* iio: adc: sc27xx: fix read big scale voltage not rightCixi Geng2022-06-141-2/+2
* iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()Zheyu Ma2022-05-121-0/+1
* iio: dac: ad5446: Fix read_raw not returning set valueMichael Hennerich2022-05-121-1/+1
* iio: dac: ad5592r: Fix the missing return value.Zizhuang Deng2022-05-121-1/+1
* iio: adc: Add check for devm_request_threaded_irqJiasheng Jiang2022-04-151-0/+2
* iio: inkern: make a best effort on offset calculationLiam Beguin2022-04-151-5/+27
* iio: inkern: apply consumer scale when no channel scale is availableLiam Beguin2022-04-151-3/+3
* iio: inkern: apply consumer scale on IIO_VAL_INT casesLiam Beguin2022-04-151-1/+1
* iio: afe: rescale: use s64 for temporary scale calculationsLiam Beguin2022-04-151-4/+4
* iio: adc: men_z188_adc: Fix a resource leak in an error handling pathChristophe JAILLET2022-03-021-1/+8
* iio: accel: kxcjk-1013: Fix possible memory leak in probe and removeYang Yingliang2021-12-141-3/+2
* iio: adc: axp20x_adc: fix charging current reporting on AXP22xEvgeny Boger2021-12-141-15/+3
* iio: at91-sama5d2: Fix incorrect sign extensionGwendal Grignou2021-12-141-1/+2
* iio: dln2: Check return value of devm_iio_trigger_register()Lars-Peter Clausen2021-12-141-1/+5
* iio: dln2-adc: Fix lockdep complaintNoralf Trønnes2021-12-141-8/+7
* iio: itg3200: Call iio_trigger_notify_done() on errorLars-Peter Clausen2021-12-141-1/+1
* iio: kxsd9: Don't return error code in trigger handlerLars-Peter Clausen2021-12-141-3/+3
* iio: ltr501: Don't return error code in trigger handlerLars-Peter Clausen2021-12-141-1/+1
* iio: mma8452: Fix trigger reference coutingLars-Peter Clausen2021-12-141-1/+1
* iio: stk3310: Don't return error code in interrupt handlerLars-Peter Clausen2021-12-141-3/+3
* iio: trigger: stm32-timer: fix MODULE_ALIASAlyssa Ross2021-12-141-1/+1
* iio: trigger: Fix reference countingLars-Peter Clausen2021-12-141-1/+0
* iio: dac: ad5446: Fix ad5622_write() return valuePekka Korpinen2021-11-261-1/+8
* iio: dac: ti-dac5571: fix an error code in probe()Dan Carpenter2021-10-201-0/+1
* iio: ssp_sensors: fix error code in ssp_print_mcu_debug()Dan Carpenter2021-10-201-1/+1
* iio: ssp_sensors: add more range checking in ssp_parse_dataframe()Dan Carpenter2021-10-201-1/+8