summaryrefslogtreecommitdiff
path: root/drivers/iio/dac
AgeCommit message (Expand)AuthorFilesLines
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman2-30/+23
2026-03-22iio: dac: ds4424: add Rfs-based scale and per-variant limitsOleksij Rempel1-1/+80
2026-03-22iio: dac: ds4424: convert to regmapOleksij Rempel2-73/+91
2026-03-22iio: dac: ds4424: support per-variant output range limitsOleksij Rempel1-2/+12
2026-03-22iio: dac: ds4424: add DS4402/DS4404 device IDsDavid Jander1-0/+14
2026-03-22iio: dac: ds4424: use fsleep() instead of usleep_range()Oleksij Rempel1-1/+8
2026-03-22iio: dac: ds4424: use device match data for chip infoOleksij Rempel1-23/+24
2026-03-22iio: dac: ds4424: rename iio_info struct to avoid ambiguityOleksij Rempel1-2/+2
2026-03-22iio: dac: ds4424: sort headers alphabeticallyOleksij Rempel1-4/+5
2026-03-22iio: dac: ds4424: ratelimit read errors and use device contextOleksij Rempel1-2/+3
2026-03-22iio: dac: ds4424: refactor raw access to use bitwise operationsOleksij Rempel1-34/+21
2026-03-22Merge tag 'v7.0-rc4' into togregJonathan Cameron1-1/+1
2026-03-22iio: dac: ad5770r: fix error return in ad5770r_read_raw()Antoniu Miclaus1-1/+1
2026-03-21iio: dac: ltc2632: add support for LTC2654 DAC familyDavid Marinovic1-3/+23
2026-03-21iio: dac: ltc2632: drop enum and use individual chip_info objectsDavid Marinovic1-185/+142
2026-03-15iio: dac: mcp47feb02: Fix Vref validation [1-999] caseAriana Lazar1-27/+22
2026-03-04iio: dac: ti-dac5571: remove unused id fieldAntoniu Miclaus1-1/+0
2026-03-04iio: dac: adi-axi-dac: remove unused int_tone fieldAntoniu Miclaus1-1/+0
2026-03-04iio: dac: ad5360: converting to guard(mutex)Menderes Sabaz1-20/+9
2026-03-01iio: dac: mcp47feb02: Fix mutex used before initializationFelix Gu1-2/+0
2026-02-28iio: dac: ad7293: use dev_err_probe()Antoniu Miclaus1-5/+3
2026-02-28iio: dac: ad7293: add dev variableAntoniu Miclaus1-11/+12
2026-02-23iio: dac: ds4424: reject -128 RAW valueOleksij Rempel1-1/+1
2026-02-23iio: dac: max5522: simplify probe with devm_regulator_get_enable_read_voltage()Antoniu Miclaus1-15/+7
2026-02-23iio: dac: adi-axi-dac: define supported iio-backend capabilitiesTomas Melin1-0/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-02Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman6-36/+1807
2026-01-23iio: dac: Add MAX22007 DAC driver supportJanani Sunil3-0/+505
2026-01-11iio: dac: ds4424: drop unused include IIO consumer headerRomain Gantois1-1/+0
2026-01-11iio: dac: ad3552r-hs: fix out-of-bound write in ad3552r_hs_write_data_sourceMiaoqian Lin1-1/+4
2025-12-31iio: dac: adi-axi-dac: Make use of dev_err_probe()Nuno Sá1-12/+9
2025-12-31iio: dac: adi-axi-dac: Make use of a local struct device variableNuno Sá1-24/+23
2025-12-31iio: dac: adding support for Microchip MCP47FEB02Ariana Lazar3-0/+1271
2025-12-21iio: dac: ad5686: add AD5695R to ad5686_chip_info_tblKübrich, Andreas1-0/+6
2025-12-07Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-472/+530
2025-11-24iio: dac: Convert to common field_prep() helperGeert Uytterhoeven1-4/+0
2025-11-24iio: dac: ad3530r: #undef field_prep() before local definitionGeert Uytterhoeven1-0/+1
2025-11-09iio: dac: ad5446: Add AD5542 to the spi id tableMichael Hennerich1-0/+2
2025-11-09iio: dac: ad5446: Fix coding style issuesNuno Sá1-12/+11
2025-11-09iio: dac: ad5446: Refactor header inclusionNuno Sá2-11/+8
2025-11-09iio: dac: ad5446: Make use of the cleanup helpersNuno Sá1-19/+26
2025-11-09iio: dac: ad5446: Make use of devm_mutex_init()Nuno Sá1-1/+3
2025-11-09iio: dac: ad5446: Separate I2C/SPI into different driversNuno Sá6-451/+462
2025-11-09iio: dac: ad5456: Add missing DT compatiblesNuno Sá1-0/+41
2025-11-09iio: dac: ad5446: Move to single chip_info structuresNuno Sá1-172/+172
2025-11-09iio: dac: ad5446: Don't ignore missing regulatorNuno Sá1-4/+5
2025-11-09iio: dac: ad5446: Drop duplicated spi_id entryNuno Sá1-6/+1
2025-11-09iio: dac: ad5446: Use DMA safe buffer for transfersNuno Sá1-8/+13
2025-10-19iio: dac: ltc2688: use the auto lock APINuno Sá1-16/+12