summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7192.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-6/+6
* 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-5/+5
* 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:ad7192 make use of iio_sw_buffer_preenable.Jonathan Cameron2012-04-241-17/+5
* staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron2012-04-181-4/+7
* staging:iio:adc:ad7192 unwind use of is_visible for attribute group.Jonathan Cameron2012-02-091-18/+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-46/+34
|\
| * 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-1/+5
| * staging:iio:adc:ad7192 scrap read from buffer for sysfs access.Jonathan Cameron2011-12-081-21/+1
| * staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron2011-12-081-4/+6
| * staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron2011-12-081-1/+1
| * 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-16/+18
| * 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
| * iio: introduce type casts to avoid __ucmpdi2 callsMichael Hennerich2011-11-261-1/+1
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-2/+2
|\ \
| * | switch ->is_visible() to returning umode_tAl Viro2012-01-031-2/+2
| |/
* | 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-16/+10
* staging:iio:adc:naming: dev_info to indio_dev for consistencyJonathan Cameron2011-10-111-2/+2
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-261-22/+22
* 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:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron2011-09-161-4/+5
* staging:iio: Differential channel handling - use explicit flag rather than ty...Jonathan Cameron2011-09-061-4/+4
* staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron2011-09-061-3/+3
* 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
* IIO: ADC: New driver for AD7190/AD7192/AD7195 4 Channel SPI ADCMichael Hennerich2011-08-231-0/+1189
OpenPOWER on IntegriCloud