summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/ad7192.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23iio: adc: ad7192: Simplify using devm_regulator_get_enable()Matti Vaittinen1-13/+2
2022-11-23iio: adc: ad7192: Silence no spi_device_id warningsWei Yongjun1-0/+12
2022-04-28iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen1-2/+2
2022-04-04iio: adc: ad7192: add sequencer supportAlexandru Tachici1-1/+41
2022-04-04iio: adc: ad7192: Add update_scan_modeAlexandru Tachici1-0/+22
2022-02-18iio:adc:ad_sigma_delta: Move exports into IIO_AD_SIGMA_DELTA namespaceJonathan Cameron1-0/+1
2022-01-23iio: ad7192: Use sysfs_emit()Lars-Peter Clausen1-2/+2
2021-11-27iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus1-1/+2
2021-09-14iio: adc: ad7192: Add IRQ flagAlexandru Tachici1-0/+1
2021-06-13iio: adc: ad7192: convert to device-managed functionsAlexandru Ardelean1-53/+36
2021-06-13iio: adc: ad7192: use devm_clk_get_optional() for mclkAlexandru Ardelean1-3/+3
2021-05-13iio: adc: ad7192: handle regulator voltage error firstAlexandru Ardelean1-7/+4
2021-05-13iio: adc: ad7192: Avoid disabling a clock that was never enabled.Jonathan Cameron1-2/+6
2020-07-20iio: adc: ad7192: move ad7192_of_match table closer to the end of the fileAlexandru Ardelean1-9/+9
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean1-1/+0
2020-04-19iio: adc: ad7192: fix null pointer de-reference crash during probeAlexandru Ardelean1-16/+47
2020-03-23staging: iio: adc: ad7192: Re-indent enum labelsDeepak R Varma1-2/+2
2020-03-08staging: iio: adc: ad7192: move out of stagingAlexandru Tachici1-0/+1034