summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/dac/ad5504.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio: Move DAC drivers out of stagingLars-Peter Clausen2012-06-051-394/+0
* staging:iio:dac:ad5504: Move private structs and defines from header to C fileLars-Peter Clausen2012-06-051-0/+45
* staging:iio:dac:ad5504: Check if IRQ was requested before freeing itLars-Peter Clausen2012-06-051-1/+2
* staging:iio:dac:ad5504: Use strtobool for boolean valuesLars-Peter Clausen2012-06-051-6/+4
* staging:iio:dac: Remove unused dac.h includesLars-Peter Clausen2012-06-051-1/+1
* staging:iio:dac:ad5504: Convert to extended channel attributesLars-Peter Clausen2012-06-051-105/+58
* staging:iio:dac: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-4/+4
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-3/+3
* staging:iio:dac Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron2012-04-181-3/+4
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-60/+72
|\
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-261-0/+1
| * staging:iio:dac:ad5504: Convert to channel specLars-Peter Clausen2011-11-261-60/+70
| * staging:iio: header reorganizationJonathan Cameron2011-11-261-0/+1
* | staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen2011-11-171-12/+1
|/
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-171-2/+2
* staging:iio: gpio build dependency fixingJonathan Cameron2011-10-171-1/+0
* staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron2011-09-161-22/+21
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-061-20/+20
* 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-251-0/+1
* staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TY...Jonathan Cameron2011-08-231-1/+1
* staging:iio:dac:ad5504 dereferencing just freed st in error path.Jonathan Cameron2011-08-231-1/+1
* staging:iio:dac:ad5504: allocate chip state with iio_dev and use iio_priv for...Jonathan Cameron2011-06-281-48/+41
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-191-6/+18
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-191-14/+1
* staging:iio:dac:ad5504 move from old to new event handling.Jonathan Cameron2011-05-191-37/+16
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-251-1/+1
* staging: IIO: DAC: New driver for the AD5504 and AD55041 High Voltage DACsMichael Hennerich2011-04-051-0/+426
OpenPOWER on IntegriCloud