aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-09iio: dac: mcp4725: set iio name property in sysfsYong Li1-0/+1
2015-11-18Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-27/+64
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds14-14/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis14-14/+0
2015-10-25iio: ad5064: Fix ad5629/ad5669 shiftLars-Peter Clausen1-26/+57
2015-10-25iio:ad5064: Make sure ad5064_i2c_write() returns 0 on successMichael Hennerich1-1/+7
2015-10-11iio:dac:m62332: use dynamic scaleHartmut Knaack1-7/+6
2015-10-11iio:dac:m62332: address some style issuesHartmut Knaack1-5/+11
2015-10-11iio:dac:m62332: drop unrequired variableHartmut Knaack1-6/+2
2015-10-11iio:dac:m62332: use ARRAY_SIZEHartmut Knaack1-3/+3
2015-10-11iio:dac:m62332: shutdown on removeHartmut Knaack1-0/+2
2015-10-11iio:dac:m62332: share scale and offsetHartmut Knaack1-9/+9
2015-09-30iio: dac: ad5504: leave sysfs naming to the coreMartin Kepplinger1-1/+0
2015-09-23iio: dac: max5821: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-08-22iio: dac: ad7303: Add OF match tableJavier Martinez Canillas1-0/+7
2015-07-20Merge 4.2-rc3 into staging-nextGreg Kroah-Hartman1-2/+2
2015-07-13Merge tag 'iio-fixes-for-4.2a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-2/+2
2015-07-11iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski4-4/+0
2015-06-21iio: DAC: ad5624r_spi: fix bit shift of output data valueJM Friedt1-2/+2
2015-05-17iio: add m62332 DAC driverDmitry Eremin-Solenikov3-0/+280
2015-03-28iio: max517: Add support for MAX520 and MAX521 chips.Antonio Fiol2-15/+41
2015-02-04iio: ad5686: fix optional reference voltage declarationUrs Fässler1-1/+1
2014-07-27iio: add support of the max5821Philippe Reynes3-0/+414
2014-07-03iio: ad5686: Remove redundant variableSachin Kamat1-2/+1
2014-07-03iio: ad5504: Remove redundant variableSachin Kamat1-4/+1
2014-07-03iio: ad5624r_spi: Remove redundant variableSachin Kamat1-4/+1
2014-06-21iio: dac: mcp4902/mcp4912/mcp4922 dac driverMichael Welling3-0/+227
2014-06-14iio:adc:ad5504: Use BIT() and GENMASK() macrosPeter Meerwald1-6/+5
2014-06-14iio:adc:ad5791: Use BIT() and GENMASK() macrosPeter Meerwald1-15/+14
2014-02-03iio: dac: ad7303: remove an unneeded checkDan Carpenter1-1/+1
2014-01-11iio: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2013-12-17iio:dac:mcp4725 drop specification of scan type as unused in this driver.Jonathan Cameron1-1/+0
2013-12-17iio:dac:max517 drop specification of scan type as unused in this driver.Jonathan Cameron1-1/+0
2013-12-17iio:dac:ad5791 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-2/+7
2013-12-17iio:dac:ad5764 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:ad5755 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:ad5686 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-2/+7
2013-12-17iio:dac:ad5624r replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:ad5504 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+5
2013-12-17iio:dac:ad5449 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:ad5446 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-2/+7
2013-12-17iio:dac:ad5421 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+5
2013-12-17iio:dac:ad5380 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:ad5360 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:ad5064 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-08iio: Remove support for the legacy event config interfaceLars-Peter Clausen1-3/+3
2013-12-03iio:ad5791: Do not store transfer buffers on the stackLars-Peter Clausen1-25/+21
2013-12-03iio:ad5791: Mark transfer buffers as __be32Lars-Peter Clausen1-2/+2
2013-12-03iio:ad5755: Mark transfer buffer as __be32Lars-Peter Clausen1-1/+1
2013-12-03iio:ad5686: Mark transfer buffer as __be32Lars-Peter Clausen1-1/+1