summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/dac/ad5624r_spi.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio: Move DAC drivers out of stagingLars-Peter Clausen2012-06-051-324/+0
* staging:iio:dac:ad5624r: 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:ad5624r: Convert to extended channel attributesLars-Peter Clausen2012-06-051-118/+90
* 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-2/+2
* staging:iio:dac Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron2012-04-181-2/+3
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-49/+78
|\
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-261-0/+1
| * staging:iio:dac:ad5624r: Convert to channel specLars-Peter Clausen2011-11-261-49/+77
* | 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-1/+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-15/+15
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-061-1/+0
* staging:iio:various cleanup regulator use paths.Jonathan Cameron2011-09-061-24/+23
* staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron2011-09-061-3/+3
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-251-0/+1
* Staging: iio: some uninitialized variable bugsDan Carpenter2011-07-051-1/+1
* staging:iio:dac:ad5624r: allocate chip state with iio_dev and use iio_priv fo...Jonathan Cameron2011-06-281-44/+38
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-191-2/+6
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-191-12/+1
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-251-1/+1
* Staging: IIO: DAC: AD5624R: Consistency cleanup - no functional changesMichael Hennerich2011-03-141-9/+9
* Staging: IIO: DAC: AD5624R: Update to IIO ABIMichael Hennerich2011-03-091-96/+145
* staging: iio: dac: Cleanup style - no functional changesMichael Hennerich2010-11-191-32/+35
* staging: iio: dac: Use spi_device_idMichael Hennerich2010-11-191-16/+9
* staging: iio: dac: Use spi_write() and handle return valueMichael Hennerich2010-11-191-16/+7
* staging: iio: dac: Update drivers to use new attribute namingMichael Hennerich2010-11-191-8/+8
* staging: iio: dac: new driver for AD5624R devicesBarry Song2010-11-091-0/+313