summaryrefslogtreecommitdiff
path: root/drivers/iio/dac
AgeCommit message (Expand)AuthorFilesLines
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-07-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+1
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-50/+34
2025-07-14iio: dac: vf610: Simplify with devm_clk_get_enabled()Krzysztof Kozlowski1-10/+1
2025-07-14iio: adc: vf610: Simplify with dev_err_probeKrzysztof Kozlowski1-5/+3
2025-07-14iio: adc: vf610: Drop -ENOMEM error messageKrzysztof Kozlowski1-3/+1
2025-07-06iio: dac: ltc2688: make ltc2688_dither_ext_info constDavid Lechner1-1/+1
2025-07-06iio: dac: ad5770r: make ad5770r_rng_tbl constDavid Lechner1-1/+1
2025-07-01include: linux: move adi-axi-common.h out of fpgaNuno Sá1-1/+1
2025-06-29iio: dac: ad3530r: Fix incorrect masking for channels 4-7 in powerdown modeKim Seer Paller1-1/+3
2025-06-26iio: dac: ad3552r: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: dac: bd79703: convert to use maple tree register cachechuguangqing1-1/+1
2025-06-26iio: dac: ad5380: convert to use maple tree register cachechuguangqing1-1/+1
2025-06-09iio: Remove single use of macro definition for driver nameWaqar Hameed2-6/+2
2025-06-09iio: dac: adi-axi-dac: use unique bus free checkAngelo Dureghello1-20/+22
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman50-199/+1026
2025-05-21iio: dac: ltc2688: remove bits_per_word = 8David Lechner1-2/+0
2025-05-21iio: dac: ad5791: remove bits_per_word = 8David Lechner1-2/+0
2025-05-21iio: dac: ad5766: remove bits_per_word = 8David Lechner1-2/+0
2025-05-21iio: dac: ad5761: remove bits_per_word = 8David Lechner1-2/+0
2025-05-21iio: dac: ad3530r: Add driver for AD3530R and AD3531RKim Seer Paller3-0/+529
2025-05-21iio: dac: ad7293: add adc reference configurationAntoniu Miclaus1-0/+13
2025-05-21iio: dac: ad5592r: Delete stray unlock in ad5592r_write_raw()Dan Carpenter1-3/+1
2025-05-07iio: dac: adi-axi-dac: fix bus readAngelo Dureghello1-0/+8
2025-04-22iio: normalize array sentinel styleDavid Lechner43-82/+82
2025-04-22iio: dac: ad3552r-hs: add support for internal rampAngelo Dureghello1-6/+156
2025-04-22iio: dac: adi-axi-dac: add data source getAngelo Dureghello1-0/+30
2025-04-22iio: dac: adi-axi-dac: add cntrl chan checkAngelo Dureghello1-0/+24
2025-04-22iio: dac: ad5592r: use new GPIO line value setter callbacksBartosz Golaszewski1-3/+4
2025-04-22iio: dac: ad5592r: use lock guardsBartosz Golaszewski1-79/+56
2025-04-22iio: dac: ad5592r: destroy mutexes in detach pathsBartosz Golaszewski1-2/+6
2025-04-22iio: dac: bd79703: Support ROHM BD79702Matti Vaittinen1-2/+26
2025-04-22iio: dac: bd79703: Support BD79700 and BD79701Matti Vaittinen1-8/+49
2025-04-22iio: dac: bd79703: Add chip dataMatti Vaittinen1-5/+24
2025-04-22iio: dac: bd79703 Store device address to 'address'Matti Vaittinen1-2/+2
2025-04-22iio: dac: ad3552r-hs: add debugfs reg accessAngelo Dureghello3-0/+25
2025-03-14Merge tag 'iio-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman9-136/+537
2025-03-04iio: dac: adi-axi-dac: add io_mode checkAngelo Dureghello1-0/+3
2025-02-17iio: dac: ad8460: Stop using iio_device_claim_direct_scoped()Jonathan Cameron1-6/+12
2025-02-17iio: dac: ad3552r-hs: Stop using iio_device_claim_direct_scoped()Jonathan Cameron1-6/+9
2025-02-11iio: dac: ad5791: Add offload supportAxel Haslam2-0/+166
2025-02-11iio: dac: ad5791: sort include directivesDavid Lechner1-8/+8
2025-02-10iio: buffer-dmaengine: split requesting DMA channel from allocating bufferDavid Lechner1-1/+1
2025-02-08iio: dac: ad5791: fix storageDavid Lechner1-1/+1
2025-02-08iio: dac: ad3552r-hs: update function name (non functional)Angelo Dureghello1-31/+29
2025-02-08iio: dac: ad3552r-hs: add ad3541/2r supportAngelo Dureghello3-51/+216
2025-02-08iio: dac: ad3552r: share model data structuresAngelo Dureghello4-50/+46
2025-02-08iio: dac: ad3552r-hs: use instruction mode for configurationAngelo Dureghello1-1/+28
2025-02-08iio: dac: ad3552r-hs: fix message on wrong chip idAngelo Dureghello1-2/+3
2025-02-08iio: dac: adi-axi-dac: add bus mode setupAngelo Dureghello2-1/+29