summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7793.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-3/+3
* staging: iio: adc: convert ADI drivers to use kfifo.Michael Hennerich2012-04-301-7/+7
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-6/+6
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-5/+5
* staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron2012-04-241-1/+1
* staging:iio:adc:ad7793 use iio_sw_buffer_preenable to avoid repitition.Jonathan Cameron2012-04-241-17/+4
* staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron2012-04-181-13/+25
* staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen2012-02-091-2/+0
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-54/+41
|\
| * staging:iio: iio_trigger contains defunct owner field. Remove it.Jonathan Cameron2011-12-161-1/+0
| * staging:iio: Make sure all triggers have a trigger_ops for the owner field.Jonathan Cameron2011-12-161-0/+5
| * staging:iio:adc:ad7993 stop reading from buffer for sysfs raw read.Jonathan Cameron2011-12-081-21/+1
| * staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron2011-12-081-5/+6
| * staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron2011-12-081-1/+1
| * staging:iio: Remove redundant spi driver bus initializationLars-Peter Clausen2011-12-081-1/+0
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-261-0/+1
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-261-24/+26
| * staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-261-3/+3
| * staging:iio: header reorganizationJonathan Cameron2011-11-261-1/+1
* | staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen2011-11-171-12/+1
|/
* staging: Add module.h to more drivers implicitly using it.Paul Gortmaker2011-10-311-0/+1
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-171-1/+2
* staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron2011-09-291-1/+1
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-261-21/+21
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-261-1/+1
* staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2011-09-261-1/+1
* staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron2011-09-261-2/+2
* staging:iio: Differential channel handling - use explicit flag rather than ty...Jonathan Cameron2011-09-061-48/+128
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-061-10/+6
* staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron2011-09-061-7/+11
* staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron2011-09-061-3/+3
* staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron2011-09-061-3/+3
* staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron2011-08-241-0/+1
* staging:iio: prevent removal of module connected to trigger.Jonathan Cameron2011-08-241-6/+0
* staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron2011-08-241-1/+1
* staging:iio:adc: unused header removals.Jonathan Cameron2011-08-231-1/+0
* IIO: ADC: New driver for AD7792/AD7793 3 Channel SPI ADCMichael Hennerich2011-06-281-0/+987
OpenPOWER on IntegriCloud