aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/dac
Commit message (Expand)AuthorAgeFilesLines
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-233-0/+1509
|\
| * iio: DAC: ad5624r_spi: fix bit shift of output data valueJM Friedt2015-08-121-2/+2
| * staging: Add module.h to more drivers implicitly using it.Paul Gortmaker2011-10-311-0/+1
| * staging:iio:dac: Add AD5360 driverLars-Peter Clausen2011-10-233-0/+593
| * staging:iio:dac:ad5686: Check for negative valuesLars-Peter Clausen2011-10-191-1/+1
| * staging:iio:dac:ad5791: Fix scale unitLars-Peter Clausen2011-10-191-1/+1
| * staging:iio:dac:ad5791: Convert attributes to new naming specLars-Peter Clausen2011-10-191-6/+6
| * staging:iio:dac:ad5791: Allow asymmetrical reference voltagesLars-Peter Clausen2011-10-192-8/+18
| * staging:iio:dac:ad5791: Use correct DAC bit-sizeLars-Peter Clausen2011-10-191-4/+4
| * iio: Spell fix - consistent use of Converter - no functional changesMichael Hennerich2011-10-191-2/+2
| * staging:iio:dac: Add AD5064 driverLars-Peter Clausen2011-10-193-0/+474
| * staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-175-12/+13
| * staging:iio: gpio build dependency fixingJonathan Cameron2011-10-174-4/+0
| * staging:iio:dac:ad5638: Fix channel addressLars-Peter Clausen2011-10-111-5/+2
| * staging:iio:dac/dds/impedance dev_info to indio_dev for consistencyJonathan Cameron2011-10-112-22/+22
| * staging: iio: Move sensor drivers to sub menusManuel Stahl2011-09-261-1/+3
| * staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron2011-09-166-75/+81
| * staging:iio:dac:ad5791 chan spec conversion.Jonathan Cameron2011-09-062-90/+72
| * staging:iio: rework of attribute registration.Jonathan Cameron2011-09-064-29/+27
| * staging:iio: ABI rework - add in_ or out_ prefix to channnelsJonathan Cameron2011-09-061-49/+21
| * staging:iio:various cleanup regulator use paths.Jonathan Cameron2011-09-063-69/+59
| * staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron2011-09-061-3/+3
| * staging:iio: push "sysfs.h" and linux/irq.h out of iio.hJonathan Cameron2011-09-061-0/+1
| * staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron2011-09-061-3/+1
| * staging: iio: remove specific chrdev for event reading. Get fd from ioctl on ...Jonathan Cameron2011-09-061-0/+1
| * staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-255-0/+5
| * staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TY...Jonathan Cameron2011-08-231-1/+1
| * staging:iio:trivial sparse related cleanups.Jonathan Cameron2011-08-231-1/+0
| * staging:iio:dac:ad5504 dereferencing just freed st in error path.Jonathan Cameron2011-08-231-1/+1
| * Staging: iio: some uninitialized variable bugsDan Carpenter2011-07-051-1/+1
| * iio: dac: New driver for AD5686R, AD5685R, AD5684R Digital to analog convertersMichael Hennerich2011-06-283-0/+509
| * staging:iio:dac:max517: allocate chip state with iio_dev and use iio_priv to ...Jonathan Cameron2011-06-281-26/+14
| * staging:iio:dac:ad5791: allocate chip state with iio_dev and use iio_priv for...Jonathan Cameron2011-06-282-59/+55
| * staging:iio:dac:ad5446: allocate chip state with iio_dev and use iio_priv for...Jonathan Cameron2011-06-282-46/+38
| * staging:iio:dac:ad5504: allocate chip state with iio_dev and use iio_priv for...Jonathan Cameron2011-06-282-50/+41
| * staging:iio:dac:ad5624r: allocate chip state with iio_dev and use iio_priv fo...Jonathan Cameron2011-06-282-45/+38
|/
* staging: iio: max517: Fix iio_info changesRoland Stigge2011-06-091-1/+1
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-195-15/+48
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-193-38/+3
* staging:iio:dac:ad5504 move from old to new event handling.Jonathan Cameron2011-05-192-41/+16
* IIO: DAC: AD5791: Add support for the AD5760/AD5780 High Resolution DACsMichael Hennerich2011-05-033-20/+50
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-255-5/+5
* staging: IIO: DAC: AD5446 add support for AD5541A devicesMichael Hennerich2011-04-252-0/+8
* staging: IIO: DAC: New driver for AD5791/AD5781 High Resolution Voltage Outpu...Michael Hennerich2011-04-254-0/+538
* staging: IIO: DAC: New driver for the AD5504 and AD55041 High Voltage DACsMichael Hennerich2011-04-054-0/+511
* Staging: IIO: DAC: AD5624R: Consistency cleanup - no functional changesMichael Hennerich2011-03-141-9/+9
* staging: IIO: DAC: AD5446: Add support for AD5601/AD5611/AD5621Michael Hennerich2011-03-143-1/+29
* staging: IIO: DAC: AD5446: Add power down supportMichael Hennerich2011-03-142-19/+153
* staging: IIO: DAC: AD5446: Add missing ID table entriesMichael Hennerich2011-03-141-1/+3
* Staging: IIO: DAC: AD5624R: Update to IIO ABIMichael Hennerich2011-03-092-111/+219