summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/dac
AgeCommit message (Expand)AuthorFilesLines
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen7-84/+7
2011-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen1-13/+1
2011-10-31staging: Add module.h to more drivers implicitly using it.Paul Gortmaker1-0/+1
2011-10-23staging:iio:dac: Add AD5360 driverLars-Peter Clausen3-0/+593
2011-10-19staging:iio:dac:ad5686: Check for negative valuesLars-Peter Clausen1-1/+1
2011-10-19staging:iio:dac:ad5791: Fix scale unitLars-Peter Clausen1-1/+1
2011-10-19staging:iio:dac:ad5791: Convert attributes to new naming specLars-Peter Clausen1-6/+6
2011-10-19staging:iio:dac:ad5791: Allow asymmetrical reference voltagesLars-Peter Clausen2-8/+18
2011-10-19staging:iio:dac:ad5791: Use correct DAC bit-sizeLars-Peter Clausen1-4/+4
2011-10-19iio: Spell fix - consistent use of Converter - no functional changesMichael Hennerich1-2/+2
2011-10-19staging:iio:dac: Add AD5064 driverLars-Peter Clausen3-0/+474
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron5-12/+13
2011-10-17staging:iio: gpio build dependency fixingJonathan Cameron4-4/+0
2011-10-11staging:iio:dac:ad5638: Fix channel addressLars-Peter Clausen1-5/+2
2011-10-11staging:iio:dac/dds/impedance dev_info to indio_dev for consistencyJonathan Cameron2-22/+22
2011-09-26staging: iio: Move sensor drivers to sub menusManuel Stahl1-1/+3
2011-09-16staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron6-75/+81
2011-09-06staging:iio:dac:ad5791 chan spec conversion.Jonathan Cameron2-90/+72
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron4-29/+27
2011-09-06staging:iio: ABI rework - add in_ or out_ prefix to channnelsJonathan Cameron1-49/+21
2011-09-06staging:iio:various cleanup regulator use paths.Jonathan Cameron3-69/+59
2011-09-06staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron1-3/+3
2011-09-06staging:iio: push "sysfs.h" and linux/irq.h out of iio.hJonathan Cameron1-0/+1
2011-09-06staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron1-3/+1
2011-09-06staging: iio: remove specific chrdev for event reading. Get fd from ioctl on ...Jonathan Cameron1-0/+1
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker5-0/+5
2011-08-23staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TY...Jonathan Cameron1-1/+1
2011-08-23staging:iio:trivial sparse related cleanups.Jonathan Cameron1-1/+0
2011-08-23staging:iio:dac:ad5504 dereferencing just freed st in error path.Jonathan Cameron1-1/+1
2011-07-05Staging: iio: some uninitialized variable bugsDan Carpenter1-1/+1
2011-06-28iio: dac: New driver for AD5686R, AD5685R, AD5684R Digital to analog convertersMichael Hennerich3-0/+509
2011-06-28staging:iio:dac:max517: allocate chip state with iio_dev and use iio_priv to ...Jonathan Cameron1-26/+14
2011-06-28staging:iio:dac:ad5791: allocate chip state with iio_dev and use iio_priv for...Jonathan Cameron2-59/+55
2011-06-28staging:iio:dac:ad5446: allocate chip state with iio_dev and use iio_priv for...Jonathan Cameron2-46/+38
2011-06-28staging:iio:dac:ad5504: allocate chip state with iio_dev and use iio_priv for...Jonathan Cameron2-50/+41
2011-06-28staging:iio:dac:ad5624r: allocate chip state with iio_dev and use iio_priv fo...Jonathan Cameron2-45/+38
2011-06-09staging: iio: max517: Fix iio_info changesRoland Stigge1-1/+1
2011-05-19staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron5-15/+48
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron3-38/+3
2011-05-19staging:iio:dac:ad5504 move from old to new event handling.Jonathan Cameron2-41/+16
2011-05-03IIO: DAC: AD5791: Add support for the AD5760/AD5780 High Resolution DACsMichael Hennerich3-20/+50
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron5-5/+5
2011-04-25staging: IIO: DAC: AD5446 add support for AD5541A devicesMichael Hennerich2-0/+8
2011-04-25staging: IIO: DAC: New driver for AD5791/AD5781 High Resolution Voltage Outpu...Michael Hennerich4-0/+538
2011-04-05staging: IIO: DAC: New driver for the AD5504 and AD55041 High Voltage DACsMichael Hennerich4-0/+511
2011-03-14Staging: IIO: DAC: AD5624R: Consistency cleanup - no functional changesMichael Hennerich1-9/+9
2011-03-14staging: IIO: DAC: AD5446: Add support for AD5601/AD5611/AD5621Michael Hennerich3-1/+29
2011-03-14staging: IIO: DAC: AD5446: Add power down supportMichael Hennerich2-19/+153
2011-03-14staging: IIO: DAC: AD5446: Add missing ID table entriesMichael Hennerich1-1/+3
2011-03-09Staging: IIO: DAC: AD5624R: Update to IIO ABIMichael Hennerich2-111/+219