summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac
Commit message (Expand)AuthorAgeFilesLines
* iio: dac: ad7303: remove an unneeded checkDan Carpenter2014-02-031-1/+1
* iio: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-112-2/+0Star
* iio:dac:mcp4725 drop specification of scan type as unused in this driver.Jonathan Cameron2013-12-171-1/+0Star
* iio:dac:max517 drop specification of scan type as unused in this driver.Jonathan Cameron2013-12-171-1/+0Star
* iio:dac:ad5791 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-2/+7
* iio:dac:ad5764 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-1/+6
* iio:dac:ad5755 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-1/+6
* iio:dac:ad5686 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-2/+7
* iio:dac:ad5624r replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-1/+6
* iio:dac:ad5504 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-1/+5
* iio:dac:ad5449 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-1/+6
* iio:dac:ad5446 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-2/+7
* iio:dac:ad5421 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-1/+5
* iio:dac:ad5380 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-1/+6
* iio:dac:ad5360 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-1/+6
* iio:dac:ad5064 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-1/+6
* iio: Remove support for the legacy event config interfaceLars-Peter Clausen2013-12-081-3/+3
* iio:ad5791: Do not store transfer buffers on the stackLars-Peter Clausen2013-12-031-25/+21Star
* iio:ad5791: Mark transfer buffers as __be32Lars-Peter Clausen2013-12-031-2/+2
* iio:ad5755: Mark transfer buffer as __be32Lars-Peter Clausen2013-12-031-1/+1
* iio:ad5686: Mark transfer buffer as __be32Lars-Peter Clausen2013-12-031-1/+1
* iio:ad5421: Mark transfer buffer as __be32Lars-Peter Clausen2013-12-031-1/+1
* iio:ad5504: Do not store transfer buffers on the stackLars-Peter Clausen2013-12-031-20/+20
* iio:ad5504: Mark transfer buffers as __be16Lars-Peter Clausen2013-12-031-3/+3
* iio: dac: ad5755: Use devm_iio_device_registerSachin Kamat2013-11-241-11/+1Star
* iio: dac: ad5421: Use devm_iio_device_registerSachin Kamat2013-11-241-11/+1Star
* iio: dac: mcp4725: Remove redundant codeSachin Kamat2013-10-241-7/+1Star
* iio: dac: max517: Remove redundant variableSachin Kamat2013-10-241-8/+1Star
* iio: dac: ad5755: Remove redundant codeSachin Kamat2013-10-241-7/+1Star
* iio: dac: ad5421: Remove redundant codeSachin Kamat2013-10-241-7/+1Star
* iio:ad5421: Switch to new event config interfaceLars-Peter Clausen2013-10-121-18/+44
* iio:ad5449: Use spi_sync_transfer()Lars-Peter Clausen2013-10-051-6/+1Star
* iio:mcp4725: Report scale as fractional valueLars-Peter Clausen2013-10-011-5/+3Star
* iio:max517: Report scale as fractional valueLars-Peter Clausen2013-10-011-5/+3Star
* iio:ad5791: Report scale as fractional valueLars-Peter Clausen2013-10-011-3/+3
* iio:ad5764: Report scale as fractional valueLars-Peter Clausen2013-10-011-6/+4Star
* iio:ad5755: Report scale as fractional valueLars-Peter Clausen2013-10-011-12/+5Star
* iio:ad5686: Report scale as fractional valueLars-Peter Clausen2013-10-011-7/+3Star
* iio:ad5624r: Report scale as fractional valueLars-Peter Clausen2013-10-011-6/+3Star
* iio:ad5504: Report scale as fractional valueLars-Peter Clausen2013-10-011-6/+3Star
* iio:ad5446: Report scale as fractional valueLars-Peter Clausen2013-10-011-6/+3Star
* iio:ad5421: Report scale as fractional valueLars-Peter Clausen2013-10-011-11/+5Star
* iio:ad5380: Report scale as fractional valueLars-Peter Clausen2013-10-011-21/+19Star
* iio:ad5360: Report scale as fractional valueLars-Peter Clausen2013-10-011-6/+5Star
* iio:ad5064: Report scale as fractional valueLars-Peter Clausen2013-10-011-4/+3Star
* Merge tag 'iio-for-3.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2013-09-292-1/+7
|\
| * iio: dac: ad5446: Add support for AD5641Aida Mynzhasova2013-09-232-1/+7
* | Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman2013-09-251-6/+6
|\ \ | |/ |/|
| * iio: Fix mcp4725 dev-to-indio_dev conversion in suspend/resumePeter Meerwald2013-09-211-6/+6
* | iio: refactor info mask and ext_info attribute creation.Jonathan Cameron2013-09-1510-9/+22