summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad7280a: Fix wrong variable used when setting thresholds.Jonathan Cameron2022-04-041-6/+6
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2841-266/+1504
|\
| * Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-03-1841-266/+1504
| |\
| | * iio: adc: xilinx-ams: Fix single channel switching sequenceRobert Hancock2022-03-021-2/+8
| | * iio: adc: xilinx-ams: Fixed wrong sequencer register settingsRobert Hancock2022-03-021-2/+2
| | * iio: adc: xilinx-ams: Fixed missing PS channelsRobert Hancock2022-03-021-0/+1
| | * iio: adc: aspeed: Add divider flag to fix incorrect voltage reading.Billy Tsai2022-03-021-1/+3
| | * iio: adc: Add check for devm_request_threaded_irqJiasheng Jiang2022-02-261-0/+2
| | * iio: adc: xilinx-ams: Use devm_delayed_work_autocancel() to simplify codeChristophe JAILLET2022-02-261-8/+3
| | * iio:adc:ad7280a: Move out of stagingJonathan Cameron2022-02-213-0/+1123
| | * iio:adc:stm32*: Use pm[_sleep]_ptr() etc to avoid need to make pm __maybe_unusedJonathan Cameron2022-02-212-15/+15
| | * iio:adc:rcar: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-4/+2
| | * iio:adc:stm32:Switch from CONFIG_PM guards to pm_ptr()Jonathan Cameron2022-02-212-19/+10
| | * iio:adc:ab8500: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-10/+4
| | * iio:adc:vf610: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+3
| | * iio:adc:twl6030: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-5/+3
| | * iio:adc:rockchip: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-5/+4
| | * iio:adc:palmas_gpadc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Jonathan Cameron2022-02-181-7/+3
| | * iio:adc:exynos_adc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Jonathan Cameron2022-02-181-6/+3
| | * iio:adc:at91-adc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+3
| | * iio:adc:ad76060: Move exports into IIO_AD7606 namespace.Jonathan Cameron2022-02-183-2/+4
| | * iio:adc:ad7091r: Move exports into IIO_AD7091R namespace.Jonathan Cameron2022-02-182-2/+3
| | * iio:adc:ad_sigma_delta: Move exports into IIO_AD_SIGMA_DELTA namespaceJonathan Cameron2022-02-186-10/+15
| | * iio: adc: cpcap-adc: remove redundant assignment to variable cal_data_diffColin Ian King2022-02-071-1/+1
| | * iio: adc: qcom-vadc-common: Re-use generic struct u32_fractAndy Shevchenko2022-01-303-65/+66
| | * iio: adc: twl4030-madc: Re-use generic struct s16_fractAndy Shevchenko2022-01-301-8/+1
| | * iio: adc: rn5t618: Re-use generic struct u16_fractAndy Shevchenko2022-01-301-6/+1
| | * iio: adc: tsc2046: add sanity check to avoid to big allocationsOleksij Rempel2022-01-231-0/+6
| | * iio: adc: tsc2046: add .read_raw supportOleksij Rempel2022-01-231-21/+97
| | * iio: max9611: Use sysfs_emit()Lars-Peter Clausen2022-01-231-1/+1
| | * iio: ina2xx-adc: sysfs_emit()Lars-Peter Clausen2022-01-231-1/+1
| | * iio: ad7192: Use sysfs_emit()Lars-Peter Clausen2022-01-231-2/+2
| | * iio: adc: tsc2046: rework the trigger state machineOleksij Rempel2022-01-231-46/+99
| | * iio: adc: mt8186: Add compatible node for mt8186Guodong Liu2022-01-231-0/+6
| | * iio: adc: rzg2l_adc: Fix typoLad Prabhakar2022-01-231-2/+2
| | * iio:adc:ti-adc084s021: Tidy up white space around {}Jonathan Cameron2022-01-231-1/+1
| | * iio:adc:hi8435: Tidy up white space around {} in id tablesJonathan Cameron2022-01-231-1/+1
| | * iio:adc:mt6577_auxadc: Tidy up white space around {} in id tablesJonathan Cameron2022-01-231-5/+5
* | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-218-24/+8
|\ \ \ | |/ / |/| |
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-098-24/+8
| |/
* | iio: adc: men_z188_adc: Fix a resource leak in an error handling pathChristophe JAILLET2022-01-301-1/+8
* | iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bitsCosmin Tanislav2022-01-231-1/+1
* | iio: adc: tsc2046: fix memory corruption by preventing array overflowOleksij Rempel2022-01-231-2/+2
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
* | Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-12-2226-123/+1637
|\ \ | |/ |/|
| * iio: adc: ti-adc081c: Partial revert of removal of ACPI IDsJonathan Cameron2021-12-211-5/+17
| * iio: adc: Add Xilinx AMS driverAnand Ashok Dumbre2021-12-213-0/+1467
| * iio:adc:ti-ads1015: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-211-1/+1
| * iio:adc:rcar: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-211-2/+1