summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-17iio: adc: mcp3911: fix sizeof() vs ARRAY_SIZE() bugDan Carpenter1-1/+1
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds31-903/+2126
2022-10-05Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-12/+4
2022-10-04Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+6
2022-09-21iio: adc: mcp3911: add support for oversampling ratioMarcus Folkesson1-0/+58
2022-09-21iio: adc: mcp3911: add support for interruptsMarcus Folkesson1-0/+53
2022-09-21iio: adc: mcp3911: add support for buffersMarcus Folkesson2-8/+97
2022-09-21iio: adc: mcp3911: use resource-managed version of iio_device_registerMarcus Folkesson1-37/+14
2022-09-21iio: adc: ad7923: support extended rangeNuno Sá1-1/+6
2022-09-21iio: adc: ad7923: fix channel readings for some variantsNuno Sá1-1/+3
2022-09-21iio: adc: stm32-adc: add id registers supportOlivier Moysan2-3/+87
2022-09-21drivers: iio: adc: ltc2497: Rename the LTC2499 iio deviceCiprian Regus4-1/+13
2022-09-21drivers: iio: adc: ltc2497: LTC2499 supportCiprian Regus4-7/+70
2022-09-21iio: ltc2497: Fix reading conversion resultsUwe Kleine-König1-0/+13
2022-09-21Merge tag 'iio-for-6.1a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman23-849/+1716
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2-9/+23