summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-05-1919-34/+31
|\
| * iio: dac: ltc2632: Make use of device propertiesAndy Shevchenko2022-04-281-3/+3
| * iio: dac: dpot: Drop dependency on OFAndy Shevchenko2022-04-281-1/+0
| * iio: dac: lpc18xx: Drop dependency on OFAndy Shevchenko2022-04-281-1/+1
| * iio: dac: vf610: Drop dependency on OFAndy Shevchenko2022-04-281-1/+0
| * iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen2022-04-2817-18/+18
| * iio: dac: ltc2688: Use temporary variable for struct deviceAndy Shevchenko2022-04-041-10/+9
* | iio: dac: ltc2688: fix voltage scale readNuno Sá2022-04-161-1/+1
* | iio:dac:ad3552r: Fix an IS_ERR() vs NULL checkDan Carpenter2022-04-101-2/+2
* | iio: dac: ad5446: Fix read_raw not returning set valueMichael Hennerich2022-04-101-1/+1
* | iio: dac: ad5592r: Fix the missing return value.Zizhuang Deng2022-04-041-1/+1
* | iio: dac: dac5571: Fix chip id detection for OF devicesJose Cazarin2022-04-041-10/+18
* | iio: dac: ad3552r: fix signedness bug in ad3552r_reset()Dan Carpenter2022-04-041-1/+1
|/
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2813-31/+1108
|\
| * iio: dac: add support for ltc2688Nuno Sá2022-03-013-0/+1083
| * iio:adc:stm32*: Use pm[_sleep]_ptr() etc to avoid need to make pm __maybe_unusedJonathan Cameron2022-02-212-13/+12
| * iio:dac:m62332: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-9/+2
| * iio:dac:vf610: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+3
| * iio:dac:ad5686: Move exports into IIO_AD5686 namespaceJonathan Cameron2022-02-183-2/+4
| * iio:dac:ad5592r: Move exports into IIO_AD5592R namespaceJonathan Cameron2022-02-183-2/+4
| * iio: dac: ad5592r: Drop leftover header inclusionAndy Shevchenko2022-02-061-1/+0
* | spi: make remove callback a void functionUwe Kleine-König2022-02-0917-50/+17
|/
* iio:dac:mcp4725: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-211-1/+1
* drivers:iio:dac: Add AD3552R driver supportMihail Chindris2021-12-163-0/+1149
* iio:adc/dac:Kconfig: Update to drop OF dependencies.Jonathan Cameron2021-12-121-1/+0
* iio:dac:lpc18xx_dac: Swap from of* to mod_devicetable.hJonathan Cameron2021-12-121-2/+1
* iio:dac:dpot-dac: Swap of.h for mod_devicetable.hJonathan Cameron2021-12-121-1/+1
* iio:dac:ad5758: Drop unused of specific headers.Jonathan Cameron2021-12-121-2/+1
* iio:dac:ad5755: Switch to generic firmware properties and drop pdataJonathan Cameron2021-12-121-36/+116
* iio:dac:ad7293: add support for AD7293Antoniu Miclaus2021-12-043-0/+946
* iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus2021-11-2714-28/+19
* Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-10-242-4/+11
|\
| * iio: dac: ad5446: Fix ad5622_write() return valuePekka Korpinen2021-10-171-1/+8
| * drivers: iio: dac: ad5766: Fix dt property nameMihail Chindris2021-10-071-3/+3
* | Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2021-10-1922-143/+134
|\ \ | |/ |/|
| * iio: dac: ad5686: Make ad5686_remove() return voidUwe Kleine-König2021-10-194-6/+8
| * iio: dac: ad5592r: Make ad5592r_remove() return voidUwe Kleine-König2021-10-194-6/+8
| * iio: dac: ad5446: Make ad5446_remove() return voidUwe Kleine-König2021-10-191-5/+7
| * iio: dac: ad5380: Make ad5380_remove() return voidUwe Kleine-König2021-10-191-7/+8
| * drivers:iio:dac:ad5766.c: Add trigger bufferMihail Chindris2021-10-191-0/+42
| * iio: dac: ti-dac7311: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+3
| * iio: dac: stm32-dac: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-10/+4
| * iio: dac: mcp4922: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+3
| * iio: dac: max5821: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-6/+3
| * iio: dac: ds4424: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-6/+3
| * iio: dac: ltc1660: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+3
| * iio: dac: lpc18xx_dac: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-8/+6
| * iio: dac: ad8801: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-6/+5
| * iio: dac: stm32-dac: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-10-171-3/+1
| * iio: dac: ad5064: convert probe to full device-managedAlexandru Ardelean2021-10-171-37/+12