summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7192.c
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: ad7192: Use devm_* APIs and fix a memory leakSachin Kamat2013-09-071-11/+4
* staging:iio:adc: Use kstrtol()/kstrtoul()Aida Mynzhasova2013-05-131-1/+1
* staging: iio: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* staging: iio: remove use of __devexitBill Pemberton2012-11-211-1/+1
* staging: iio: remove use of __devinitBill Pemberton2012-11-211-1/+1
* Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2012-09-161-0/+2
|\
| * staging:iio: prevent divide by zero bugsDan Carpenter2012-08-271-0/+2
* | staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen2012-08-271-1/+1
* | staging:iio:ad7192: Use common Sigma Delta libraryLars-Peter Clausen2012-08-271-447/+61
* | staging:iio:ad7192: Remove unused platform_data from device state structLars-Peter Clausen2012-08-271-7/+4
* | Merge 3.6-rc3 into staging-nextGreg Kroah-Hartman2012-08-271-22/+26
|\ \ | |/
| * staging:iio:ad7192: Report offset and scale for temperature channelLars-Peter Clausen2012-08-161-14/+12
| * staging:iio:ad7192: Report channel offsetLars-Peter Clausen2012-08-161-4/+10
| * staging:iio:ad7192: Mark channels as unsignedLars-Peter Clausen2012-08-161-3/+3
| * staging:iio:ad7192: Fix setting ACXLars-Peter Clausen2012-08-161-1/+1
| * staging:iio:ad7192: Add missing break in switch statementLars-Peter Clausen2012-08-161-1/+1
* | staging:iio: Constify static iio_chan_spec arraysLars-Peter Clausen2012-08-141-1/+1
|/
* staging:iio:ad7192: Use iio_validate_scan_mask_onehotLars-Peter Clausen2012-07-091-8/+2
* staging:iio:adc:ad7192: Use new triggered buffer setup helper functionLars-Peter Clausen2012-06-181-43/+6
* 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
OpenPOWER on IntegriCloud