summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)Author
2022-04-04iio: adc: ad7280a: Fix wrong variable used when setting thresholds.Jonathan Cameron
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-03-02iio: adc: xilinx-ams: Fix single channel switching sequenceRobert Hancock
2022-03-02iio: adc: xilinx-ams: Fixed wrong sequencer register settingsRobert Hancock
2022-03-02iio: adc: xilinx-ams: Fixed missing PS channelsRobert Hancock
2022-03-02iio: adc: aspeed: Add divider flag to fix incorrect voltage reading.Billy Tsai
2022-02-26iio: adc: Add check for devm_request_threaded_irqJiasheng Jiang
2022-02-26iio: adc: xilinx-ams: Use devm_delayed_work_autocancel() to simplify codeChristophe JAILLET
2022-02-21iio:adc:ad7280a: Move out of stagingJonathan Cameron
2022-02-21iio:adc:stm32*: Use pm[_sleep]_ptr() etc to avoid need to make pm __maybe_unusedJonathan Cameron
2022-02-21iio:adc:rcar: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron
2022-02-21iio:adc:stm32:Switch from CONFIG_PM guards to pm_ptr()Jonathan Cameron
2022-02-21iio:adc:ab8500: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron
2022-02-18iio:adc:vf610: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron
2022-02-18iio:adc:twl6030: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron
2022-02-18iio:adc:rockchip: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron
2022-02-18iio:adc:palmas_gpadc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Jonathan Cameron
2022-02-18iio:adc:exynos_adc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Jonathan Cameron
2022-02-18iio:adc:at91-adc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron
2022-02-18iio:adc:ad76060: Move exports into IIO_AD7606 namespace.Jonathan Cameron
2022-02-18iio:adc:ad7091r: Move exports into IIO_AD7091R namespace.Jonathan Cameron
2022-02-18iio:adc:ad_sigma_delta: Move exports into IIO_AD_SIGMA_DELTA namespaceJonathan Cameron
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-07iio: adc: cpcap-adc: remove redundant assignment to variable cal_data_diffColin Ian King
2022-01-30iio: adc: men_z188_adc: Fix a resource leak in an error handling pathChristophe JAILLET
2022-01-30iio: adc: qcom-vadc-common: Re-use generic struct u32_fractAndy Shevchenko
2022-01-30iio: adc: twl4030-madc: Re-use generic struct s16_fractAndy Shevchenko
2022-01-30iio: adc: rn5t618: Re-use generic struct u16_fractAndy Shevchenko
2022-01-23iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bitsCosmin Tanislav
2022-01-23iio: adc: tsc2046: fix memory corruption by preventing array overflowOleksij Rempel
2022-01-23iio: adc: tsc2046: add sanity check to avoid to big allocationsOleksij Rempel
2022-01-23iio: adc: tsc2046: add .read_raw supportOleksij Rempel
2022-01-23iio: max9611: Use sysfs_emit()Lars-Peter Clausen
2022-01-23iio: ina2xx-adc: sysfs_emit()Lars-Peter Clausen
2022-01-23iio: ad7192: Use sysfs_emit()Lars-Peter Clausen
2022-01-23iio: adc: tsc2046: rework the trigger state machineOleksij Rempel
2022-01-23iio: adc: mt8186: Add compatible node for mt8186Guodong Liu
2022-01-23iio: adc: rzg2l_adc: Fix typoLad Prabhakar
2022-01-23iio:adc:ti-adc084s021: Tidy up white space around {}Jonathan Cameron
2022-01-23iio:adc:hi8435: Tidy up white space around {} in id tablesJonathan Cameron
2022-01-23iio:adc:mt6577_auxadc: Tidy up white space around {} in id tablesJonathan Cameron
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-12-21iio: adc: ti-adc081c: Partial revert of removal of ACPI IDsJonathan Cameron
2021-12-21iio: adc: Add Xilinx AMS driverAnand Ashok Dumbre
2021-12-21iio:adc:ti-ads1015: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron
2021-12-21iio:adc:rcar: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron