summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)Author
2021-10-19iio: adc: max1363: convert probe to full device-managedAlexandru Ardelean
2021-10-19iio: adc: nau7802: convert probe to full device-managedAlexandru Ardelean
2021-10-19iio: adc: da9150-gpadc: convert probe to full-device managedAlexandru Ardelean
2021-10-19iio: adc: lp8788_adc: convert probe to full-device managedAlexandru Ardelean
2021-10-19iio: adc: axp288_adc: convert probe to full device-managedAlexandru Ardelean
2021-10-19iio: adc: intel_mrfld_adc: convert probe to full device-managedAlexandru Ardelean
2021-10-19iio: adc: fsl-imx25-gcq: initialize regulators as neededAlexandru Ardelean
2021-10-19iio: adc: max1027: Don't reject external triggers when there is no IRQMiquel Raynal
2021-10-19iio: adc: max1027: Allow all kind of triggers to be usedMiquel Raynal
2021-10-19iio: adc: max1027: Use the EOC IRQ when populated for single readsMiquel Raynal
2021-10-19iio: adc: max1027: Stop requesting a threaded IRQMiquel Raynal
2021-10-19iio: adc: max1027: Introduce an end of conversion helperMiquel Raynal
2021-10-19iio: adc: max1027: Separate the IRQ handler from the read logicMiquel Raynal
2021-10-19iio: adc: max1027: Prevent single channel accesses during buffer readsMiquel Raynal
2021-10-19iio: adc: max1027: Create a helper to configure the channels to scanMiquel Raynal
2021-10-19iio: adc: max1027: Ensure a default cnvst trigger configurationMiquel Raynal
2021-10-19iio: adc: max1027: Simplify the _set_trigger_state() helperMiquel Raynal
2021-10-19iio: adc: max1027: Create a helper to enable/disable the cnvst triggerMiquel Raynal
2021-10-19iio: adc: max1027: Rename a helperMiquel Raynal
2021-10-19iio: adc: max1027: Minimize the number of converted channelsMiquel Raynal
2021-10-19iio: adc: max1027: Drop useless debug messagesMiquel Raynal
2021-10-19iio: adc: max1027: Drop extra warning messageMiquel Raynal
2021-10-19iio: adc: max1027: Fix styleMiquel Raynal
2021-10-19iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADCCai Huoqing
2021-10-19iio: adc: aspeed: Get and set trimming data.Billy Tsai
2021-10-19iio: adc: aspeed: Support battery sensing.Billy Tsai
2021-10-19iio: adc: aspeed: Add compensation phase.Billy Tsai
2021-10-19iio: adc: aspeed: Add func to set sampling rate.Billy Tsai
2021-10-19iio: adc: aspeed: Fix the calculate error of clock.Billy Tsai
2021-10-19iio: adc: aspeed: Support ast2600 adc.Billy Tsai
2021-10-19iio: adc: aspeed: Use devm_add_action_or_reset.Billy Tsai
2021-10-19iio: adc: aspeed: Use model_data to set clk scaler.Billy Tsai
2021-10-19iio: adc: aspeed: Add vref config functionBilly Tsai
2021-10-19iio: adc: aspeed: Restructure the model dataBilly Tsai
2021-10-19iio: adc: aspeed: Keep model data to driver data.Billy Tsai
2021-10-17iio: adc: tsc2046: fix scan interval warningOleksij Rempel
2021-10-17iio: adc: exynos: describe drivers in KConfigKrzysztof Kozlowski
2021-10-17iio: adc: rockchip_saradc: Make use of the helper function devm_platform_iore...Cai Huoqing
2021-10-17iio: ep93xx: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing
2021-09-26iio: mtk-auxadc: fix case IIO_CHAN_INFO_PROCESSEDHui Liu
2021-09-14iio: adc: ad7793: Fix IRQ flagAlexandru Tachici
2021-09-14iio: adc: ad7780: Fix IRQ flagAlexandru Tachici
2021-09-14iio: adc: ad7192: Add IRQ flagAlexandru Tachici
2021-09-14iio: adc: aspeed: set driver data when adc probe.Billy Tsai
2021-09-14iio: adc: rzg2l_adc: add missing clk_disable_unprepare() in rzg2l_adc_pm_runt...Yang Yingliang
2021-09-14iio: adc: max1027: Fix the number of max1X31 channelsMiquel Raynal
2021-09-14iio: adc: max1027: Fix wrong shift with 12-bit devicesMiquel Raynal
2021-09-14iio: adc128s052: Fix the error handling path of 'adc128_probe()'Christophe JAILLET
2021-09-14iio: adc: rzg2l_adc: Fix -EBUSY timeout error returnColin Ian King
2021-09-14iio: adc: aspeed: completes the bitfield declare.Billy Tsai