summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: exynos-adc: request second interupt only when touchscreen mode is usedMarek Szyprowski2023-11-081-10/+14
* iio: pressure: ms5611: ms5611_prom_is_valid false negative bugAlexander Zangerl2023-10-251-1/+1
* iio: pressure: dps310: Adjust Timeout SettingsLakshmi Yadlapati2023-10-251-4/+4
* iio: pressure: bmp280: Fix NULL pointer exceptionPhil Elwell2023-10-251-1/+1
* iio: addac: stx104: Fix race condition when converting analog-to-digitalWilliam Breathitt Gray2023-08-301-0/+4
* iio: addac: stx104: Fix race condition for stx104_write_raw()William Breathitt Gray2023-08-301-0/+8
* iio: stx104: Move to addac subdirectoryWilliam Breathitt Gray2023-08-305-17/+17
* iio: adc: stx104: Implement and utilize register structuresWilliam Breathitt Gray2023-08-301-24/+50
* iio: adc: stx104: Utilize iomap interfaceWilliam Breathitt Gray2023-08-301-27/+29
* iio: add addac subdirectoryCosmin Tanislav2023-08-304-0/+16
* iio: cros_ec: Fix the allocation size for cros_ec_commandYiyuan Guo2023-08-161-1/+1
* meson saradc: fix clock divider mask lengthGeorge Stark2023-07-271-1/+1
* iio: dac: build ad5758 driver when AD5758 is selectedLukas Bulwahn2023-06-091-1/+1
* iio: dac: mcp4725: Fix i2c_master_send() return value handlingMarek Vasut2023-06-091-2/+14
* iio: light: vcnl4035: fixed chip ID checkFrank Li2023-06-091-0/+3
* iio: adc: mxs-lradc: fix the order of two cleanup operationsJiakai Luo2023-06-091-5/+5
* iio: light: max44009: add missing OF device matchingKrzysztof Kozlowski2023-05-171-6/+7
* iio: adc: palmas_gpadc: fix NULL dereference on rmmodPatrik Dahlström2023-05-171-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: cio-dac: Fix max DAC write value check for 12-bitWilliam Breathitt Gray2023-04-201-2/+2
* iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chipLars-Peter Clausen2023-04-201-0/+1
* 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:adc:twl6030: Enable measurement of VACAndreas Kemnade2023-02-221-1/+1
* iio:adc:twl6030: Enable measurements of VUSB, VBAT and othersAndreas Kemnade2023-02-221-0/+32
* iio: adc: berlin2-adc: Add missing of_node_put() in error pathXiongfeng Wang2023-02-221-1/+3
* iio: hid: fix the retval in accel_3d_capture_sampleDmitry Perchanov2023-02-221-0/+1
* iio: adc: stm32-dfsdm: fill module aliasesOlivier Moysan2023-02-221-0/+1
* iio: adc128s052: add proper .data members in adc128_of_match tableRasmus Villemoes2023-01-181-7/+7
* 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: lock around oversampling and sample freqClaudiu Beznea2022-10-261-4/+8
* 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: pressure: dps310: Reset chip after timeoutEddie James2022-10-261-10/+64
* iio: pressure: dps310: Refactor startup procedureEddie James2022-10-261-89/+99
* iio: dac: ad5593r: Fix i2c read protocol requirementsMichael Hennerich2022-10-261-19/+27
* iio: adc: mcp3911: use correct formula for AD conversionMarcus Folkesson2022-09-151-5/+12