summaryrefslogtreecommitdiff
path: root/drivers/iio/dac
AgeCommit message (Expand)AuthorFilesLines
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
2025-02-03iio: dac: ad3552r: clear reset status flagAngelo Dureghello1-0/+6
2025-02-03iio: dac: adi-axi-dac: modify stream enableAngelo Dureghello1-0/+8
2025-01-16Merge tag 'iio-fixes-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-8/+11
2025-01-12iio: dac: ad3552r-hs: clear reset status flagAngelo Dureghello1-0/+6
2025-01-12iio: dac: ad3552r-common: fix ad3541/2r rangesAngelo Dureghello2-8/+5
2024-12-28iio: dac: Support ROHM BD79703 DACMatti Vaittinen3-0/+171
2024-12-28iio: dac: ad7293: enable power before resetDavid Lechner1-59/+9
2024-12-28iio: dac: ad5624r: Drop docs of missing membersMatti Vaittinen1-2/+0
2024-12-07iio: dac: Fix converters spelling typo.Karan Sanghavi1-1/+1
2024-12-07iio: dac: max5821: use devm_regulator_get_enable_read_voltage()David Lechner1-32/+4
2024-12-07iio: dac: ltc2688: use devm_regulator_get_enable_read_voltage()David Lechner1-34/+10
2024-12-07iio: dac ltc2632: drop driver remove functionDavid Lechner1-10/+1
2024-12-07iio: dac: ltc2632: use devm_regulator_get_enable_read_voltage()David Lechner1-40/+18
2024-12-07iio: dac ad8801: drop driver remove functionDavid Lechner1-10/+1
2024-12-07iio: dac: ad8801: use devm_regulator_get_enable_read_voltage()David Lechner1-58/+12