summaryrefslogtreecommitdiff
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad7192: handle regulator voltage error firstAlexandru Ardelean2021-06-031-7/+4
* iio: adc: ad7192: Avoid disabling a clock that was never enabled.Jonathan Cameron2021-06-031-2/+6
* iio: adc: ad7793: Add missing error code in ad7793_setup()YueHaibing2021-06-031-0/+1
* iio: adc: ad7923: Fix undersized rx buffer.Jonathan Cameron2021-06-031-1/+3
* iio: adc: ad7124: Fix potential overflow due to non sequential channel numbersJonathan Cameron2021-06-031-0/+7
* iio: adc: ad7124: Fix missbalanced regulator enable / disable on error.Jonathan Cameron2021-06-031-16/+13
* iio: adc: ad7768-1: Fix too small buffer passed to iio_push_to_buffers_with_t...Jonathan Cameron2021-06-031-2/+6
* iio: dac: ad5770r: Put fwnode in error case during ->probe()Andy Shevchenko2021-06-031-5/+11
* iio: gyro: fxas21002c: balance runtime power in error pathRui Miguel Silva2021-06-031-0/+2
* iio: tsl2583: Fix division by a zero lux_valColin Ian King2021-05-191-0/+8
* iio: gyro: mpu3050: Fix reported temperature valueDmitry Osipenko2021-05-191-2/+11
* iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean2021-05-199-10/+1
* iio: proximity: pulsedlight: Fix rumtime PM imbalance on errorDinghao Liu2021-05-191-0/+1
* iio: light: gp2ap002: Fix rumtime PM imbalance on errorDinghao Liu2021-05-191-2/+3
* iio: adc: Kconfig: make AD9467 depend on ADI_AXI_ADC symbolAlexandru Ardelean2021-05-141-1/+1
* iio:adc:ad7476: Fix remove handlingJonathan Cameron2021-05-141-14/+4
* iio:accel:adis16201: Fix wrong axis assignment that prevents loadingJonathan Cameron2021-05-141-1/+1
* iio: inv_mpu6050: Fully validate gyro and accel scale writesLars-Peter Clausen2021-05-141-6/+14
* iio: hid-sensor-temperature: Fix issues of timestamp channelYe Xiang2021-03-251-6/+8
* iio: hid-sensor-prox: Fix scale not correct issueYe Xiang2021-03-251-2/+11
* iio: hid-sensor-humidity: Fix alignment issue of timestamp channelYe Xiang2021-03-251-5/+7
* iio: adc: adi-axi-adc: add proper Kconfig dependenciesAlexandru Ardelean2021-03-251-0/+2
* iio: adc: ad7949: fix wrong ADC result due to incorrect bit maskWilfried Wessner2021-03-251-1/+1
* iio: adc: ab8500-gpadc: Fix off by 10 to 3Linus Walleij2021-03-251-1/+1
* iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handlerDinghao Liu2021-03-251-0/+2
* iio: adis16400: Fix an error code in adis16400_initial_setup()Dan Carpenter2021-03-251-2/+1
* iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channelJonathan Albrieux2021-03-251-1/+1
* iio:adc:stm32-adc: Add HAS_IOMEM dependencyJonathan Cameron2021-03-251-0/+1
* iio: adc: ti_am335x_adc: remove omitted iio_kfifo_free()Alexandru Ardelean2021-01-271-5/+1
* drivers: iio: temperature: Add delay after the addressed reset command in mlx...Slaveyko Slaveykov2021-01-271-0/+6
* iio: ad5504: Fix setting power-down stateLars-Peter Clausen2021-01-271-2/+2
* iio: common: st_sensors: fix possible infinite loop in st_sensors_irq_threadLorenzo Bianconi2021-01-271-14/+17
* iio:adc:ti-ads124s08: Fix alignment and data leak issues.Jonathan Cameron2020-12-301-3/+10
* iio:adc:ti-ads124s08: Fix buffer being too long.Jonathan Cameron2020-12-301-1/+1
* iio:imu:bmi160: Fix alignment and data leak issuesJonathan Cameron2020-12-302-4/+9
* iio:imu:bmi160: Fix too large a buffer.Jonathan Cameron2020-12-301-2/+2
* iio:pressure:mpl3115: Force alignment of bufferJonathan Cameron2020-12-301-1/+8
* iio:magnetometer:mag3110: Fix alignment and data leak issues.Jonathan Cameron2020-12-301-4/+9
* iio:light:st_uvis25: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-12-302-3/+10
* iio:light:rpr0521: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-12-301-4/+13
* iio: imu: st_lsm6dsx: fix edge-trigger interruptsLorenzo Bianconi2020-12-301-5/+21
* iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in ro...Qinglang Miao2020-12-301-1/+1
* iio: buffer: Fix demux updateNuno Sá2020-12-301-3/+3
* iio: ad_sigma_delta: Don't put SPI transfer buffer on the stackLars-Peter Clausen2020-12-301-10/+8
* iio: hrtimer-trigger: Mark hrtimer to expire in hard interrupt contextLars-Peter Clausen2020-12-301-2/+2
* iio: adc: at91_adc: add Kconfig dep on the OF symbol and remove of_match_ptr()Alexandru Ardelean2020-12-302-2/+2
* iio: accel: kxcjk1013: Add support for KIOX010A ACPI DSM for setting tablet-modeHans de Goede2020-11-141-0/+36
* iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type enumHans de Goede2020-11-141-5/+10
* iio: light: fix kconfig dependency bug for VCNL4035Necip Fazil Yildiran2020-11-081-0/+1
* iio/adc: ingenic: Fix AUX/VBAT readings when touchscreen is usedPaul Cercueil2020-11-081-6/+26