aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7298_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-33/+34
2011-12-08staging:iio:adc:ad7476 scrap read from buffer for sysfs access.Jonathan Cameron1-6/+2
2011-12-08staging:iio: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-11-26Staging: iio: fix endian conversion in ad7298_scan_direct()Dan Carpenter1-6/+7
2011-11-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen1-1/+1
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-18/+23
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-2/+2
2011-11-26staging:iio: header reorganizationJonathan Cameron1-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-2/+2
2011-10-11staging:iio:adc:naming: dev_info to indio_dev for consistencyJonathan Cameron1-6/+6
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron1-8/+8
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-6/+6
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron1-1/+1
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-11/+7
2011-09-06staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron1-3/+3
2011-09-06staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron1-2/+2
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:adc:AD7298: Use private data space from iio_allocate_deviceMichael Hennerich1-37/+35
2011-05-19staging:iio:adc:ad7298: Convert to new channel registration methodMichael Hennerich1-74/+97
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-12/+1
2011-05-19staging:iio:adc:ad7298 move to irqchip based trigger handling.Jonathan Cameron1-2/+0
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2011-02-28IIO: ADC: New driver for the AD7298 8-channel SPI ADCMichael Hennerich1-0/+287