summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2023-05-20iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flagMasahiro Honda1-0/+4
2023-05-13iio: adc: stm32-adc: skip adc-channels setup if none is presentSean Nyekjaer1-19/+23
2023-05-13iio: adc: stm32-adc: skip adc-diff-channels setup if none is presentSean Nyekjaer1-10/+9
2023-05-13iio: adc: ad7192: Change "shorted" channels to differentialPaul Cercueil1-6/+2
2023-05-13iio: adc: palmas: fix off by one bugsDan Carpenter1-5/+5
2023-05-13iio: adc: mxs-lradc: fix the order of two cleanup operationsJiakai Luo1-5/+5
2023-05-13iio: ad4130: Make sure clock provider gets removedLars-Peter Clausen1-1/+11
2023-05-13iio: adc: mt6370: Fix ibus and ibat scaling value of some specific vendor ID ...ChiaEn Wu1-2/+51
2023-05-13iio: adc: imx93: fix a signedness bug in imx93_adc_read_raw()Dan Carpenter1-4/+3
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-196/+995
2023-04-26Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+1
2023-04-26Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-24Merge branches 'acpi-bus', 'acpi-video' and 'acpi-misc'Rafael J. Wysocki1-0/+1
2023-04-14Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki1-1/+1
2023-04-13iio: adc: palmas: don't alter event config on suspend/resumePatrik Dahlström1-14/+2
2023-04-13iio: adc: palmas: add support for iio threshold eventsPatrik Dahlström1-24/+419
2023-04-13iio: adc: palmas: always reset events on unloadPatrik Dahlström1-0/+11
2023-04-13iio: adc: palmas: move eventX_enable into palmas_adc_eventPatrik Dahlström1-10/+9
2023-04-13iio: adc: palmas: use iio_event_direction for threshold polarityPatrik Dahlström1-13/+23
2023-04-13iio: adc: palmas: replace "wakeup" with "event"Patrik Dahlström1-25/+25
2023-04-13iio: adc: palmas: remove adc_wakeupX_dataPatrik Dahlström1-44/+6
2023-04-13iio: adc: palmas: Take probe fully device managed.Jonathan Cameron1-68/+42
2023-04-12Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman11-58/+518
2023-04-10iio: adc: ti-ads1100: fix error code in probe()Dan Carpenter1-1/+1
2023-04-06iio: adc: ad7292: Add explicit include for of.hRob Herring1-0/+1
2023-04-01iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()Dan Carpenter1-1/+1
2023-03-28Merge tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman6-14/+29
2023-03-18iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-18iio: adc: palmas_gpadc: fix NULL dereference on rmmodPatrik Dahlström1-1/+1
2023-03-18iio: adc: at91-sama5d2_adc: remove dead code in at91_adc_probe()Cheng Ziqiu1-5/+1
2023-03-18iio: adc: qcom-pm8xxx-xoadc: Remove useless condition in pm8xxx_xoadc_parse_c...Kasumov Ruslan1-1/+1
2023-03-12iio: adc: stm32-adc: set some stm32-adc.c variables storage-class-specifier t...Tom Rix1-3/+3
2023-03-12iio: adc: max11410: fix read_poll_timeout() usageNuno Sá1-7/+15
2023-03-12iio: adc: Add TI ADS1100 and ADS1000Mike Looijmans3-0/+456
2023-03-11iio: adc: rcar-gyroadc: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait3-3/+3
2023-03-11iio: adc: meson_saradc: Better handle BL30 not releasing the hardwareUwe Kleine-König1-7/+14
2023-03-11iio: adc: axp20x_adc: Replace adc_en2 flag with adc_en2_mask fieldAidan MacDonald1-9/+7
2023-03-11iio: adc: axp20x_adc: Minor code cleanupsAidan MacDonald1-29/+32
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano1-1/+1
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-80/+1494
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2023-02-18iio: adc: ad7791: fix IRQ flagsNuno Sá1-1/+1
2023-02-06Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman5-4/+46
2023-01-28iio: adc: ad7291: Fix indentation error by adding extra spacesAnup Sharma1-1/+1
2023-01-28drivers: iio: adc: ltc2497: fix LSB shiftIan Ray1-4/+2
2023-01-28iio: adc: imx93: Fix spelling mistake "geting" -> "getting"Colin Ian King1-1/+1
2023-01-28iio: adc: qcom-spmi-adc5: Fix the channel nameAndy Shevchenko1-1/+9
2023-01-22iio: adc: add imx93 adc supportHaibo Chen3-0/+495
2023-01-21iio: adc: ti-ads7924: add Texas Instruments ADS7924 driverHugo Villeneuve3-0/+486