summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)Author
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2024-02-28iio: adc: qcom-pm8xxx-xoadc: drop unused kerneldoc struct pm8xxx_chan_info me...Krzysztof Kozlowski
2024-02-28iio: adc: rockchip_saradc: replace custom logic with devm_reset_control_get_o...Quentin Schulz
2024-02-28iio: adc: rockchip_saradc: use mask for write_enable bitfieldQuentin Schulz
2024-02-28iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2Quentin Schulz
2024-02-28iio: adc: adding support for PAC193xMarius Cristea
2024-02-28iio: adc: ti-ads1298: prevent divide by zero in ads1298_set_samp_freq()Dan Carpenter
2024-02-28iio: adc: ti-ads1298: Fix error code in probe()Dan Carpenter
2024-02-28iio: adc: mcp320x: Simplify device removal logicArturas Moskvinas
2024-02-28iio: adc: ads8688: Switch to mod_devicetable.h for struct of_device_id defini...Jonathan Cameron
2024-02-25Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2024-02-19iio: adc: ti-ads1298: Add driverMike Looijmans
2024-02-19iio: adc: adi-axi-adc: move to backend frameworkNuno Sa
2024-02-19iio: adc: ad9467: convert to backend frameworkNuno Sa
2024-02-19iio: buffer-dmaengine: export buffer alloc and free functionsNuno Sa
2024-02-17iio: adc: ad7091r-base: Use auto cleanup of locks.Jonathan Cameron
2024-02-17iio: adc: ad4130: Use automatic cleanup of locks and direct mode.Jonathan Cameron
2024-02-17iio: adc: max1363: Use automatic cleanup for locks and iio mode claiming.Jonathan Cameron
2024-02-17iio: adc: ad_sigma_delta: allow overwriting the IRQ flagsNuno Sa
2024-02-10iio: adc: ad4130: only set GPIO_CTRL if pin is unusedCosmin Tanislav
2024-02-10iio: adc: ad4130: zero-initialize clock init dataCosmin Tanislav
2024-02-08iio: adc: ad_sigma_delta: Follow renaming of SPI "master" to "controller"Uwe Kleine-König
2024-01-23iio: adc: rtq6056: Add support for the whole RTQ6056 familyChiYuan Huang
2024-01-23iio: adc: ti-adc109s102: drop ACPI_PTR() and CONFIG_ACPI guardsJonathan Cameron
2024-01-22iio: adc: ad7091r8: Fix error code in ad7091r8_gpio_setup()Dan Carpenter
2024-01-22iio: adc: ti-ads1015: Use correct pga upper boundMohammed Billoo
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-26iio: adc: Add support for AD7091R-8Marcelo Schmitt
2023-12-26iio: adc: Split AD7091R-5 config symbolMarcelo Schmitt
2023-12-26iio: adc: ad7091r: Add chip_info callback to get conversion result channelMarcelo Schmitt
2023-12-26iio: adc: ad7091r: Set device mode through chip_info callbackMarcelo Schmitt
2023-12-26iio: adc: ad7091r: Remove unneeded probe parametersMarcelo Schmitt
2023-12-26iio: adc: ad7091r: Move chip init data to container structMarcelo Schmitt
2023-12-26iio: adc: ad7091r: Move generic AD7091R code to base driver and header fileMarcelo Schmitt
2023-12-26iio: adc: ad7091r: Enable internal vref if external vref is not suppliedMarcelo Schmitt
2023-12-26iio: adc: ad7091r: Allow users to configure device eventsMarcelo Schmitt
2023-12-17iio: adc: ad7091r: Align arguments to function call parenthesisMarcelo Schmitt
2023-12-17iio: adc: ad7091r: Set alert bit in config registerMarcelo Schmitt
2023-12-17iio: adc: ad7091r: Pass iio_dev to event handlerMarcelo Schmitt
2023-12-11iio: adc: adi-axi-adc: convert to regmapNuno Sa
2023-12-10iio: adc: ad9467: use the more common !val NULL checkNuno Sa
2023-12-10iio: adc: ad9467: use chip_info variables instead of arrayNuno Sa
2023-12-10iio: adc: ad9467: use spi_get_device_match_data()Nuno Sa
2023-12-10iio: adc: ad9467: fix scale settingNuno Sa
2023-12-10iio: adc: ad9467: add mutex to struct ad9467_stateNuno Sa
2023-12-10iio: adc: ad9467: don't ignore error codesNuno Sa
2023-12-10iio: adc: ad9467: fix reset gpio handlingNuno Sa
2023-12-10iio: adc: mcp3911: simplify code with guard macroMarcus Folkesson
2023-12-04iio: adc: MCP3564: fix hardware identification logicMarius Cristea