summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2023-05-11iio: light: max44009: add missing OF device matchingKrzysztof Kozlowski1-6/+7
2023-05-11iio: addac: stx104: Fix race condition for stx104_write_raw()William Breathitt Gray1-0/+8
2023-05-11iio: addac: stx104: Fix race condition when converting analog-to-digitalWilliam Breathitt Gray1-0/+4
2023-05-11iio: adc: palmas_gpadc: fix NULL dereference on rmmodPatrik Dahlström1-1/+1
2023-04-26iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()Dan Carpenter1-1/+1
2023-04-26iio: light: tsl2772: fix reading proximity-diodes from device treeBrian Masney1-0/+1
2023-04-26iio: dac: ad5755: Add missing fwnode_handle_put()Liang He1-0/+1
2023-04-13iio: adc: ad7791: fix IRQ flagsNuno Sá1-1/+1
2023-04-13iio: light: cm32181: Unregister second I2C client if presentKai-Heng Feng1-0/+12
2023-04-13iio: buffer: make sure O_NONBLOCK is respectedNuno Sá1-8/+11
2023-04-13iio: buffer: correctly return bytes written in output buffersNuno Sá1-1/+1
2023-04-13iio: dac: cio-dac: Fix max DAC write value check for 12-bitWilliam Breathitt Gray1-2/+2
2023-04-13iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-04-13iio: adc: qcom-spmi-adc5: Fix the channel nameAndy Shevchenko1-1/+9
2023-04-13iio: adis16480: select CONFIG_CRC32Arnd Bergmann1-0/+1
2023-04-13drivers: iio: adc: ltc2497: fix LSB shiftIan Ray1-4/+2
2023-03-11iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_conf...Harshit Mogalapalli1-1/+4
2023-03-11iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_stat...Harshit Mogalapalli1-1/+4
2023-03-10iio: light: tsl2563: Do not hardcode interrupt trigger typeFerry Toth1-1/+7
2023-02-09iio:adc:twl6030: Enable measurement of VACAndreas Kemnade1-1/+1
2023-02-09iio: imu: fxos8700: fix MAGN sensor scale and unitCarlos Song1-3/+3
2023-02-09iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MINCarlos Song1-1/+0
2023-02-09iio: imu: fxos8700: fix failed initialization ODR mode assignmentCarlos Song1-2/+4
2023-02-09iio: imu: fxos8700: fix incorrect ODR mode readbackCarlos Song1-6/+6
2023-02-09iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readbackCarlos Song1-2/+15
2023-02-09iio: imu: fxos8700: fix map label of channel type to MAGN sensorCarlos Song1-1/+1
2023-02-09iio: imu: fxos8700: fix IMU data bits returned to user spaceCarlos Song1-1/+27
2023-02-09iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readbackCarlos Song1-1/+1
2023-02-09iio: imu: fxos8700: fix ACCEL measurement range selectionCarlos Song1-7/+34
2023-02-09iio: light: cm32181: Fix PM support on system with 2 I2C resourcesKai-Heng Feng1-4/+5
2023-02-09iio:adc:twl6030: Enable measurements of VUSB, VBAT and othersAndreas Kemnade1-0/+32
2023-02-09iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()Frank Li1-2/+9
2023-02-09iio: adc: berlin2-adc: Add missing of_node_put() in error pathXiongfeng Wang1-1/+3
2023-02-09iio: adc: xilinx-ams: fix devm_krealloc() return value checkMarco Pagani1-1/+1
2023-02-09iio: hid: fix the retval in gyro_3d_capture_sampleDmitry Perchanov1-0/+1
2023-02-09iio: hid: fix the retval in accel_3d_capture_sampleDmitry Perchanov1-0/+1
2023-02-09iio: adc: stm32-dfsdm: fill module aliasesOlivier Moysan1-0/+1
2022-12-31iio: addac: ad74413r: fix integer promotion bug in ad74413_get_input_current_...Rasmus Villemoes1-1/+1
2022-12-31iio: adc128s052: add proper .data members in adc128_of_match tableRasmus Villemoes1-7/+7
2022-12-31iio: adc: ad_sigma_delta: do not use internal iio_dev lockNuno Sá1-4/+4
2022-12-31iio: fix memory leak in iio_device_register_eventset()Zeng Heng1-1/+3
2022-12-31iio: adis: add '__adis_enable_irq()' implementationRamona Bolboaca1-18/+10
2022-12-31iio: temperature: ltc2983: make bulk write buffer DMA-safeCosmin Tanislav1-5/+5
2022-11-14iio: adc: aspeed: Remove the trim valid dts property.Billy Tsai1-6/+5
2022-11-12iio: core: Fix entry not deleted when iio_register_sw_trigger_type() failsChen Zhongjin1-1/+5
2022-11-12iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()Dong Chenchen1-1/+3
2022-11-12iio: light: rpr0521: add missing Kconfig dependenciesPaul Gazzillo1-0/+2
2022-11-12iio: health: afe4404: Fix oob read in afe4404_[read|write]_rawWei Yongjun1-5/+7
2022-11-12iio: health: afe4403: Fix oob read in afe4403_read_rawWei Yongjun1-2/+3
2022-11-06iio: light: apds9960: fix wrong register for gesture gainAlejandro Concepción Rodríguez1-6/+6