summaryrefslogtreecommitdiff
path: root/drivers/iio/dac
AgeCommit message (Expand)AuthorFilesLines
5 daysiio: dac: ad5686: add AD5695R to ad5686_chip_info_tblKübrich, Andreas1-0/+6
2025-10-19iio: dac: ad5421: use int type to store negative error codesQianfeng Rong1-1/+1
2025-10-19iio: dac: ad5360: use int type to store negative error codesQianfeng Rong1-1/+1
2024-10-22iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in KconfigJavier Carrasco1-0/+1
2024-10-22iio: dac: ltc1660: add missing select REGMAP_SPI in KconfigJavier Carrasco1-0/+1
2024-10-22iio: dac: ad5770r: add missing select REGMAP_SPI in KconfigJavier Carrasco1-0/+1
2024-07-05iio: dac: ad5592r: fix temperature channel scaling valueMarc Ferland1-1/+1
2023-06-09iio: dac: build ad5758 driver when AD5758 is selectedLukas Bulwahn1-1/+1
2023-06-09iio: dac: mcp4725: Fix i2c_master_send() return value handlingMarek Vasut1-2/+14
2023-04-13iio: dac: cio-dac: Fix max DAC write value check for 12-bitWilliam Breathitt Gray1-2/+2
2022-10-26iio: dac: ad5593r: Fix i2c read protocol requirementsMichael Hennerich1-19/+27
2022-05-09iio: dac: ad5446: Fix read_raw not returning set valueMichael Hennerich1-1/+1
2022-05-09iio: dac: ad5592r: Fix the missing return value.Zizhuang Deng1-1/+1
2021-11-18iio: ad5770r: make devicetree property reading consistentNuno Sá1-1/+1
2021-11-18iio: dac: ad5446: Fix ad5622_write() return valuePekka Korpinen1-1/+8
2021-11-18drivers: iio: dac: ad5766: Fix dt property nameMihail Chindris1-3/+3
2021-09-14iio: dac: ti-dac5571: fix an error code in probe()Dan Carpenter1-0/+1
2021-07-31iio: dac: max5821: convert device register to device managed functionThéo Borém Fabris1-24/+17
2021-07-19iio: dac: ad5624r: Fix incorrect handling of an optional regulator.Jonathan Cameron1-1/+17
2021-06-09Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2-4/+1
2021-05-22iio: dac: ad5770r: Put fwnode in error case during ->probe()Andy Shevchenko1-5/+11
2021-05-17iio: dac: stm32-dac: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron1-2/+1
2021-05-17iio: dac: ad5766: Drop duplicate setting of iio_dev.dev.parent and of_nodeJonathan Cameron1-2/+0
2021-03-29iio: dac: Rudimentary typo fixBhaskar Chowdhury1-1/+1
2021-03-29iio: dac: Convert powerdown read callbacks to sysfs_emit()Lars-Peter Clausen19-23/+23
2021-03-25iio:dac:max517.c: Use devm_iio_device_register()Mugilraj Dhavachelvan1-9/+1
2021-03-25iio: dac: ad5504: fix wrong part number in kernel-doc structure name.Jonathan Cameron1-1/+1
2021-03-25iio: dac: ad5770r: kernel-doc fix case of letter R wrong in structure nameJonathan Cameron1-1/+1
2021-03-11iio: dac: ad5686: Add support for AD5673R/AD5677RMircea Caprioru4-4/+21
2021-03-11iio:adc:dac:ad5791 typo fix of regsterzuoqilin1-1/+1
2021-01-25Merge 5.11-rc5 into staging-nextGreg Kroah-Hartman1-2/+2
2021-01-22iio: dac: ad5766: add driver support for AD5766Cristian Pop3-0/+654
2021-01-14iio: ad5504: Fix setting power-down stateLars-Peter Clausen1-2/+2
2020-10-10iio: dac: ad7303: remove platform data headerAlexandru Ardelean1-2/+0
2020-10-10iio: dac: ad5686: add of_match_tableMichael Auchter1-0/+19
2020-10-10iio: dac: ad5686: add support for AD5338RMichael Auchter4-3/+19
2020-09-22Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman11-80/+75
2020-09-21iio: dac: ad5592r: localize locks only where needed in ad5592r_read_raw()Alexandru Ardelean1-15/+15
2020-09-21iio: dac: ad5592r: un-indent code-block for scale readAlexandru Ardelean1-14/+12
2020-09-21iio:dac:ad5592r: Fix use of true for IIO_SHARED_BY_TYPEJonathan Cameron1-1/+1
2020-09-21iio: dac: ad5064: Fix a few kerneldoc misdemeanoursLee Jones1-3/+3
2020-09-21iio: dac: ad7303: Complete 'struct ad7303_state' docLee Jones1-0/+3
2020-09-21iio:dac:ti-dac5571: Drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron1-5/+2
2020-09-21iio:dac:ti-dac082s085: Drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron1-3/+2
2020-09-21iio:dac:mcp4725: drop of_match_ptr and use generic fw propertiesJonathan Cameron1-22/+7
2020-09-21iio:dac:ad7303: Drop of_match_ptr protectionJonathan Cameron1-1/+2
2020-09-21iio:dac:ad5593r: Drop of_match_ptr and ACPI_PTR protections.Jonathan Cameron1-4/+3
2020-09-21iio:dac:ad5592r: Drop of_match_ptr and ACPI_PTR protections.Jonathan Cameron1-4/+3
2020-09-21iio:dac:ad5446: Drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron1-3/+2
2020-09-16iio: dac: ti-dac7612: Replace indio_dev->mlock with own device lockSergiu Cuciurean1-2/+12