summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
...
* iio: adc: ab8500-gpadc: Fix kernel-doc parameter names.Jonathan Cameron2024-04-061-2/+2
* iio: adc: ad7944: use spi_optimize_message()David Lechner2024-03-301-74/+103
* iio: adc: ad7944: simplify adi,spi-mode property parsingDavid Lechner2024-03-281-11/+10
* iio: adc: ad7944: Add support for "3-wire mode"David Lechner2024-03-251-18/+139
* iio: adc: ad7944: add driver for AD7944/AD7985/AD7986David Lechner2024-03-253-0/+427
* iio: adc: twl4030-madc: Make use of device propertiesAndy Shevchenko2024-03-251-10/+9
* iio: adc: ad7173: add support for additional modelsDumitru Ceclan2024-03-251-6/+80
* iio: adc: ad7173: improve chip id's definesDumitru Ceclan2024-03-251-3/+3
* iio: adc: ad7173: add AD7173 driverDumitru Ceclan2024-03-253-0/+1134
* iio: adc: ad_sigma_delta: Add optional irq selectionDumitru Ceclan2024-03-251-9/+14
* iio: adc: spear_adc: Make use of device propertiesAndy Shevchenko2024-03-251-15/+10
* iio: adc: rcar-gyroadc: use for_each_available_child_node_scoped()Jonathan Cameron2024-03-251-15/+6
* iio: adc: rzg2l_adc: Use device_for_each_child_node_scoped()Jonathan Cameron2024-03-251-8/+3
* iio: adc: hx711: Switch from of specific to fwnode property handling.Jonathan Cameron2024-03-251-3/+2
* iio: adc: ad7192: Convert from of specific to fwnode property handlingJonathan Cameron2024-03-251-19/+19
* iio: adc: ad7292: Switch from of specific to fwnode property handlingJonathan Cameron2024-03-251-7/+6
* iio: adc: ad7124: Switch from of specific to fwnode based property handlingJonathan Cameron2024-03-251-32/+23
* iio: adc: fsl-imx25-gcq: Use devm_* and dev_err_probe() to simplify probeJonathan Cameron2024-03-251-51/+35
* iio: adc: fsl-imx25-gcq: Switch from of specific handing to fwnode based.Jonathan Cameron2024-03-251-33/+21
* iio: adc: max11410: Use device_for_each_child_node_scoped()Jonathan Cameron2024-03-251-20/+7
* 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