summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7291.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-08staging:iio:ad7291: Move out of stagingLars-Peter Clausen1-584/+0
2014-07-08staging:iio:ad7291 define alert register bitsHartmut Knaack1-7/+18
2014-07-08staging:iio:ad7291 faciliate ad7291_read_event_config()Hartmut Knaack1-4/+1
2014-07-08staging:iio:ad7291 cleanup definesHartmut Knaack1-18/+14
2014-07-08staging:iio:ad7291 fix coding styleHartmut Knaack1-16/+18
2014-07-08staging:iio:ad7291 remove double defineHartmut Knaack1-2/+0
2013-12-08iio: Remove support for the legacy event config interfaceLars-Peter Clausen1-4/+4
2013-10-12staging:iio:ad7291: Use event spec for threshold hysteresisLars-Peter Clausen1-111/+28
2013-10-12staging:iio:ad7291: Switch to new event config interfaceLars-Peter Clausen1-37/+59
2013-09-07staging: iio: ad7291: Use devm_* APIsSachin Kamat1-19/+8
2013-07-06staging:iio:ad7291: add missing .driver_module to struct iio_infoWei Yongjun1-0/+1
2013-06-14staging:iio:ad7291: Rework regulator handlingLars-Peter Clausen1-15/+23
2013-06-14staging:iio:ad7291: Use sign_extend32 instead of open-coding itLars-Peter Clausen1-8/+3
2013-06-14staging:iio:ad7291: Use i2c_smbus_{read,write}_word_swapped instead of open-c...Lars-Peter Clausen1-11/+9
2013-06-14staging:iio:ad7291: Simplify threshold register lookupLars-Peter Clausen1-79/+42
2013-06-14staging:iio:ad7291: Remove unnecessary dev_info() from probe()Lars-Peter Clausen1-3/+0
2013-06-14staging:iio:ad7291: Remove userspace resetLars-Peter Clausen1-24/+0
2013-06-14staging:iio:ad7291: Use IIO_VAL_FRACTIONAL_LOG2Lars-Peter Clausen1-5/+3
2013-03-17staging:iio:adc:ad7291 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-5/+5
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/...Linus 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 ac...Michael 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 ...Michael 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