aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7291.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-1/+1
2012-05-14staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen1-3/+3
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2012-04-18staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron1-3/+5
2012-02-13staging:iio: Rename IIO_EVENT_CODE_EXTRACT_NUM to IIO_EVENT_CODE_EXTRACT_CHANLars-Peter Clausen1-7/+7
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-16/+23
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-16/+22
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-3/+3
2011-11-26staging:iio: header reorganizationJonathan Cameron1-0/+1
2011-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen1-13/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-1/+3
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-2/+2
2011-09-06staging:iio:adc:ad7192: return len and fix out of range checkingMichael Hennerich1-3/+7
2011-09-06staging:iio:adc:ad7192: add temp_scale attribute, change module descriptionMichael Hennerich1-5/+12
2011-09-06staging:iio:adc:ad7291: reset device and setup irq before it is enabledMichael Hennerich1-11/+16
2011-09-06staging:iio:adc:ad7291: fix channel mapping for event enablesMichael Hennerich1-12/+12
2011-09-06staging:iio:adc:ad7291: introduce IIO_EVENT_CODE_EXTRACT_CHAN_TYPE and use accordinglyMichael Hennerich1-3/+3
2011-09-06staging:iio:adc:ad7291: fix mask bit generationMichael Hennerich1-1/+1
2011-09-06staging:iio:adc:ad7291: don't swab results twice and introduce more register definesMichael Hennerich1-32/+58
2011-09-06staging:iio:adc:ad7291: Add regulator, reference voltage and scale handlingMichael Hennerich1-9/+52
2011-09-06staging:iio:adc:ad7291: Fix AD7291_T_SENSE_MASKMichael Hennerich1-14/+14
2011-09-06staging:iio:adc:ad7291: Fix typos, change kconfig description and file headerMichael Hennerich1-7/+7
2011-09-06staging:iio:adc:ad7291: fix channel mappingMichael Hennerich1-1/+1
2011-09-06staging:iio:adc:ad7291 bring into line with current abi + chan_spec conversion.Jonathan Cameron1-577/+315
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-7/+5
2011-09-06staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron1-1/+0
2011-09-06staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron1-7/+6
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-07-05Staging: iio: some uninitialized variable bugsDan Carpenter1-0/+1
2011-06-28staging:iio:adc:ad7291: allocate chip state with iio_dev and use iio_priv for access.Jonathan Cameron1-48/+37
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron1-4/+7
2011-05-19staging:iio:adc:ad7291 remove abuse of buffer events and replace with something almost saneJonathan Cameron1-16/+42
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-15/+2
2011-05-19staging:iio:ad7291 move from old event system to current.Jonathan Cameron1-285/+137
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2010-11-09staging: iio: adc: new driver for AD7291 devicesSonic Zhang1-0/+1039