summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | iio: adc: qcom-spmi-adc5: define ADC5_BAT_ID_100K_PU channelLuca Weiss2023-01-081-0/+2
| * | iio: adc: max11410: Use asm intead of asm-genericAndy Shevchenko2023-01-081-1/+2
| * | iio: adc: ti-adc128s052: Sort headersAndy Shevchenko2023-01-081-3/+3
| * | iio: adc: ti-adc128s052: Drop anti-pattern of ACPI_PTR() useAndy Shevchenko2023-01-081-4/+1
| * | iio: adc: ti-adc128s052: Switch to use spi_get_device_match_data()Andy Shevchenko2023-01-081-23/+20
| * | iio: adc: ep93xx: Enable wider build testing with COMPILE_TESTJonathan Cameron2023-01-081-1/+2
| * | iio: adc: ep93xx: Add OF supportAlexander Sverdlin2022-12-301-0/+8
| * | iio: adc: qcom-spmi-adc5: Suppress probe-deferral error messageMarijn Suijten2022-12-281-4/+2
| * | iio: adc: at91-sama5d2_adc: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-281-2/+2
| * | iio: adc: add ADC driver for the TI LMP92064 controllerLeonard Göhrs2022-12-283-0/+343
* | | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-201-3/+3
|\ \ \ | |_|/ |/| |
| * | ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2023-01-161-3/+3
| |/
* | iio:adc:twl6030: Enable measurement of VACAndreas Kemnade2022-12-281-1/+1
* | iio:adc:twl6030: Enable measurements of VUSB, VBAT and othersAndreas Kemnade2022-12-281-0/+32
* | iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()Frank Li2022-12-281-2/+9
* | iio: adc: xilinx-ams: fix devm_krealloc() return value checkMarco Pagani2022-12-281-1/+1
* | iio: adc: berlin2-adc: Add missing of_node_put() in error pathXiongfeng Wang2022-12-281-1/+3
* | iio: adc: stm32-dfsdm: fill module aliasesOlivier Moysan2022-12-281-0/+1
|/
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-1643-367/+4162
|\
| * Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-11-271-6/+5
| |\
| * \ Merge tag 'iio-for-6.2b' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2022-11-2717-104/+122
| |\ \
| | * | iio: adc128s052: add proper .data members in adc128_of_match tableRasmus Villemoes2022-11-231-7/+7
| | * | iio: adc: stm32-adc: add debugfs to read raw calibration resultOlivier Moysan2022-11-231-0/+22
| | * | iio: adc: stm32-adc: improve calibration error logOlivier Moysan2022-11-231-2/+3
| | * | iio: adc: stm32-adc: smart calibration supportOlivier Moysan2022-11-232-56/+53
| | * | iio: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-11-231-2/+1
| | * | iio: adc: max11410: fix incomplete vref buffer maskIbrahim Tilki2022-11-231-1/+1
| | * | iio: adc: ti-ads1015: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3