summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/adc/ad7793.c
AgeCommit message (Expand)Author
2012-08-16staging:iio:ad7793: Fix internal reference valueLars-Peter Clausen
2012-08-16staging:iio:ad7793: Follow new IIO naming specLars-Peter Clausen
2012-08-16staging:iio:ad7793: Fix temperature scale and offsetLars-Peter Clausen
2012-08-16staging:iio:ad7793: Report channel offsetLars-Peter Clausen
2012-08-16staging:iio:ad7793: Mark channels as unsignedLars-Peter Clausen
2012-08-16staging:iio:ad7793: Add missing break in switch statementLars-Peter Clausen
2012-07-09staging:iio:ad7793: Use iio_validate_scan_mask_onehotLars-Peter Clausen
2012-07-06Merge branch 'fixes-togreg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2012-06-30staging:iio:ad7793: Fix scan index for the "shorted" channelLars-Peter Clausen
2012-06-18staging:iio:adc:ad7793: Use new triggered buffer setup helper functionLars-Peter Clausen
2012-05-14staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen
2012-04-30staging: iio: adc: convert ADI drivers to use kfifo.Michael Hennerich
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron
2012-04-24staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron
2012-04-24staging:iio:adc:ad7793 use iio_sw_buffer_preenable to avoid repitition.Jonathan Cameron
2012-04-18staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron
2012-02-09staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-12-16staging:iio: iio_trigger contains defunct owner field. Remove it.Jonathan Cameron
2011-12-16staging:iio: Make sure all triggers have a trigger_ops for the owner field.Jonathan Cameron
2011-12-08staging:iio:adc:ad7993 stop reading from buffer for sysfs raw read.Jonathan Cameron
2011-12-08staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron
2011-12-08staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron
2011-12-08staging:iio: Remove redundant spi driver bus initializationLars-Peter Clausen
2011-11-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen
2011-11-26staging:iio: header reorganizationJonathan Cameron
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen
2011-10-31staging: Add module.h to more drivers implicitly using it.Paul Gortmaker
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron
2011-09-26staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron
2011-09-06staging:iio: Differential channel handling - use explicit flag rather than ty...Jonathan Cameron
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron
2011-09-06staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron
2011-09-06staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron
2011-09-06staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron
2011-08-24staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron
2011-08-24staging:iio: prevent removal of module connected to trigger.Jonathan Cameron
2011-08-24staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron
2011-08-23staging:iio:adc: unused header removals.Jonathan Cameron
2011-06-28IIO: ADC: New driver for AD7792/AD7793 3 Channel SPI ADCMichael Hennerich