summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2024-06-12iio: adc: stm32: Fixing err code to not indicate successJonathan Cameron1-0/+1
2024-02-01iio: adc: ad7091r: Enable internal vref if external vref is not suppliedMarcelo Schmitt2-0/+9
2024-02-01iio: adc: ad7091r: Allow users to configure device eventsMarcelo Schmitt3-24/+166
2024-02-01iio: adc: ad7091r: Set alert bit in config registerMarcelo Schmitt1-0/+6
2024-01-26iio: adc: ad9467: fix scale settingNuno Sa2-59/+62
2024-01-26iio: adc: ad9467: don't ignore error codesNuno Sa1-10/+17
2024-01-26iio: adc: ad9467: fix reset gpio handlingNuno Sa1-13/+18
2024-01-26iio: adc: ad7091r: Pass iio_dev to event handlerMarcelo Schmitt1-3/+3
2024-01-01iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()Wadim Egorov1-1/+3
2023-11-28iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()Zhang Shurong1-2/+7
2023-11-02iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScaleRobert Hancock2-3/+16
2023-11-02iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholdsRobert Hancock1-22/+0
2023-11-02iio: exynos-adc: request second interupt only when touchscreen mode is usedMarek Szyprowski1-10/+14
2023-10-25iio: adc: ad7192: Correct reference voltageAlisa-Dariana Roman1-4/+25
2023-10-25iio: adc: ad7192: Simplify using devm_regulator_get_enable()Matti Vaittinen1-13/+2
2023-10-20iio: adc: imx8qxp: Fix address for command buffer registersPhilipp Rossak1-2/+2
2023-08-16iio: adc: ina2xx: avoid NULL pointer dereference on OF device matchAlvin Šipraga1-3/+6
2023-08-16iio: adc: ad7192: Fix ac excitation featureAlisa Roman1-8/+8
2023-07-23meson saradc: fix clock divider mask lengthGeorge Stark1-1/+1
2023-07-19iio: adc: ad7192: Fix internal/external clock selectionFabrizio Lamarque1-1/+1
2023-07-19iio: adc: ad7192: Fix null ad7192_state pointer accessFabrizio Lamarque1-3/+3
2023-06-09iio: adc: stm32-adc: skip adc-diff-channels setup if none is presentSean Nyekjaer1-10/+9
2023-06-09iio: adc: ad7192: Change "shorted" channels to differentialPaul Cercueil1-6/+2
2023-06-09iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flagMasahiro Honda1-0/+4
2023-06-09iio: adc: stm32-adc: skip adc-channels setup if none is presentSean Nyekjaer1-19/+23
2023-06-09iio: adc: mxs-lradc: fix the order of two cleanup operationsJiakai Luo1-5/+5
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-13iio: adc: ad7791: fix IRQ flagsNuno Sá1-1/+1
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-13drivers: iio: adc: ltc2497: fix LSB shiftIan Ray1-4/+2
2023-02-09iio:adc:twl6030: Enable measurement of VACAndreas Kemnade1-1/+1
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: adc: stm32-dfsdm: fill module aliasesOlivier Moysan1-0/+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-11-14iio: adc: aspeed: Remove the trim valid dts property.Billy Tsai1-6/+5
2022-11-01iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()Yang Yingliang1-1/+3
2022-11-01iio: adc: mp2629: fix potential array out of bound accessSaravanan Sekar1-1/+2
2022-10-29iio: adc: mp2629: fix wrong comparison of channelSaravanan Sekar1-1/+1
2022-10-24iio: adc: at91-sama5d2_adc: get rid of 5 degrees Celsius adjustmentClaudiu Beznea1-4/+2
2022-10-17iio: at91-sama5d2_adc: Fix unsafe buffer attributesMatti Vaittinen1-5/+18
2022-10-17iio: adc: stm32-adc: fix channel sampling time initOlivier Moysan1-5/+6
2022-10-17iio: adc: mcp3911: mask out device ID in debug printsMarcus Folkesson1-2/+3
2022-10-17iio: adc: mcp3911: use correct id bitsMarcus Folkesson1-2/+2
2022-10-17iio: adc: mcp3911: return proper error code on failure to allocate triggerMarcus Folkesson1-1/+1