summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
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-15iio: adc: Add check for devm_request_threaded_irqJiasheng Jiang1-0/+2
2022-04-15iio: inkern: make a best effort on offset calculationLiam Beguin1-5/+27
2022-04-15iio: inkern: apply consumer scale when no channel scale is availableLiam Beguin1-3/+3
2022-04-15iio: inkern: apply consumer scale on IIO_VAL_INT casesLiam Beguin1-1/+1
2022-04-15iio: 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: 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
2021-12-22iio: adc: stm32: fix a current leak by resetting pcsel before disabling vddaFabrice Gasnier1-0/+1
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: 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-11-26iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr()Teng Qi1-2/+4
2021-11-17iio: 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: light: opt3001: Fixed timeout error when 0 luxJiri Valek - 2N1-3/+3
2021-10-20iio: mtk-auxadc: fix case IIO_CHAN_INFO_PROCESSEDHui Liu1-0/+8
2021-10-20iio: adc128s052: Fix the error handling path of 'adc128_probe()'Christophe JAILLET1-0/+6
2021-10-20iio: adc: aspeed: set driver data when adc probe.Billy Tsai1-0/+1
2021-09-22iio: dac: ad5624r: Fix incorrect handling of an optional regulator.Jonathan Cameron1-1/+17
2021-08-18iio: adc: Fix incorrect exit of for-loopColin Ian King1-2/+2
2021-08-18iio: humidity: hdc100x: Add margin to the conversion timeChris Lesiak1-2/+4
2021-08-18iio: adc: ti-ads7950: Ensure CS is deasserted after reading channelsUwe Kleine-König1-1/+0
2021-07-28iio: accel: bma180: Fix BMA25x bandwidth register valuesStephan Gerhold1-2/+5
2021-07-28iio: accel: bma180: Use explicit member assignmentLinus Walleij1-24/+44
2021-07-20iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-6/+4
2021-07-20iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get().Jonathan Cameron1-10/+1
2021-07-14iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron1-1/+1
2021-07-14iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron1-1/+2
2021-07-14iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timest...Jonathan Cameron1-1/+2
2021-07-14iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_tim...Jonathan Cameron1-1/+2
2021-07-14iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron1-1/+2
2021-07-14iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-2/+2
2021-07-14iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_time...Jonathan Cameron1-1/+2
2021-07-14iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-13/+17