summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2021-10-19iio: adc: max1027: Create a helper to configure the channels to scanMiquel Raynal1-12/+15
2021-10-19iio: adc: max1027: Ensure a default cnvst trigger configurationMiquel Raynal1-4/+5
2021-10-19iio: adc: max1027: Simplify the _set_trigger_state() helperMiquel Raynal1-9/+10
2021-10-19iio: adc: max1027: Create a helper to enable/disable the cnvst triggerMiquel Raynal1-16/+25
2021-10-19iio: adc: max1027: Rename a helperMiquel Raynal1-2/+2
2021-10-19iio: adc: max1027: Minimize the number of converted channelsMiquel Raynal1-7/+53
2021-10-19iio: adc: max1027: Drop useless debug messagesMiquel Raynal1-4/+0
2021-10-19iio: adc: max1027: Drop extra warning messageMiquel Raynal1-3/+1
2021-10-19iio: adc: max1027: Fix styleMiquel Raynal1-7/+7
2021-10-19iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADCCai Huoqing3-0/+505
2021-10-19iio: adc: aspeed: Get and set trimming data.Billy Tsai1-0/+71
2021-10-19iio: adc: aspeed: Support battery sensing.Billy Tsai1-3/+78
2021-10-19iio: adc: aspeed: Add compensation phase.Billy Tsai1-1/+53
2021-10-19iio: adc: aspeed: Add func to set sampling rate.Billy Tsai1-19/+39
2021-10-19iio: adc: aspeed: Fix the calculate error of clock.Billy Tsai1-0/+27
2021-10-19iio: adc: aspeed: Support ast2600 adc.Billy Tsai1-5/+96
2021-10-19iio: adc: aspeed: Use devm_add_action_or_reset.Billy Tsai1-58/+55
2021-10-19iio: adc: aspeed: Use model_data to set clk scaler.Billy Tsai1-16/+27
2021-10-19iio: adc: aspeed: Add vref config functionBilly Tsai1-1/+17
2021-10-19iio: adc: aspeed: Restructure the model dataBilly Tsai1-5/+15
2021-10-19iio: adc: aspeed: Keep model data to driver data.Billy Tsai1-13/+7
2021-10-17iio: adc: tsc2046: fix scan interval warningOleksij Rempel1-1/+1
2021-10-17iio: adc: exynos: describe drivers in KConfigKrzysztof Kozlowski1-3/+3
2021-10-17iio: adc: rockchip_saradc: Make use of the helper function devm_platform_iore...Cai Huoqing1-3/+1
2021-10-17iio: ep93xx: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-26iio: mtk-auxadc: fix case IIO_CHAN_INFO_PROCESSEDHui Liu1-0/+8
2021-09-14iio: adc: ad7793: Fix IRQ flagAlexandru Tachici1-1/+1
2021-09-14iio: adc: ad7780: Fix IRQ flagAlexandru Tachici1-1/+1
2021-09-14iio: adc: ad7192: Add IRQ flagAlexandru Tachici1-0/+1
2021-09-14iio: adc: aspeed: set driver data when adc probe.Billy Tsai1-0/+1
2021-09-14iio: adc: rzg2l_adc: add missing clk_disable_unprepare() in rzg2l_adc_pm_runt...Yang Yingliang1-1/+3
2021-09-14iio: adc: max1027: Fix the number of max1X31 channelsMiquel Raynal1-1/+0
2021-09-14iio: adc: max1027: Fix wrong shift with 12-bit devicesMiquel Raynal1-1/+1
2021-09-14iio: adc128s052: Fix the error handling path of 'adc128_probe()'Christophe JAILLET1-0/+6
2021-09-14iio: adc: rzg2l_adc: Fix -EBUSY timeout error returnColin Ian King1-1/+1
2021-09-14iio: adc: aspeed: completes the bitfield declare.Billy Tsai1-17/+47
2021-09-14iio: adc: ti-ads8344: convert probe to device-managedAlexandru Ardelean1-19/+8
2021-09-14iio: adc: at91-sama5d2_adc: update copyright and authors informationEugen Hristev1-1/+4
2021-09-14iio: adc: at91-sama5d2_adc: add support for sama7g5 deviceEugen Hristev1-0/+78
2021-09-14iio: adc: at91-sama5d2_adc: add helper for COR registerEugen Hristev1-20/+20
2021-09-14iio: adc: at91-sama5d2_adc: add support for separate end of conversion registersEugen Hristev1-7/+59
2021-09-14iio: adc: at91-sama5d2_adc: convert to platform specific data structuresEugen Hristev1-164/+253
2021-09-14iio: adc: at91-sama5d2_adc: remove unused definitionEugen Hristev1-2/+0
2021-09-14iio: adc: at91-sama5d2_adc: initialize hardware after clock is startedEugen Hristev1-2/+2
2021-09-14iio: adc: twl6030-gpadc: Use the defined variable to clean codeTang Bin1-3/+3
2021-09-14iio: adc: ad7949: use devm managed functionsLiam Beguin1-22/+3
2021-09-14iio: adc: ad7949: add vref selection supportLiam Beguin1-16/+76
2021-09-14iio: adc: ad7949: enable use with non 14/16-bit controllersLiam Beguin1-28/+58
2021-09-14iio: adc: ad7949: define and use bitfield namesLiam Beguin1-10/+45
2021-09-01Merge tag 'staging-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-36/+789