summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: fxls8962af: fixup buffer scan element typeSean Nyekjaer2023-07-191-2/+1
* iio: accel: fxls8962af: errata bug only applicable for FXLS8962AFSean Nyekjaer2023-07-191-2/+3
* iio: adc: ad7192: Fix internal/external clock selectionFabrizio Lamarque2023-07-191-1/+1
* iio: adc: ad7192: Fix null ad7192_state pointer accessFabrizio Lamarque2023-07-191-3/+3
* iio: dac: build ad5758 driver when AD5758 is selectedLukas Bulwahn2023-06-091-1/+1
* iio: adc: stm32-adc: skip adc-diff-channels setup if none is presentSean Nyekjaer2023-06-091-10/+9
* iio: adc: ad7192: Change "shorted" channels to differentialPaul Cercueil2023-06-091-6/+2
* iio: addac: ad74413: fix resistance input processingRasmus Villemoes2023-06-091-1/+1
* iio: dac: mcp4725: Fix i2c_master_send() return value handlingMarek Vasut2023-06-091-2/+14
* iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flagMasahiro Honda2023-06-091-0/+4
* iio: adc: stm32-adc: skip adc-channels setup if none is presentSean Nyekjaer2023-06-091-19/+23
* iio: light: vcnl4035: fixed chip ID checkFrank Li2023-06-091-0/+3
* iio: imu: inv_icm42600: fix timestamp resetJean-Baptiste Maneyrol2023-06-091-5/+5
* iio: adc: mxs-lradc: fix the order of two cleanup operationsJiakai Luo2023-06-091-5/+5
* iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT m...Hans de Goede2023-06-091-2/+2
* iio: light: max44009: add missing OF device matchingKrzysztof Kozlowski2023-05-111-6/+7
* iio: addac: stx104: Fix race condition for stx104_write_raw()William Breathitt Gray2023-05-111-0/+8
* iio: addac: stx104: Fix race condition when converting analog-to-digitalWilliam Breathitt Gray2023-05-111-0/+4
* iio: adc: palmas_gpadc: fix NULL dereference on rmmodPatrik Dahlström2023-05-111-1/+1
* iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()Dan Carpenter2023-04-261-1/+1
* iio: light: tsl2772: fix reading proximity-diodes from device treeBrian Masney2023-04-261-0/+1
* iio: dac: ad5755: Add missing fwnode_handle_put()Liang He2023-04-261-0/+1
* iio: adc: ad7791: fix IRQ flagsNuno Sá2023-04-131-1/+1
* iio: light: cm32181: Unregister second I2C client if presentKai-Heng Feng2023-04-131-0/+12
* iio: buffer: make sure O_NONBLOCK is respectedNuno Sá2023-04-131-8/+11
* iio: buffer: correctly return bytes written in output buffersNuno Sá2023-04-131-1/+1
* iio: dac: cio-dac: Fix max DAC write value check for 12-bitWilliam Breathitt Gray2023-04-131-2/+2
* iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chipLars-Peter Clausen2023-04-131-0/+1
* iio: adc: qcom-spmi-adc5: Fix the channel nameAndy Shevchenko2023-04-131-1/+9
* iio: adis16480: select CONFIG_CRC32Arnd Bergmann2023-04-131-0/+1
* drivers: iio: adc: ltc2497: fix LSB shiftIan Ray2023-04-131-4/+2
* iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_conf...Harshit Mogalapalli2023-03-111-1/+4
* iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_stat...Harshit Mogalapalli2023-03-111-1/+4
* iio: light: tsl2563: Do not hardcode interrupt trigger typeFerry Toth2023-03-101-1/+7
* iio:adc:twl6030: Enable measurement of VACAndreas Kemnade2023-02-091-1/+1
* iio: imu: fxos8700: fix MAGN sensor scale and unitCarlos Song2023-02-091-3/+3
* iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MINCarlos Song2023-02-091-1/+0
* iio: imu: fxos8700: fix failed initialization ODR mode assignmentCarlos Song2023-02-091-2/+4
* iio: imu: fxos8700: fix incorrect ODR mode readbackCarlos Song2023-02-091-6/+6
* iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readbackCarlos Song2023-02-091-2/+15
* iio: imu: fxos8700: fix map label of channel type to MAGN sensorCarlos Song2023-02-091-1/+1
* iio: imu: fxos8700: fix IMU data bits returned to user spaceCarlos Song2023-02-091-1/+27
* iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readbackCarlos Song2023-02-091-1/+1
* iio: imu: fxos8700: fix ACCEL measurement range selectionCarlos Song2023-02-091-7/+34
* iio: light: cm32181: Fix PM support on system with 2 I2C resourcesKai-Heng Feng2023-02-091-4/+5
* iio:adc:twl6030: Enable measurements of VUSB, VBAT and othersAndreas Kemnade2023-02-091-0/+32
* iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()Frank Li2023-02-091-2/+9
* iio: adc: berlin2-adc: Add missing of_node_put() in error pathXiongfeng Wang2023-02-091-1/+3
* iio: adc: xilinx-ams: fix devm_krealloc() return value checkMarco Pagani2023-02-091-1/+1
* iio: hid: fix the retval in gyro_3d_capture_sampleDmitry Perchanov2023-02-091-0/+1