summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad799x_core.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio: Move ad799x driver out of stagingLars-Peter Clausen2014-03-161-794/+0
* staging:iio:ad799x: Move ring functions to the main fileLars-Peter Clausen2014-03-161-4/+141
* staging:iio:ad799x use regulator for vrefHartmut Knaack2014-02-181-11/+21
* staging:iio:ad799x fix typo in copyright messageHartmut Knaack2014-02-181-1/+1
* staging:iio:ad799x Move to devm_request_threaded_irq to make device-removal s...Hartmut Knaack2014-02-151-13/+9
* staging:iio:ad799x fix typo in ad799x_events[]Hartmut Knaack2014-02-081-1/+1
* Merge tag 'iio-fixes-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-02-071-2/+9
|\
| * staging:iio:ad799x fix error_free_irq which was freeing an irq that may not h...Hartmut Knaack2014-01-111-1/+2
| * staging:iio:ad799x fix incorrect endianness specification for buffer elementsJonathan Cameron2013-12-171-1/+7
* | iio: Remove support for the legacy event config interfaceLars-Peter Clausen2013-12-081-3/+3
|/
* staging:iio:ad799x: Use event spec for threshold hysteresisLars-Peter Clausen2013-10-121-103/+29
* staging:iio:ad799x: Simplify threshold register look-upLars-Peter Clausen2013-10-121-20/+14
* staging:iio:ad799x: Switch to new event config interfaceLars-Peter Clausen2013-10-121-60/+85
* staging:iio:ad799x: Report scale as fractional valueLars-Peter Clausen2013-10-011-5/+3
* staging: iio: ad799x_core: Use devm_* APIsSachin Kamat2013-09-071-11/+5
* staging:iio:adc: Use kstrtol()/kstrtoul()Aida Mynzhasova2013-05-131-2/+2
* staging:iio:ad799x: Preallocate sample bufferLars-Peter Clausen2013-03-291-0/+8
* staging:iio:ad799x: Set IIO_CHAN_INFO_SCALE maskLars-Peter Clausen2013-03-291-0/+1
* staging:iio:ad799x: Add helper macro for channel initializationLars-Peter Clausen2013-03-291-330/+56
* staging:iio:ad799x: Use i2c_smbus_{read,write}_word_data_swappedLars-Peter Clausen2013-03-291-3/+3
* staging:iio:ad799x: Remove internal reference supportLars-Peter Clausen2013-03-291-12/+4
* staging:iio:adc:ad799x move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-38/+38
* 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
* staging:iio:ad799x: Do not return error code in interrupt handlerLars-Peter Clausen2012-07-081-2/+3
* staging:iio:adc:ad799x: Use new triggered buffer setup helper functionLars-Peter Clausen2012-06-181-10/+15
* staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-4/+4
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-4/+4
* staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron2012-04-181-1/+39
* staging:iio: Rename IIO_EVENT_CODE_EXTRACT_NUM to IIO_EVENT_CODE_EXTRACT_CHANLars-Peter Clausen2012-02-131-2/+2
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-5/+4
|\
| * staging:iio:adc:ad799x stop reading from buffer for sysfs accessesJonathan Cameron2011-12-081-2/+1
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-261-1/+0
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-261-1/+1
| * staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-261-1/+1
| * staging:iio: header reorganizationJonathan Cameron2011-11-261-1/+2
* | staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen2011-11-171-13/+1
|/
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-171-1/+2
* staging:iio:adc:naming: dev_info to indio_dev for consistencyJonathan Cameron2011-10-111-19/+19
* staging:iio:adc:ad799x address and scan_index always match so stop using addressJonathan Cameron2011-10-031-39/+1
* staging:iio:adc:ad799x set the device name only once.Jonathan Cameron2011-10-031-1/+0
* staging:iio:adc:ad799x use the core handling for as much of the events as pos...Jonathan Cameron2011-10-031-60/+82
* staging:iio:adc:ad799x avoid bouncing back and forth from iio_priv space.Jonathan Cameron2011-10-031-1/+1
* staging:iio:adc:ad799x use a table for frequency values rather than big switch.Jonathan Cameron2011-10-031-57/+17
* staging:iio:adc:ad799x trivial: use the convenient chan struct.Jonathan Cameron2011-10-031-4/+3
* staging:iio:adc:ad799x stop using IIO_CHAN macro.Jonathan Cameron2011-10-031-123/+329
* staging:iio:adc:ad799x fix incorrect scan_type descriptions.Jonathan Cameron2011-10-031-20/+20
* staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron2011-09-291-40/+40
OpenPOWER on IntegriCloud