summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
AgeCommit message (Expand)Author
2020-12-03iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in ro...Qinglang Miao
2020-12-03iio:adc:ti-ads124s08: Fix alignment and data leak issues.Jonathan Cameron
2020-12-03iio:adc:ti-ads124s08: Fix buffer being too long.Jonathan Cameron
2020-12-03iio:adc:ti-adc084s021 Tidy up endian typesJonathan Cameron
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron
2020-12-03iio: adc: at91_adc: merge at91_adc_probe_dt back in at91_adc_probeAlexandre Belloni
2020-12-03iio: adc: at91_adc: rework trigger definitionAlexandre Belloni
2020-12-03iio: adc: at91_adc: rework resolution selectionAlexandre Belloni
2020-12-03iio: adc: at91_adc: remove at91_adc_idsAlexandre Belloni
2020-12-03iio: ad_sigma_delta: Don't put SPI transfer buffer on the stackLars-Peter Clausen
2020-12-03iio: adc: ad7298: check regulator for null in ad7298_get_ref_voltage()Alexandru Ardelean
2020-11-28iio: adc: ad7298: convert probe to device-managed functionsAlexandru Ardelean
2020-11-24Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2020-11-21iio: adc: ad7292: remove unneeded spi_set_drvdata()Alexandru Ardelean
2020-11-21iio: adc: cpcap: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-21iio: adc: at91-sama5d2_adc: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean
2020-11-21iio: adc: at91-sama5d2_adc: merge buffer & trigger init into a functionAlexandru Ardelean
2020-11-14iio: adc: ad7887: convert probe to device-managed functionsAlexandru Ardelean
2020-11-14iio: adc: stm32-adc: adapt clock duty cycle for proper operationFabrice Gasnier
2020-11-08iio: adc: mt6360: Add ADC driver for MT6360Gene Chen
2020-11-08iio: adc: stm32-adc: dma transfers cleanupOlivier Moysan
2020-11-08iio: adc: ad7768-1: Add channel labels.Cristian Pop
2020-11-08iio/adc: ingenic: Fix AUX/VBAT readings when touchscreen is usedPaul Cercueil
2020-11-08iio/adc: ingenic: Fix battery VREF for JZ4770 SoCPaul Cercueil
2020-11-01iio: adc: stm32-adc: fix a regression when using dma and irqOlivier Moysan
2020-11-01iio: remove unneeded breakTom Rix
2020-11-01iio: adc: mediatek: fix unset fieldFabien Parent
2020-10-31iio: adc: at91-sama5d2_adc: remove unneeded semicolonTom Rix
2020-10-31iio/adc: ingenic: remove unneeded semicolonTom Rix
2020-10-15Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-10iio: adc: ad7298: rework external ref setup & remove platform dataAlexandru Ardelean
2020-10-10iio: adc: exynos: do not rely on 'users' counter in ISRdmitry.torokhov@gmail.com
2020-10-10iio: adc: ad7887: invert/rework external ref logicAlexandru Ardelean
2020-10-10iio: adc: at91_adc: remove platform data and move defs in driver fileAlexandru Ardelean
2020-10-10iio: adc: at91_adc: add Kconfig dep on the OF symbol and remove of_match_ptr()Alexandru Ardelean
2020-10-10iio: adc: at91_adc: const-ify some driver dataAlexandru Ardelean
2020-10-10iio: adc: at91_adc: use of_device_get_match_data() helperAlexandru Ardelean
2020-10-09Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown
2020-10-08ASoC: stm32: dfsdm: add actual resolution traceOlivier Moysan
2020-10-05Merge 5.9-rc8 into staging-nextGreg Kroah-Hartman
2020-09-29iio: adc: gyroadc: fix leak of device node iteratorTobias Jordan
2020-09-29iio: adc: stm32-adc: fix runtime autosuspend delay when slow pollingFabrice Gasnier
2020-09-29iio: adc: at91-sama5d2_adc: fix DMA conversion crashEugen Hristev
2020-09-29iio: ad7292: Fix of_node refcountingNuno Sá
2020-09-29iio: adc: ad9467: add support for AD9265 high-speed ADCMichael Hennerich
2020-09-29iio: adc: ad9467: add support for AD9434 high-speed ADCMichael Hennerich
2020-09-29iio: adc: ad9467: wrap a axi-adc chip-info into a ad9467_chip_info typeAlexandru Ardelean
2020-09-29iio: adc: stm32-dfsdm: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo