summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac
Commit message (Expand)AuthorAgeFilesLines
* iio: dac: stm32-dac: better handle reset controller failuresEtienne Carriere2020-01-181-2/+10
* iio: dac: stm32-dac: use reset controller only at probe timeEtienne Carriere2020-01-181-6/+5
* iio: ad5592r: Drop surplus GPIO headerLinus Walleij2019-12-151-1/+0
* iio: dac: ad7303: use regulator get optional to check for ext supplyAlexandru Tachici2019-11-231-18/+7
* iio: dac: ad5446: Add support for new AD5600 DACStefan Popa2019-11-102-2/+8
* iio: dac: vf610: Use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
* iio: dac: lpc18xx: Use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
* iio: dac: ad7303: replace mlock with own lockAlexandru Ardelean2019-10-151-4/+9
* iio: dac: stm32: add power management supportFabrice Gasnier2019-10-152-33/+199
* iio: dac: ad5380: fix incorrect assignment to valColin Ian King2019-09-031-1/+1
* Merge 5.2-rc6 into staging-nextGreg Kroah-Hartman2019-06-236-24/+6
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-195-20/+5
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
* | Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman2019-06-0327-102/+27
|\|
| * Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-3124-87/+24
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-3018-36/+18
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-302-18/+2
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-31/+3
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-2/+1
| * | Merge tag 'staging-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-311-1/+1
| |\ \ | | |/ | |/|
| | * Merge tag 'iio-fixes-for-5.2a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-05-201-1/+1
| | |\
| | | * iio: dac: ds4422/ds4424 fix chip verificationRuslan Babayev2019-05-111-1/+1
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
| * | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| |/ /
* | | iio: dac: ds4422/ds4424 drop of_node checkRuslan Babayev2019-05-111-6/+0
* | | iio: dac: ad5758: remove set but not used variable 'dc_dc_mode'YueHaibing2019-04-271-6/+3
* | | iio: dac: ad5758: declare missing of tableDaniel Gomez2019-04-271-0/+9
|/ /
* | Merge tag 'iio-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-04-251-37/+18
|\ \
| * | iio: dac: ad5758: Modifications for new revisionMircea Caprioru2019-04-221-37/+18
* | | Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-0/+1
|\ \ \ | |/ / |/| / | |/
| * iio: dac: mcp4725: add missing powerdown bits in store eepromJean-Francois Dagenais2019-03-161-0/+1
* | iio:dac:ad5064 mlock cleanup - move to a local lock.Jonathan Cameron2019-04-041-6/+9
* | iio: dac: ti-dac5571: Update the module author email addressSean Nyekjaer2019-04-041-1/+1
|/
* iio:dac:ti-dac7612: Add driver for Texas Instruments DAC7612Ricardo Ribalda Delgado2019-02-093-0/+195
* drivers: iio: dac: Fix wrong license for ADI driversStefan Popa2019-02-095-5/+5
* iio: dac: ad5686: Add support for AD5674R/AD5679RMircea Caprioru2019-01-124-7/+50
* iio: dac: ad5686: fix bit shift read registerMircea Caprioru2018-12-081-1/+2
* iio:dac:ad5686: Add AD5310R supportStefan Popa2018-12-083-3/+41
* iio:dac:ti-dac7311 Add driver for Texas Instrument DAC7311Charles-Antoine Couret2018-11-113-0/+348
* iio: dpot-dac: mark expected switch fall-through with text GCC expects.Gustavo A. R. Silva2018-10-141-2/+2
* iio: ad5064: Fix regulator handlingLars-Peter Clausen2018-09-291-15/+38
* Merge tag 'iio-for-4.20a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2018-09-1414-38/+308
|\
| * iio: dac: ad5758: Add support for hard resetStefan Popa2018-09-021-2/+24
| * iio: dac: ti-dac5571: provide of_match_table to driverMarcus Folkesson2018-08-251-0/+1
| * iio: dac: mcp4922: fix error handling in mcp4922_write_rawMarcus Folkesson2018-08-251-3/+8
| * iio: dac: add support for ltc1660Marcus Folkesson2018-08-253-0/+261
| * iio: dpot-dac: switch to SPDX license identifierPeter Rosin2018-08-201-4/+1
| * iio: dac: mcp4725: avoid using CONFIG_PM_SLEEPMarcus Folkesson2018-08-191-9/+3
| * iio: dac: max5821: avoid using CONFIG_PM_SLEEPMarcus Folkesson2018-08-191-8/+3
| * iio: dac: max517: avoid using CONFIG_PM_SLEEPMarcus Folkesson2018-08-191-8/+3