summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-2117-627/+3124
|\
| * iio: adc: qcom-pm8xxx-xoadc: drop unused kerneldoc struct pm8xxx_chan_info me...Krzysztof Kozlowski2024-02-281-1/+0
| * iio: adc: rockchip_saradc: replace custom logic with devm_reset_control_get_o...Quentin Schulz2024-02-281-8/+3
| * iio: adc: rockchip_saradc: use mask for write_enable bitfieldQuentin Schulz2024-02-281-2/+2
| * iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2Quentin Schulz2024-02-281-1/+1
| * iio: adc: adding support for PAC193xMarius Cristea2024-02-283-0/+1648
| * iio: adc: ti-ads1298: prevent divide by zero in ads1298_set_samp_freq()Dan Carpenter2024-02-281-0/+2
| * iio: adc: ti-ads1298: Fix error code in probe()Dan Carpenter2024-02-281-1/+1
| * iio: adc: mcp320x: Simplify device removal logicArturas Moskvinas2024-02-281-20/+9
| * iio: adc: ads8688: Switch to mod_devicetable.h for struct of_device_id defini...Jonathan Cameron2024-02-281-1/+1
| * Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2024-02-2512-594/+1458
| |\
| | * iio: adc: ti-ads1298: Add driverMike Looijmans2024-02-193-0/+781
| | * iio: adc: adi-axi-adc: move to backend frameworkNuno Sa2024-02-192-290/+96
| | * iio: adc: ad9467: convert to backend frameworkNuno Sa2024-02-192-91/+178
| | * iio: buffer-dmaengine: export buffer alloc and free functionsNuno Sa2024-02-191-0/+1
| | * iio: adc: ad7091r-base: Use auto cleanup of locks.Jonathan Cameron2024-02-171-17/+8
| | * iio: adc: ad4130: Use automatic cleanup of locks and direct mode.Jonathan Cameron2024-02-171-79/+52
| | * iio: adc: max1363: Use automatic cleanup for locks and iio mode claiming.Jonathan Cameron2024-02-171-92/+79
| | * iio: adc: ad_sigma_delta: allow overwriting the IRQ flagsNuno Sa2024-02-171-1/+6
| | * iio: adc: rtq6056: Add support for the whole RTQ6056 familyChiYuan Huang2024-01-231-20/+255
| | * iio: adc: ti-adc109s102: drop ACPI_PTR() and CONFIG_ACPI guardsJonathan Cameron2024-01-231-3/+1
| | * iio: adc: ti-ads1015: Use correct pga upper boundMohammed Billoo2024-01-221-1/+1
* | | Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2024-03-131-7/+7
|\ \ \ | |/ / |/| |
| * | iio: adc: ad_sigma_delta: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-7/+7
| |/
* | iio: adc: ad4130: only set GPIO_CTRL if pin is unusedCosmin Tanislav2024-02-101-3/+7
* | iio: adc: ad4130: zero-initialize clock init dataCosmin Tanislav2024-02-101-1/+1
* | iio: adc: ad7091r8: Fix error code in ad7091r8_gpio_setup()Dan Carpenter2024-01-221-1/+1
|/
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-1710-346/+1149
|\
| * iio: adc: Add support for AD7091R-8Marcelo Schmitt2023-12-265-0/+297
| * iio: adc: Split AD7091R-5 config symbolMarcelo Schmitt2023-12-262-1/+6
| * iio: adc: ad7091r: Add chip_info callback to get conversion result channelMarcelo Schmitt2023-12-263-5/+14
| * iio: adc: ad7091r: Set device mode through chip_info callbackMarcelo Schmitt2023-12-263-37/+39
| * iio: adc: ad7091r: Remove unneeded probe parametersMarcelo Schmitt2023-12-263-9/+7
| * iio: adc: ad7091r: Move chip init data to container structMarcelo Schmitt2023-12-263-30/+55
| * iio: adc: ad7091r: Move generic AD7091R code to base driver and header fileMarcelo Schmitt2023-12-263-37/+42
| * iio: adc: ad7091r: Enable internal vref if external vref is not suppliedMarcelo Schmitt2023-12-262-0/+9
| * iio: adc: ad7091r: Allow users to configure device eventsMarcelo Schmitt2023-12-263-24/+166
| * iio: adc: ad7091r: Align arguments to function call parenthesisMarcelo Schmitt2023-12-171-2/+3
| * iio: adc: ad7091r: Set alert bit in config registerMarcelo Schmitt2023-12-171-0/+6
| * iio: adc: ad7091r: Pass iio_dev to event handlerMarcelo Schmitt2023-12-171-3/+3
| * iio: adc: adi-axi-adc: convert to regmapNuno Sa2023-12-112-34/+53
| * iio: adc: ad9467: use the more common !val NULL checkNuno Sa2023-12-101-1/+1
| * iio: adc: ad9467: use chip_info variables instead of arrayNuno Sa2023-12-101-46/+43
| * iio: adc: ad9467: use spi_get_device_match_data()Nuno Sa2023-12-101-3/+1
| * iio: adc: ad9467: fix scale settingNuno Sa2023-12-102-59/+62
| * iio: adc: ad9467: add mutex to struct ad9467_stateNuno Sa2023-12-101-1/+6
| * iio: adc: ad9467: don't ignore error codesNuno Sa2023-12-101-10/+17
| * iio: adc: ad9467: fix reset gpio handlingNuno Sa2023-12-101-13/+18
| * iio: adc: mcp3911: simplify code with guard macroMarcus Folkesson2023-12-101-41/+23
| * iio: adc: Add driver support for MAX34408/9Ivan Mikhaylov2023-11-163-0/+288