summaryrefslogtreecommitdiff
path: root/drivers/iio/dac
AgeCommit message (Expand)AuthorFilesLines
7 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)30-30/+0
2026-06-14Merge tag 'iio-fixes-for-7.1b' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-1/+1
2026-06-02iio: dac: ad5686: create bus ops structRodrigo Alencar4-28/+47
2026-06-02iio: dac: ad5686: cleanup doc header of local structsRodrigo Alencar1-6/+5
2026-06-02iio: dac: ad5686: add control_sync() for single-channel devicesRodrigo Alencar2-41/+58
2026-06-02iio: dac: ad5686: add helpers to handle powerdown masksRodrigo Alencar2-19/+34
2026-06-02iio: dac: ad5686: add of_match table to the spi driverRodrigo Alencar1-0/+21
2026-06-02iio: dac: ad5686: drop enum idRodrigo Alencar4-285/+240
2026-06-02iio: dac: ad5686: remove redundant register definitionRodrigo Alencar2-16/+5
2026-06-02iio: dac: ad5686: refactor include headersRodrigo Alencar4-15/+22
2026-06-02Merge tag 'v7.1-rc6' into workJonathan Cameron4-29/+91
2026-05-31iio: Initialize i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)11-133/+133
2026-05-31iio: dac: max5821: Drop unused i2c driver dataUwe Kleine-König (The Capable Hub)1-5/+1
2026-05-31iio: dac: ad5504: introduce local dev pointerTaha Ed-Dafili1-11/+12
2026-05-31iio: dac: ad5504: sort headers alphabeticallyTaha Ed-Dafili1-8/+8
2026-05-31iio: dac: ad5706r: Add support for AD5706R DACAlexis Czezar Torreno3-0/+265
2026-05-26iio: dac: ad3552r-hs: fix uninitialized data ni ad3552r_hs_write_data_source()Dan Carpenter1-1/+1
2026-05-15iio: dac: ad5686: fix powerdown control on dual-channel devicesRodrigo Alencar1-10/+30
2026-05-15iio: dac: ad5686: acquire lock when doing powerdown controlRodrigo Alencar1-0/+8
2026-05-15iio: dac: ad3530r: Fix AD3531/AD3531R powerdown mode stringsKim Seer Paller1-14/+40
2026-05-15iio: dac: ad5686: fix input raw value checkRodrigo Alencar1-1/+1
2026-05-15iio: dac: ad5686: fix ref bit initialization for single-channel partsRodrigo Alencar2-3/+4
2026-05-15iio: dac: max5821: fix return value check in powerdown syncSalah Triki1-1/+8
2026-04-27iio: dac: ltc2664: Use devm_mutex_init()David Carlier1-1/+3
2026-04-27iio: dac: ad5686: Use devm_mutex_init()David Carlier1-1/+3
2026-04-27iio: dac: ad5755: Use devm_mutex_init()David Carlier1-2/+3
2026-04-27iio: dac: ad5758: Use devm_mutex_init()David Carlier1-1/+3
2026-04-27iio: dac: ad7303: Use devm_mutex_init()David Carlier1-1/+3
2026-04-27iio: dac: ad3552r: Use devm_mutex_init()David Carlier1-1/+3
2026-04-27iio: dac: ad3552r: use field_get() for power-down bit readPiyush Patle1-2/+1
2026-04-27iio: dac: mcp4821: add configurable gain supportNikhil Gautam1-20/+108
2026-04-27iio: dac: mcp4821: move state initialization outside switchNikhil Gautam1-2/+1
2026-04-27iio: dac: mcp4821: fix spelling mistake in enum nameNikhil Gautam1-1/+1
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