aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7780.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-04-01Staging: iio: adc: Remove explicit NULL comparisonCristina Opriceana1-1/+1
2015-03-26Staging: iio: use the BIT macro in adcHaneen Mohammed1-8/+8
2013-10-01staging:iio:ad7780: Report scale as fractional valueLars-Peter Clausen1-6/+3
2013-09-07staging: iio: ad7780: Use devm_* APIsSachin Kamat1-21/+7
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-1/+1
2012-09-22staging:iio:ad7780: Add support for the ad7170/ad7171Lars-Peter Clausen1-6/+30
2012-09-22staging:iio:ad7780: Make powerdown GPIO optionalLars-Peter Clausen1-14/+17
2012-08-27staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen1-1/+1
2012-08-27staging:iio:ad7780: Use common Sigma Delta libraryLars-Peter Clausen1-116/+70
2012-08-16staging:iio:ad7780: Mark channels as unsignedLars-Peter Clausen1-4/+6
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-2/+2
2012-04-18staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron1-3/+5
2012-04-13staging:iio:accel:ad7780 unwind use of IIO_CHAN macro.Jonathan Cameron1-6/+24
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-4/+4
2011-12-08staging:iio: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-11-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen1-0/+1
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-3/+3
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-1/+1
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen1-12/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-1/+2
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron1-2/+2
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron1-1/+0
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-23staging:iio:adc: unused header removals.Jonathan Cameron1-1/+0
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron1-2/+6
2011-05-19staging:iio:ad7780 trivial unused header cleanup.Jonathan Cameron1-2/+0
2011-05-19staging:iio:adc: AD7780: Use private data space from iio_allocate_device + trivial fixesMichael Hennerich1-44/+36
2011-05-19staging:iio:adc:AD7780: Convert to new channel registration methodMichael Hennerich1-62/+51
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-12/+1
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2011-04-05staging: IIO: ADC: New driver for the AD7780 / AD7781 24-bit Sigma-Delta ADCMichael Hennerich1-0/+329