summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-2116-16/+16
* iio: ad7606: Kconfig: add HAS_IOPORT dependenciesNiklas Schnelle2023-05-201-1/+1
* iio: adc: qcom-spmi-vadc: Propagate fw node label to userspaceMarijn Suijten2023-05-131-1/+18
* iio: adc: qcom-spmi-adc5: Remove unnecessary datasheet_name NULL checkMarijn Suijten2023-05-131-2/+1
* iio: adc: qcom-spmi-adc5: Fall back to datasheet_name instead of fwnode nameMarijn Suijten2023-05-131-1/+1
* iio: adc: qcom-spmi-adc5: Use driver datasheet_name instead of DT labelMarijn Suijten2023-05-131-5/+5
* iio: adc: palmas: Remove the unneeded include <linux/i2c.h>Christophe JAILLET2023-05-131-1/+0
* iio: adc: stm32-adc: add debug info if dt uses legacy channel configSean Nyekjaer2023-05-131-0/+2
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-2712-196/+995
|\
| * iio: adc: palmas: don't alter event config on suspend/resumePatrik Dahlström2023-04-131-14/+2
| * iio: adc: palmas: add support for iio threshold eventsPatrik Dahlström2023-04-131-24/+419
| * iio: adc: palmas: always reset events on unloadPatrik Dahlström2023-04-131-0/+11
| * iio: adc: palmas: move eventX_enable into palmas_adc_eventPatrik Dahlström2023-04-131-10/+9
| * iio: adc: palmas: use iio_event_direction for threshold polarityPatrik Dahlström2023-04-131-13/+23
| * iio: adc: palmas: replace "wakeup" with "event"Patrik Dahlström2023-04-131-25/+25
| * iio: adc: palmas: remove adc_wakeupX_dataPatrik Dahlström2023-04-131-44/+6
| * iio: adc: palmas: Take probe fully device managed.Jonathan Cameron2023-04-131-68/+42
| * Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-04-1211-58/+518
| |\
| | * iio: adc: ti-ads1100: fix error code in probe()Dan Carpenter2023-04-101-1/+1
| | * iio: adc: at91-sama5d2_adc: remove dead code in at91_adc_probe()Cheng Ziqiu2023-03-181-5/+1
| | * iio: adc: qcom-pm8xxx-xoadc: Remove useless condition in pm8xxx_xoadc_parse_c...Kasumov Ruslan2023-03-181-1/+1
| | * iio: adc: stm32-adc: set some stm32-adc.c variables storage-class-specifier t...Tom Rix2023-03-121-3/+3
| | * iio: adc: Add TI ADS1100 and ADS1000Mike Looijmans2023-03-123-0/+456
| | * iio: adc: rcar-gyroadc: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-111-1/+1
| | * iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-113-3/+3
| | * iio: adc: meson_saradc: Better handle BL30 not releasing the hardwareUwe Kleine-König2023-03-111-7/+14
| | * iio: adc: axp20x_adc: Replace adc_en2 flag with adc_en2_mask fieldAidan MacDonald2023-03-111-9/+7
| | * iio: adc: axp20x_adc: Minor code cleanupsAidan MacDonald2023-03-111-29/+32
* | | Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-04-251-0/+1
|\ \ \
| * \ \ Merge branches 'acpi-bus', 'acpi-video' and 'acpi-misc'Rafael J. Wysocki2023-04-241-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | iio: adc: ad7292: Add explicit include for of.hRob Herring2023-04-061-0/+1
| | |/
* | | Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-1/+1
|\ \ \
| * \ \ Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki2023-04-141-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano2023-03-031-1/+1
| | |/
* | / iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()Dan Carpenter2023-04-011-1/+1
|/ /
* | Merge tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-03-286-14/+29
|\ \ | |/ |/|
| * iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chipLars-Peter Clausen2023-03-181-0/+1
| * iio: adc: palmas_gpadc: fix NULL dereference on rmmodPatrik Dahlström2023-03-181-1/+1
| * iio: adc: max11410: fix read_poll_timeout() usageNuno Sá2023-03-121-7/+15
| * iio: adc: ad7791: fix IRQ flagsNuno Sá2023-02-181-1/+1
| * drivers: iio: adc: ltc2497: fix LSB shiftIan Ray2023-01-281-4/+2
| * iio: adc: qcom-spmi-adc5: Fix the channel nameAndy Shevchenko2023-01-281-1/+9
* | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-2414-80/+1494
|\ \
| * | Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman2023-02-065-4/+46
| |\|
| * | iio: adc: ad7291: Fix indentation error by adding extra spacesAnup Sharma2023-01-281-1/+1
| * | iio: adc: imx93: Fix spelling mistake "geting" -> "getting"Colin Ian King2023-01-281-1/+1
| * | iio: adc: add imx93 adc supportHaibo Chen2023-01-223-0/+495
| * | iio: adc: ti-ads7924: add Texas Instruments ADS7924 driverHugo Villeneuve2023-01-213-0/+486
| * | iio: adc: xilinx-ams: Convert to use fwnode_device_is_compatible()Andy Shevchenko2023-01-211-6/+3
| * | iio: adc: stm32-dfsdm: add id registers supportOlivier Moysan2023-01-082-35/+124